Searched refs:CTL_SCSI_ERROR (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_error.c137 ctsio->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
793 ctsio->io_hdr.status = CTL_SCSI_ERROR;
805 ctsio->io_hdr.status = CTL_SCSI_ERROR;
817 ctsio->io_hdr.status = CTL_SCSI_ERROR;
H A Dctl_io.h75 CTL_SCSI_ERROR, /* SCSI error, look at status byte/sense data */ enumerator in enum:__anon6722
H A Dctl_util.c78 {CTL_SCSI_ERROR, "SCSI Error"},
801 && ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR)) {
H A Dctl_frontend_internal.c645 case CTL_SCSI_ERROR:
1092 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SCSI_ERROR) {
H A Dctl_frontend_cam_sim.c481 case CTL_SCSI_ERROR:
H A Dctl.c652 msg_info.hdr.status = CTL_SCSI_ERROR;
1860 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
1914 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
1940 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
1967 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
11769 ctsio->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
12640 io->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
13549 msg.hdr.status = CTL_SCSI_ERROR;
13753 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR) &&
H A Dctl_tpc.c1501 case CTL_SCSI_ERROR:

Completed in 191 milliseconds