Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODMAEventSource.cpp240 …ifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime… in notifyDMACommand() argument
243 dmaCommand->reserved->fActualByteCount = actualByteCount; in notifyDMACommand()
247 (*dmaNotificationAction)(owner, this, dmaCommand, status, actualByteCount, timeStamp); in notifyDMACommand()
H A DIODMAController.cpp119 …ource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime… in notifyDMACommand() argument
121 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount, timeStamp); in notifyDMACommand()
H A DIOPolledInterface.cpp334 UInt64 actualByteCount) in IOPolledIOComplete() argument
/xnu-11215/iokit/IOKit/
H A DIODMAEventSource.h47 …ource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime…
52 …ifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime…
H A DIODMAController.h56 …ource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime…
H A DIOPolledInterface.h63 uint64_t actualByteCount);