Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c507 char *xport_phys, *vhci_path, *dyncomp; in is_xport_phys_in_pathlist() local
529 vhci_path = lunlistp->path; in is_xport_phys_in_pathlist()
534 if (xport_phys == NULL || vhci_path == NULL) { in is_xport_phys_in_pathlist()
553 vhci_path_ptr = vhci_path + strlen(DEVICES_DIR); in is_xport_phys_in_pathlist()
1067 char *node_path, *vhci_path, *update_str; in unconf_vhci_nodes() local
1111 if ((vhci_path = di_devfs_path(client_node)) == NULL) { in unconf_vhci_nodes()
1119 if ((ptr = strrchr(vhci_path, '@')) != NULL) { in unconf_vhci_nodes()
1123 if ((ptr = strrchr(vhci_path, '/')) == NULL) { in unconf_vhci_nodes()
1135 di_devfs_path_free(vhci_path); in unconf_vhci_nodes()
1136 node_path = vhci_path = NULL; in unconf_vhci_nodes()