Searched refs:io_cdb (Results 1 – 3 of 3) sorted by relevance
157 u_int8_t io_cdb[16]; /* Command that Caused the Last Data Sense */ member
292 for (i = 0; i < sizeof (s->io_cdb); i++) in main()293 (void)printf(" %02X", s->io_cdb[i]); in main()
1808 bcopy((caddr_t) &softc->last_io_cdb, sep->io_cdb, in saioctl()1809 sizeof (sep->io_cdb)); in saioctl()