Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOServicePM.h75 const void *callMethod; member
H A DIOService.h2254 bool getBlockingDriverCall(thread_t *thread, const void **callMethod);
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp4283 IOOptionBits callMethod = (fDriverCallReason == kDriverCallInformPreChange) ? in driverInformPowerChange() local
4300 if (assertPMDriverCall(&callEntry, callMethod, informee)) { in driverInformPowerChange()
8560 …entry->callMethod = OSMemberFunctionCast(const void *, fControllingDriver, &IOService::setPowerSta… in assertPMDriverCall()
8563 …entry->callMethod = OSMemberFunctionCast(const void *, target, &IOService::powerStateWillChangeTo); in assertPMDriverCall()
8566 entry->callMethod = OSMemberFunctionCast(const void *, target, &IOService::powerStateDidChangeTo); in assertPMDriverCall()
8573 entry->callMethod = NULL; in assertPMDriverCall()
8609 IOService::getBlockingDriverCall(thread_t *thread, const void **callMethod) in getBlockingDriverCall() argument
8627 *callMethod = entry->callMethod; in getBlockingDriverCall()
H A DIOPMrootDomain.cpp12256 const void * callMethod = NULL; local
12292 if (node->getBlockingDriverCall(thread, &callMethod)) {
12299 kextName = copyKextIdentifierWithAddress((vm_address_t) callMethod);