Searched defs:scsi_sync_cache (Results 1 – 2 of 2) sorted by relevance
420 struct scsi_sync_cache struct422 u_int8_t opcode;423 u_int8_t byte2;424 u_int8_t begin_lba[4];425 u_int8_t reserved;426 u_int8_t lb_count[2];427 u_int8_t control;
103 static uint8_t scsi_sync_cache[] = { 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, variable