Searched defs:ASCQ (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dtransport.h41 #define ASCQ(rqbuf) (rqbuf[13]) /* ASC qualifier */ macro
/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/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/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/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

Completed in 96 milliseconds