Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsesio.h138 #define SESIOC_GETOBJSTAT (SESIOC|15) macro
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c295 if (ioctl(fd, SESIOC_GETOBJSTAT, (caddr_t)&obj) < 0) { in l_bp_bypass_enable()
321 if (ioctl(fd, SESIOC_GETOBJSTAT, (caddr_t)&obj) < 0) { in l_bp_bypass_enable()
350 if (ioctl(fd, SESIOC_GETOBJSTAT, (caddr_t)&obj) < 0) { in l_bp_bypass_enable()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c790 case SESIOC_GETOBJSTAT: in ses_ioctl()