Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dusmp.h74 #define USMPFUNC _IO('S', 01) /* user smp function */ macro
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasSendSMPPassThru.c67 if (ioctl(fd, USMPFUNC, &ucmd_buf) == -1) { in SendSMPPassThru()
/illumos-gate/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c173 if (ioctl(dp->ud_fd, USMPFUNC, &cmd) < 0) { in usmp_exec()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c565 case USMPFUNC: in smp_ioctl()