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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_error.c137 ctsio->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
765 ctsio->io_hdr.status = CTL_SCSI_ERROR;
777 ctsio->io_hdr.status = CTL_SCSI_ERROR;
789 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:__anon5898
H A Dctl_util.c78 {CTL_SCSI_ERROR, "SCSI Error"},
774 && ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR)) {
H A Dctl_frontend_internal.c690 case CTL_SCSI_ERROR:
1155 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SCSI_ERROR) {
H A Dctl.c592 msg_info.hdr.status = CTL_SCSI_ERROR;
1711 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
1767 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
1793 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
1820 msg_info.hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
5234 ctsio->io_hdr.status = CTL_SCSI_ERROR;
10004 ctsio->io_hdr.status = CTL_SCSI_ERROR;
10026 ctsio->io_hdr.status = CTL_SCSI_ERROR;
10482 ctsio->io_hdr.status = CTL_SCSI_ERROR |
11238 io->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENS
[all...]
H A Dctl_frontend_cam_sim.c532 case CTL_SCSI_ERROR:

Completed in 125 milliseconds