Lines Matching refs:node_path

4229 hot_cleanup(char *node_path, char *minor_name, char *ev_subclass,  in hot_cleanup()  argument
4249 node_path, DI_NODE_NIL, driver_name, instance, minor_name); in hot_cleanup()
4251 (void) strcpy(path, node_path); in hot_cleanup()
4340 node_path, root_dir); in hot_cleanup()
6736 char *node_path; in construct_devlink() local
6752 node_path = di_devfs_path(node); in construct_devlink()
6753 err_print(CANNOT_BE_USED, pattern, node_path, in construct_devlink()
6755 di_devfs_path_free(node_path); in construct_devlink()
6762 node_path = di_devfs_path(node); in construct_devlink()
6763 err_print(CANNOT_BE_USED, pattern, node_path, in construct_devlink()
6765 di_devfs_path_free(node_path); in construct_devlink()
8027 lookup_disk_dev_name(char *node_path) in lookup_disk_dev_name() argument
8040 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_disk_dev_name()
8091 lookup_lofi_dev_name(char *node_path, char *minor) in lookup_lofi_dev_name() argument
8100 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_lofi_dev_name()
8131 lookup_network_dev_name(char *node_path, char *driver_name) in lookup_network_dev_name() argument
8136 if (lookup_dev_name(node_path, &dev_name) == -1) in lookup_network_dev_name()
8152 lookup_printer_dev_name(char *node_path) in lookup_printer_dev_name() argument
8162 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_printer_dev_name()
8191 build_event_attributes(char *class, char *subclass, char *node_path, in build_event_attributes() argument
8211 if ((err = nvlist_add_string(nvl, DEV_PHYS_PATH, node_path)) != 0) in build_event_attributes()
8222 if ((dev_name = lookup_disk_dev_name(node_path)) == NULL) { in build_event_attributes()
8227 if ((dev_name = lookup_network_dev_name(node_path, driver_name)) in build_event_attributes()
8233 if ((dev_name = lookup_printer_dev_name(node_path)) == NULL) { in build_event_attributes()
8249 if ((dev_name = lookup_lofi_dev_name(node_path, minor)) == in build_event_attributes()
8304 err_print(DEV_NAME_LOOKUP_FAILED, node_path); in build_event_attributes()
8376 build_and_enq_event(char *class, char *subclass, char *node_path, in build_and_enq_event() argument
8382 class, subclass, node_path, (int)node); in build_and_enq_event()
8385 nvl = build_event_attributes(class, subclass, node_path, node, in build_and_enq_event()
8388 nvl = build_event_attributes(class, subclass, node_path, node, in build_and_enq_event()