Home
last modified time | relevance | path

Searched refs:ie_asc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_private.h342 uint8_t ie_asc; /* Informational exceptions */ member
H A Dctl_error.c486 *asc = lun->ie_asc; in ctl_ua_to_ascq()
H A Dctl.c5942 if (lun->ie_asc == 0) in ctl_ie_timer()
5973 lun->ie_asc = 0x5d; in ctl_ie_page_handler()
5992 lun->ie_asc = 0; in ctl_ie_page_handler()
6871 data->ie_asc = lun->ie_asc; in ctl_ie_log_sense_handler()
9385 asc = lun->ie_asc; in ctl_request_sense()
13884 if (lun->ie_reported == 0 && lun->ie_asc != 0 &&
13901 /*asc*/ lun->ie_asc,
/freebsd/sys/cam/scsi/
H A Dscsi_all.h698 uint8_t ie_asc; member