Searched refs:test_unit_readyC (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | pie-scsidef.h | 274 static unsigned char test_unit_readyC[] = { TEST_UNIT_READY, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable 276 static scsiblk test_unit_ready = { test_unit_readyC,sizeof(test_unit_readyC) };
|
H A D | sp15c-scsi.h | 254 static unsigned char test_unit_readyC[] = 257 {test_unit_readyC, sizeof (test_unit_readyC)};
|
H A D | coolscan-scsidef.h | 186 static unsigned char test_unit_readyC[] = 192 {test_unit_readyC, sizeof (test_unit_readyC)};
|
H A D | umax-scsidef.h | 431 static unsigned char test_unit_readyC[] = { TEST_UNIT_READY, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable 433 static scsiblk test_unit_ready = { test_unit_readyC,sizeof(test_unit_readyC) };
|
Completed in 7 milliseconds