Searched refs:SENSEIO (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h509 #define SENSEIO 0x1000 /* cmd not excuted but sense data ok */ macro
H A Dscsi_low.c376 {SENSEIO, CAM_AUTOSNS_VALID | CAM_REQ_CMP_ERR},
850 if ((cb->ccb_error & SENSEIO) != 0)
1955 if (cb->ccb_error & SENSEIO)
2041 cb->ccb_error |= (SENSEIO | ABORTIO);

Completed in 107 milliseconds