Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pdisk/dist/
H A DSCSI_media.c128 int SCSI_WriteBlock(UInt32 id, UInt32 bus, UInt32 block_size, UInt32 block, UInt8 *address);
398 if (SCSI_WriteBlock(a->id, a->bus, block_size, block, buffer) == 0) { in write_scsi_media()
528 SCSI_WriteBlock(UInt32 id, UInt32 bus, UInt32 block_size, UInt32 block, UInt8 *address) in SCSI_WriteBlock() function