Searched refs:transfer (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IODMACommand.h | 374 virtual UInt64 transfer( IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length );
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_compressor_pager.c | 151 uint64_t transfer; member 1062 compressor_pager_stats.transfer++; in vm_compressor_pager_transfer()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 1221 IODMACommand::transfer(IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length) in transfer() function in IODMACommand 1249 return transfer(kIODMACommandTransferOpReadBytes, offset, bytes, length); in readBytes() 1255 return transfer(kIODMACommandTransferOpWriteBytes, offset, const_cast<void *>(bytes), length); in writeBytes()
|
| /xnu-8020.101.4/iokit/DriverKit/ |
| H A D | IOService.iig | 316 …ver, if this is not possible, your driver can inform power management when a time-critical transfer
|