Home
last modified time | relevance | path

Searched refs:fArg2 (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp1224 request->fArg2 = (void *) numberOfStates; in registerPowerDriver()
2458 request->fArg2 = NULL; in changePowerStateWithOverrideTo()
2473 request->fArg2 = (void *)(uintptr_t) true; in changePowerStateWithOverrideTo()
2589 request->fArg2 = NULL; in requestPowerState()
2602 request->fArg2 = (void *)(uintptr_t) true; in requestPowerState()
2620 if (request->fArg2) { in handleRequestPowerState()
4435 childRequest->fArg2 = (void *)(uintptr_t) requestArg2; in notifyChild()
7198 request->fArg2 = (void *) NULL; in allowPowerChange()
7850 OBFUSCATE(req->fArg1), OBFUSCATE(req->fArg2)); in submitPMRequests()
8457 OSString * name = (OSString *) request->fArg2; in actionPMReplyQueue()
[all …]
H A DIOServicePMPrivate.h637 void * fArg2; variable
/xnu-11215/tools/lldbmacros/
H A Dioreg.py589 request.fArg0, request.fArg1, request.fArg2)