Searched refs:actualByteCount (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IODMAEventSource.cpp | 240 …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 D | IODMAController.cpp | 119 …ource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime… in notifyDMACommand() argument 121 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount, timeStamp); in notifyDMACommand()
|
| H A D | IOPolledInterface.cpp | 334 UInt64 actualByteCount) in IOPolledIOComplete() argument
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMAEventSource.h | 47 …ource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime… 52 …ifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime…
|
| H A D | IODMAController.h | 56 …ource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime…
|
| H A D | IOPolledInterface.h | 63 uint64_t actualByteCount);
|