Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcio.h52 #define FCIO_FORCE_LIP (FIOC|177) /* Force LIP */ macro
58 #define IFPIO_FORCE_LIP FCIO_FORCE_LIP
/titanic_50/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
/titanic_50/usr/src/lib/storage/libg_fc/common/
H A Dhot.c324 if (ioctl(fd, FCIO_FORCE_LIP) != 0) { in g_force_lip()
/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c1521 case FCIO_FORCE_LIP: in socal_ioctl()