Home
last modified time | relevance | path

Searched refs:fInvokeAction (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h789 Action fInvokeAction; variable
H A DIOServicePM.cpp9036 fInvokeAction = invoke; in init()
9110 if (fInvokeAction) { in checkRequestQueue()
9111 done = (*fInvokeAction)( target, request, this ); in checkRequestQueue()
9248 fInvokeAction = NULL; in finishQuiesceRequest()