Home
last modified time | relevance | path

Searched refs:FCIO_FORCE_LIP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h50 #define FCIO_FORCE_LIP (FIOC|177) /* Force LIP */ macro
56 #define IFPIO_FORCE_LIP FCIO_FORCE_LIP
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h212 #if !defined(FCIO_FORCE_LIP)
213 #define FCIO_FORCE_LIP (('F' << 8)|177) macro
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c324 if (ioctl(fd, FCIO_FORCE_LIP) != 0) { in g_force_lip()