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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
51 virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
H A DIODMAController.h55 virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
H A DIOPolledInterface.h53 uint64_t actualByteCount);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAController.cpp94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
96 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount);
H A DIODMAEventSource.cpp160 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
163 dmaCommand->reserved->fActualByteCount = actualByteCount;
165 if (dmaNotificationAction != 0) (*dmaNotificationAction)(owner, this, dmaCommand, status, actualByteCount);
H A DIOHibernateIO.cpp439 UInt64 actualByteCount)
436 IOHibernatePollerIOComplete(void * target, void * parameter, IOReturn status, UInt64 actualByteCount) argument

Completed in 84 milliseconds