Searched defs:portpath (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4989 * portpath - Pointer to the path of the FCA port on which to
4998 g_loopback_mode(char *portpath, int cmd) argument
5002 if ((path_type = g_get_path_type(portpath)) == 0) {
5006 if ((fd = g_object_open(portpath, O_NDELAY|O_RDONLY|O_EXCL)) == -1) {
5079 * g_get_port_state(char *portpath, int port_state)
5081 * Input: portpath
5091 g_get_port_state(char *portpath, int *portstate, int verbose) argument
5101 /* return invalid path if portpath is NULL */
5102 if (portpath == NULL) {
5106 if ((portpath
[all...]

Completed in 26 milliseconds