Home
last modified time | relevance | path

Searched defs:ciss_error (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dcissreg.h453 struct ciss_error { struct
454 u_int8_t scsi_stat; /* SCSI_OK etc */
455 u_int8_t senselen;
456 u_int16_t cmd_stat;
470 u_int32_t resid;
471 u_int8_t err_type[4];
495 struct ciss_error ccb_err; argument
H A Dciss.c645 ciss_error(struct ciss_ccb *ccb) in ciss_error() function