Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c525 static char iscsi_network_path[BO_MAXOBJNAME] = {0}; in strplumb_get_netdev_path() local
540 iscsi_network_path) > 0) { in strplumb_get_netdev_path()
541 p = strchr(iscsi_network_path, ':'); in strplumb_get_netdev_path()
545 return (iscsi_network_path); in strplumb_get_netdev_path()
/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c277 uchar_t iscsi_network_path[MAXPATHLEN]; in iscsiboot_nic_prop_read() local
337 iscsi_network_path) > 0) { in iscsiboot_nic_prop_read()
338 nodeid = prom_finddevice((char *)iscsi_network_path); in iscsiboot_nic_prop_read()
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c842 char iscsi_network_path[BO_MAXOBJNAME]; in load_bootpath_drivers() local
858 iscsi_network_path) > 0) { in load_bootpath_drivers()
859 p = strchr(iscsi_network_path, ':'); in load_bootpath_drivers()
863 pathcopy = i_ddi_strdup(iscsi_network_path, in load_bootpath_drivers()