Searched refs:completion (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAEventSource.h56 Action completion = 0,
78 Action completion = 0,
H A DIOPolledInterface.h79 IOPolledCompletion completion) = 0;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp130 the data, an offset to the disk and length (block aligned 64 bit numbers), and completion callback.
464 IOPolledCompletion completion; local
466 completion.target = 0;
467 completion.action = &IOHibernatePollerIOComplete;
468 completion.parameter = vars;
473 err = poller->startIO(operation, bufferOffset, deviceOffset + vars->block0, length, completion);

Completed in 13 milliseconds