Searched defs:dmaCommand (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAController.cpp89 void IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) argument
94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
H A DIODMAEventSource.cpp84 IOReturn IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset) argument
114 IOReturn IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle) argument
126 IODMACommand *dmaCommand = NULL; local
146 void IODMAEventSource::completeDMACommand(IODMACommand *dmaCommand) argument
160 notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
[all...]

Completed in 22 milliseconds