Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp5593 const void *function_addr = NULL; in ackTimerTick() local
5595function_addr = OSMemberFunctionCast(const void *, fControllingDriver, &IOService::setPowerState); in ackTimerTick()
5596 kext = OSKext::lookupKextWithAddress((vm_address_t)function_addr); in ackTimerTick()
5599 function_addr = (const void*)VM_KERNEL_STRIP_PTR(function_addr); in ackTimerTick()
5607 fName, this, function_addr, fCurrentPowerState, fHeadNotePowerState, NS_TO_MS(nsec)); in ackTimerTick()