Home
last modified time | relevance | path

Searched refs:FCIO_DEV_LOGIN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h55 #define FCIO_DEV_LOGIN (FCIO_SUB_CMD + 0x08) macro
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c2567 fcio.fcio_cmd = FCIO_DEV_LOGIN; in g_dev_map_init()
5178 return (g_dev_log_in_out(port_path, port_wwn, FCIO_DEV_LOGIN)); in g_dev_login()
5246 I_DPRINTF((cmd == FCIO_DEV_LOGIN) ? in g_dev_log_in_out()
5250 return ((cmd == FCIO_DEV_LOGIN) ? in g_dev_log_in_out()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c176 { FCIO_DEV_LOGIN, FP_EXCL },
8604 case FCIO_DEV_LOGIN: in fp_fciocmd()
8615 if (fcio->fcio_cmd == FCIO_DEV_LOGIN) { in fp_fciocmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c712 {FCIO_DEV_LOGIN, "DEV_LOGIN", emlxs_fcio_unsupported},