Searched refs:root_name (Results 1 – 2 of 2) sorted by relevance
81 const char *root_name = sbi->local_dst; in hmdfs_open_link() local85 path_len = strlen(root_name) + strlen(path) + 2; in hmdfs_open_link()96 sprintf(real_path, "%s%s", root_name, path); in hmdfs_open_link()114 const char *root_name = sbi->local_dst; in hmdfs_open_path() local116 err = kern_path(root_name, 0, &root_path); in hmdfs_open_path()
1468 static void vio_bus_scan_register_devices(char *root_name) in vio_bus_scan_register_devices() argument1472 if (!root_name) in vio_bus_scan_register_devices()1475 node_root = of_find_node_by_name(NULL, root_name); in vio_bus_scan_register_devices()