HomeSort by: relevance | last modified time | path
    Searched refs:CAM_REQ_CMP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_cam.h 66 CAM_REQ_CMP = XS_NOERROR, /* CCB request completed without error */
aic7xxx.c 1276 * specifies CAM_REQ_CMP.
1285 CAM_REQ_CMP);
5352 if (cstat != CAM_REQ_CMP)
5464 if (cstat != CAM_REQ_CMP)
5572 if (cstat != CAM_REQ_CMP)
5875 if (ahc_get_transaction_status(scbp) != CAM_REQ_CMP)
6821 return (CAM_REQ_CMP);
6841 if (status != CAM_REQ_CMP) {
6901 if (status != CAM_REQ_CMP) {
6983 if (status != CAM_REQ_CMP) {
    [all...]
aic79xx.c 2199 * specifies CAM_REQ_CMP.
2206 ahd_set_transaction_status(scb, CAM_REQ_CMP);
7188 if (cstat != CAM_REQ_CMP)
7192 if ((cam_status)scb->xs->error != CAM_REQ_CMP)
7336 if (cstat != CAM_REQ_CMP)
7534 if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP)
9215 return (CAM_REQ_CMP);
9235 if (status != CAM_REQ_CMP) {
9269 if (status != CAM_REQ_CMP) {
9352 if (status != CAM_REQ_CMP) {
    [all...]
  /src/usr.sbin/mmcformat/
uscsi_subr.c 456 if ((ccb.ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_CMP)

Completed in 57 milliseconds