Home
last modified time | relevance | path

Searched refs:node_path (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c505 char *phci_path, *node_path; in is_xport_phys_in_pathlist() local
1092 node_path, 0); in unconf_vhci_nodes()
1094 node_path = NULL; in unconf_vhci_nodes()
1106 node_path = NULL; in unconf_vhci_nodes()
1114 node_path = NULL; in unconf_vhci_nodes()
1126 node_path = NULL; in unconf_vhci_nodes()
1245 char *node_path, *update_str; in unconf_non_vhci_nodes() local
1284 node_path = NULL; in unconf_non_vhci_nodes()
1293 node_path = NULL; in unconf_non_vhci_nodes()
1423 char *node_path = NULL; in unconf_any_devinfo_nodes() local
[all …]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4264 (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()
6769 di_devfs_path_free(node_path); in construct_devlink()
6776 node_path = di_devfs_path(node); 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
8166 lookup_printer_dev_name(char *node_path) in lookup_printer_dev_name() argument
8353 err_print(DEV_NAME_LOOKUP_FAILED, node_path); in build_event_attributes()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c1119 char *node_path, in physpath_to_devlink() argument
1136 minor_path = node_path + strlen(DEVICES_DIR); in physpath_to_devlink()
1140 larg.len = strlen(node_path); in physpath_to_devlink()
1141 larg.path = node_path; in physpath_to_devlink()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c216 const char *node_path, in physpath_to_devlink() argument
233 minor_path = (char *)node_path + strlen("/devices"); in physpath_to_devlink()
237 larg.len = strlen(node_path); in physpath_to_devlink()
238 larg.path = (char *)node_path; in physpath_to_devlink()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c5038 i_log_devfs_branch(char *node_path, char *subclass) in i_log_devfs_branch() argument
5057 se_val.value.sv_string = node_path; in i_log_devfs_branch()
5080 subclass, node_path, in i_log_devfs_branch()
5093 char *node_path; in i_log_devfs_branch_add() local
5096 node_path = kmem_alloc(MAXPATHLEN, KM_SLEEP); in i_log_devfs_branch_add()
5097 (void) ddi_pathname(dip, node_path); in i_log_devfs_branch_add()
5098 rv = i_log_devfs_branch(node_path, ESC_DEVFS_BRANCH_ADD); in i_log_devfs_branch_add()
5099 kmem_free(node_path, MAXPATHLEN); in i_log_devfs_branch_add()
5108 i_log_devfs_branch_remove(char *node_path) in i_log_devfs_branch_remove() argument
5164 p = node_path + strlen(node_path); in log_and_free_brevq()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c256 physpath_to_devlink(const char *basedir, const char *node_path, in physpath_to_devlink() argument
316 if ((rv = physpath_to_devlink(linkpath, node_path, in physpath_to_devlink()
347 if (strcmp(p, node_path) == 0) { in physpath_to_devlink()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c264 ib_physpath_to_devlink(char *node_path, char **logpp, int *l_errnop) in ib_physpath_to_devlink() argument
277 minor_path = (char *)node_path + strlen("/devices"); in ib_physpath_to_devlink()