Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dstrplumb.c513 static char iscsi_network_path[BO_MAXOBJNAME] = {0}; in strplumb_get_netdev_path() local
528 iscsi_network_path) > 0) { in strplumb_get_netdev_path()
529 p = strchr(iscsi_network_path, ':'); in strplumb_get_netdev_path()
533 return (iscsi_network_path); in strplumb_get_netdev_path()
/titanic_50/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()
/titanic_50/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()