Searched refs:ascq (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dumassvar.h124 uByte ascq; member in struct:__anon2::__anon4
H A Dumass.c1623 sc->sbl.ufi.asc, sc->sbl.ufi.ascq));
1625 if ((sc->sbl.ufi.asc == 0 && sc->sbl.ufi.ascq == 0) ||
/openbsd-current/sys/scsi/
H A Dscsi_base.c52 static __inline void asc2ascii(u_int8_t, u_int8_t ascq, char *result,
1652 * Interpret the key/asc/ascq information where appropriate.
1818 asc2ascii(u_int8_t asc, u_int8_t ascq, char *result, size_t len) argument
1820 snprintf(result, len, "ASC 0x%02x ASCQ 0x%02x", asc, ascq);
1824 u_int8_t asc, ascq; member in struct:__anon6
2475 asc2ascii(u_int8_t asc, u_int8_t ascq, char *result, size_t len) argument
2482 if (ascq >= 0x80) {
2484 "Diagnostic Failure on Component 0x%02x", ascq);
2490 "Tagged Overlapped Commands (0x%02x = TASK TAG)", ascq);
2495 ascq);
[all...]
/openbsd-current/sys/dev/ic/
H A Dmpireg.h700 u_int8_t ascq; member in struct:mpi_evt_sas_change

Completed in 198 milliseconds