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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c80 static int g_set_port_state(char *, int);
4899 g_set_port_state(char *nexus_port_ptr, int cmd) function
4969 * are what will be exposed to applications. We will hide g_set_port_state().
4971 * macros will mean exposing g_set_port_state() and we dont want to do that
4977 return (g_set_port_state(path, PORT_OFFLINE));
4983 return (g_set_port_state(path, PORT_ONLINE));

Completed in 29 milliseconds