Searched defs:scsi_start_stop_unit (Results 1 – 2 of 2) sorted by relevance
519 struct scsi_start_stop_unit struct521 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;
91 static uint8_t scsi_start_stop_unit[] = { 0x1b, 0x00, 0x00, 0x00, 0x02, 0x00 }; variable