Searched refs:notifyDMACommand (Results 1 - 4 of 4) sorted by relevance

/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) function in class:IODMAController
96 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount);
H A DIODMAEventSource.cpp160 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) function in class:IODMAEventSource
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODMAController.h55 virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
H A DIODMAEventSource.h51 virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);

Completed in 36 milliseconds