Lines Matching refs:node_path

4242 hot_cleanup(char *node_path, char *minor_name, char *ev_subclass,  in hot_cleanup()  argument
4262 node_path, DI_NODE_NIL, driver_name, instance, minor_name); in hot_cleanup()
4264 (void) strcpy(path, node_path); in hot_cleanup()
4353 node_path, root_dir); in hot_cleanup()
6750 char *node_path; in construct_devlink() local
6766 node_path = di_devfs_path(node); in construct_devlink()
6767 err_print(CANNOT_BE_USED, pattern, node_path, in construct_devlink()
6769 di_devfs_path_free(node_path); in construct_devlink()
6776 node_path = di_devfs_path(node); in construct_devlink()
6777 err_print(CANNOT_BE_USED, pattern, node_path, in construct_devlink()
6779 di_devfs_path_free(node_path); in construct_devlink()
8041 lookup_disk_dev_name(char *node_path) in lookup_disk_dev_name() argument
8054 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_disk_dev_name()
8105 lookup_lofi_dev_name(char *node_path, char *minor) in lookup_lofi_dev_name() argument
8114 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_lofi_dev_name()
8145 lookup_network_dev_name(char *node_path, char *driver_name) in lookup_network_dev_name() argument
8150 if (lookup_dev_name(node_path, &dev_name) == -1) in lookup_network_dev_name()
8166 lookup_printer_dev_name(char *node_path) in lookup_printer_dev_name() argument
8176 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_printer_dev_name()
8205 build_event_attributes(char *class, char *subclass, char *node_path, in build_event_attributes() argument
8225 if ((err = nvlist_add_string(nvl, DEV_PHYS_PATH, node_path)) != 0) in build_event_attributes()
8256 if ((dev_name = lookup_disk_dev_name(node_path)) == NULL) { in build_event_attributes()
8261 if ((dev_name = lookup_network_dev_name(node_path, driver_name)) in build_event_attributes()
8267 if ((dev_name = lookup_printer_dev_name(node_path)) == NULL) { in build_event_attributes()
8298 if ((dev_name = lookup_lofi_dev_name(node_path, minor)) == in build_event_attributes()
8353 err_print(DEV_NAME_LOOKUP_FAILED, node_path); in build_event_attributes()
8425 build_and_enq_event(char *class, char *subclass, char *node_path, in build_and_enq_event() argument
8431 class, subclass, node_path, (int)node); in build_and_enq_event()
8434 nvl = build_event_attributes(class, subclass, node_path, node, in build_and_enq_event()
8437 nvl = build_event_attributes(class, subclass, node_path, node, in build_and_enq_event()