Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_all.h519 struct scsi_start_stop_unit struct
521 u_int8_t opcode;
522 u_int8_t byte2;
524 u_int8_t reserved[2];
525 u_int8_t how;
528 u_int8_t control;
/dflybsd-src/sys/bus/u4b/
H A Dusb_msctest.c91 static uint8_t scsi_start_stop_unit[] = { 0x1b, 0x00, 0x00, 0x00, 0x02, 0x00 }; variable