Searched refs:ASCQ (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dtransport.c135 * ASCQ = 0 Not Reportable.
136 * ASCQ = 1 Becoming ready.
137 * ASCQ = 4 FORMAT in progress.
138 * ASCQ = 7 Operation in progress.
139 * ASCQ = 8 Long write in progress.
142 ((ASCQ(rqbuf) == 0) || (ASCQ(rqbuf) == 1) ||
143 (ASCQ(rqbuf) == 4)) || (ASCQ(rqbuf) == 7)) {
156 0x21) && (ASCQ(rqbu
[all...]
H A Dtransport.h41 #define ASCQ(rqbuf) (rqbuf[13]) /* ASC qualifier */ macro
H A Dblank.c188 SENSE_KEY(rqbuf), ASC(rqbuf), ASCQ(rqbuf));
226 ASC(rqbuf), ASCQ(rqbuf));
H A Ddevice.c673 ((ASCQ(rqbuf) == 0) || (ASCQ(rqbuf) == 1) ||
674 (ASCQ(rqbuf) == 2))) {
H A Dtrackio.c436 te->ascq = ASCQ(rqbuf);
531 te->ascq = ASCQ(rqbuf);
H A Dmisc_scsi.c680 ASC(rqbuf), ASCQ(rqbuf));
1138 ASC(rqbuf), ASCQ(rqbuf));
H A Dcopycd.c339 SENSE_KEY(rqbuf), ASC(rqbuf), ASCQ(rqbuf));
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.c36 #define ASCQ(rqbuf) (rqbuf[13]) /* ASC qualifier */ macro
79 * ASCQ = 0 Not Reportable.
80 * ASCQ = 1 Becoming ready.
81 * ASCQ = 4 FORMAT in progress.
82 * ASCQ = 7 Operation in progress.
85 ((ASCQ(rqbuf) == 0) || (ASCQ(rqbuf) == 1) ||
86 (ASCQ(rqbuf) == 4)) || (ASCQ(rqbuf) == 7)) {
110 (ASCQ(rqbu
[all...]
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_ioc.h381 uint8_t ASCQ; member in struct:event_data_scsi_device_status_change
401 uint8_t ASCQ; member in struct:event_data_sas_device_status_change
474 uint8_t ASCQ; member in struct:event_data_raid
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c54 #define ASCQ(rqbuf) (rqbuf[13]) /* ASC qualifier */ macro
1724 * ASCQ = 0 Not Reportable.
1725 * ASCQ = 1 Becoming ready.
1728 ((ASCQ(rqbuf) == 0) || (ASCQ(rqbuf) == 1))) {
1749 DPRINTF3(" sense: %02x ASC: %02x ASCQ:%02x\n",
1751 (uchar_t)ASC(rqbuf), (uchar_t)ASCQ(rqbuf));
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_ioc.h685 U8 ASCQ; /* 0x05 */ member in struct:_MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c5556 * ASC/ASCQ=0x3F/0x0E means report_luns data changed
5557 * ASC/ASCQ=0x25/0x00 means invalid lun
7722 NDBG20(("SMART data received, ASC/ASCQ = %02x/%02x",
7726 &statuschange->ASCQ)));

Completed in 130 milliseconds