Searched refs:readBytes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMultiMemoryDescriptor.h148 /*! @function readBytes
156 virtual IOByteCount readBytes( IOByteCount offset,
H A DIODMACommand.h339 /*! @function readBytes
347 UInt64 readBytes(UInt64 offset, void *bytes, UInt64 length);
H A DIOMemoryDescriptor.h476 /*! @function readBytes
478 @discussion This method copies data from the memory descriptor's memory at the given offset, to the caller's buffer. The memory descriptor MUST have the kIODirectionOut direcction bit set and be prepared. kIODirectionOut means that this memory descriptor will be output to an external device, so readBytes is used to get memory into a local buffer for a PIO transfer to the device.
484 virtual IOByteCount readBytes(IOByteCount offset,
516 /* DEPRECATED */ /* USE INSTEAD: map(), readBytes(), writeBytes() */
519 /* DEPRECATED */ /* USE INSTEAD: map(), readBytes(), writeBytes() */
955 virtual IOByteCount readBytes(IOByteCount offset,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp369 IOByteCount IOMultiMemoryDescriptor::readBytes( IOByteCount offset, function in class:IOMultiMemoryDescriptor
390 IOByteCount copied = _descriptors[index]->readBytes(offset,bytes,copy);
H A DIODMACommand.cpp506 bytes = poMD->readBytes(state->fPreparedOffset,
815 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length) function in class:IODMACommand
H A DIOMemoryDescriptor.cpp1098 IOByteCount IOMemoryDescriptor::readBytes function in class:IOMemoryDescriptor
1575 /* DEPRECATED */ /* USE INSTEAD: map(), readBytes(), writeBytes() */
1586 /* DEPRECATED */ /* USE INSTEAD: map(), readBytes(), writeBytes() */
3498 IOByteCount IOSubMemoryDescriptor::readBytes(IOByteCount offset,
3509 byteCount = _parent->readBytes( _start + offset, bytes,

Completed in 46 milliseconds