Searched refs:callMethod (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOServicePM.h | 75 const void *callMethod; member
|
| H A D | IOService.h | 2254 bool getBlockingDriverCall(thread_t *thread, const void **callMethod);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 4283 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 D | IOPMrootDomain.cpp | 12256 const void * callMethod = NULL; local 12292 if (node->getBlockingDriverCall(thread, &callMethod)) { 12299 kextName = copyKextIdentifierWithAddress((vm_address_t) callMethod);
|