Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h225 #define SCMD_SEEK_G1 0x2b /* Note that only the group changed */ macro
448 /* 0x2b */ SCMD_SEEK_G1 | \
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h121 SPC3_CMD_SEEK10 = SCMD_SEEK_G1,
124 SPC3_CMD_POSITION_TO_ELEMENT = SCMD_SEEK_G1,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2634 scsi_req.cdbp[0] == SCMD_SEEK_G1 || in ql_scsi_passthru()