Searched refs:portstate (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5091 g_get_port_state(char *portpath, int *portstate, int verbose) argument
5106 if ((portpath == NULL) || (portstate == NULL)) {
5129 *portstate = PORT_NOTCONNECTED;
5135 *portstate = PORT_CONNECTED;
5155 *portstate = (num_devices > 1) ? PORT_CONNECTED :

Completed in 31 milliseconds