Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h218 #if !defined(FCIO_FCODE_MCODE_VERSION)
219 #define FCIO_FCODE_MCODE_VERSION (('F' << 8)|202) macro
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h52 #define FCIO_FCODE_MCODE_VERSION (FIOC|202) /* Get code versions */ macro
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c346 if (ioctl(fd, FCIO_FCODE_MCODE_VERSION, buffer) < 0) { in findversion()
H A Dqlgcupdate.c432 if (ioctl(fd, FCIO_FCODE_MCODE_VERSION, version_buffer) < 0) { in q_findversion()