Home
last modified time | relevance | path

Searched refs:SCMD_VERIFY (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h227 #define SCMD_VERIFY 0x2f macro
449 /* 0x2f */ SCMD_VERIFY, "verify(10)", \
/titanic_50/usr/src/uts/common/sys/sata/impl/
H A Dsata.h564 ((cmd) == SCMD_VERIFY) || ((cmd) == SCMD_VERIFY_G4) || \
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h129 SPC3_CMD_VERIFY10 = SCMD_VERIFY,
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c233 ((c) == SCMD_VERIFY) || \
H A Dsbd_scsi.c3392 if (cdb0 == SCMD_VERIFY) { in sbd_new_task()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2533 scsi_req.cdbp[0] == SCMD_VERIFY || in ql_scsi_passthru()