Home
last modified time | relevance | path

Searched refs:SCSI_10_Byte_Command (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A DMacSCSICommand.h51 struct SCSI_10_Byte_Command { /* Ten-byte command */ struct
63 typedef struct SCSI_10_Byte_Command SCSI_10_Byte_Command; argument
86 SCSI_10_Byte_Command scsi10;
H A DATA_media.c882 SCSI_10_Byte_Command *gRead; in ATAPI_ReadBlock()
907 gRead = (SCSI_10_Byte_Command *) &cmdPacket.atapiCommandByte[0]; in ATAPI_ReadBlock()
939 SCSI_10_Byte_Command *gTestUnit; in ATAPI_TestUnitReady()
960 gTestUnit = (SCSI_10_Byte_Command *) &cmdPacket.atapiCommandByte[0]; in ATAPI_TestUnitReady()
983 SCSI_10_Byte_Command *gReadCap; in ATAPI_ReadCapacity()
1011 gReadCap = (SCSI_10_Byte_Command *) &cmdPacket.atapiCommandByte[0]; in ATAPI_ReadCapacity()
H A DSCSI_media.c484 static SCSI_10_Byte_Command gReadCommand = { in SCSI_ReadBlock()
533 static SCSI_10_Byte_Command gWriteCommand = { in SCSI_WriteBlock()
580 static const SCSI_10_Byte_Command gCapacityCommand = { in DoReadCapacity()