Lines Matching refs:node_path
4230 hot_cleanup(char *node_path, char *minor_name, char *ev_subclass, in hot_cleanup() argument
4250 node_path, DI_NODE_NIL, driver_name, instance, minor_name); in hot_cleanup()
4252 (void) strcpy(path, node_path); in hot_cleanup()
4341 node_path, root_dir); in hot_cleanup()
6737 char *node_path; in construct_devlink() local
6753 node_path = di_devfs_path(node); in construct_devlink()
6754 err_print(CANNOT_BE_USED, pattern, node_path, in construct_devlink()
6756 di_devfs_path_free(node_path); in construct_devlink()
6763 node_path = di_devfs_path(node); in construct_devlink()
6764 err_print(CANNOT_BE_USED, pattern, node_path, in construct_devlink()
6766 di_devfs_path_free(node_path); in construct_devlink()
8028 lookup_disk_dev_name(char *node_path) in lookup_disk_dev_name() argument
8041 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_disk_dev_name()
8092 lookup_lofi_dev_name(char *node_path, char *minor) in lookup_lofi_dev_name() argument
8101 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_lofi_dev_name()
8132 lookup_network_dev_name(char *node_path, char *driver_name) in lookup_network_dev_name() argument
8137 if (lookup_dev_name(node_path, &dev_name) == -1) in lookup_network_dev_name()
8153 lookup_printer_dev_name(char *node_path) in lookup_printer_dev_name() argument
8163 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path, in lookup_printer_dev_name()
8192 build_event_attributes(char *class, char *subclass, char *node_path, in build_event_attributes() argument
8212 if ((err = nvlist_add_string(nvl, DEV_PHYS_PATH, node_path)) != 0) in build_event_attributes()
8243 if ((dev_name = lookup_disk_dev_name(node_path)) == NULL) { in build_event_attributes()
8248 if ((dev_name = lookup_network_dev_name(node_path, driver_name)) in build_event_attributes()
8254 if ((dev_name = lookup_printer_dev_name(node_path)) == NULL) { in build_event_attributes()
8285 if ((dev_name = lookup_lofi_dev_name(node_path, minor)) == in build_event_attributes()
8340 err_print(DEV_NAME_LOOKUP_FAILED, node_path); in build_event_attributes()
8412 build_and_enq_event(char *class, char *subclass, char *node_path, in build_and_enq_event() argument
8418 class, subclass, node_path, (int)node); in build_and_enq_event()
8421 nvl = build_event_attributes(class, subclass, node_path, node, in build_and_enq_event()
8424 nvl = build_event_attributes(class, subclass, node_path, node, in build_and_enq_event()