Lines Matching defs:node_path
1762 vprint(CHATTY_MID, "add_minor_pathname: node_path=%s minor=%s\n",
4230 hot_cleanup(char *node_path, char *minor_name, char *ev_subclass,
4250 node_path, DI_NODE_NIL, driver_name, instance, minor_name);
4252 (void) strcpy(path, node_path);
4341 node_path, root_dir);
6737 char *node_path;
6753 node_path = di_devfs_path(node);
6754 err_print(CANNOT_BE_USED, pattern, node_path,
6756 di_devfs_path_free(node_path);
6763 node_path = di_devfs_path(node);
6764 err_print(CANNOT_BE_USED, pattern, node_path,
6766 di_devfs_path_free(node_path);
8028 lookup_disk_dev_name(char *node_path)
8041 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path,
8092 lookup_lofi_dev_name(char *node_path, char *minor)
8101 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path,
8132 lookup_network_dev_name(char *node_path, char *driver_name)
8137 if (lookup_dev_name(node_path, &dev_name) == -1)
8153 lookup_printer_dev_name(char *node_path)
8163 (void) di_devlink_cache_walk(devlink_cache, NULL, node_path,
8192 build_event_attributes(char *class, char *subclass, char *node_path,
8212 if ((err = nvlist_add_string(nvl, DEV_PHYS_PATH, node_path)) != 0)
8228 * node_path: /pseudo/lofi@1 driver: lofi minor: u,raw
8230 * node_path: /pseudo/lofi@1 driver: lofi minor: NULL
8243 if ((dev_name = lookup_disk_dev_name(node_path)) == NULL) {
8248 if ((dev_name = lookup_network_dev_name(node_path, driver_name))
8254 if ((dev_name = lookup_printer_dev_name(node_path)) == NULL) {
8285 if ((dev_name = lookup_lofi_dev_name(node_path, minor)) ==
8340 err_print(DEV_NAME_LOOKUP_FAILED, node_path);
8412 build_and_enq_event(char *class, char *subclass, char *node_path,
8418 class, subclass, node_path, (int)node);
8421 nvl = build_event_attributes(class, subclass, node_path, node,
8424 nvl = build_event_attributes(class, subclass, node_path, node,