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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c81 static int g_set_port_state(char *, int);
4900 g_set_port_state(char *nexus_port_ptr, int cmd) function
4970 * are what will be exposed to applications. We will hide g_set_port_state().
4972 * macros will mean exposing g_set_port_state() and we dont want to do that
4978 return (g_set_port_state(path, PORT_OFFLINE));
4984 return (g_set_port_state(path, PORT_ONLINE));

Completed in 55 milliseconds