Searched refs:applyToInterested (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6170 applyToInterested(gIOGeneralInterest, logClientTimeouts, (void *) &context); in cleanClientResponses() 6254 applyToInterested( gIOAppPowerStateInterest, in tellClientsWithResponse() 6265 applyToInterested( gIOAppPowerStateInterest, in tellClientsWithResponse() 6284 applyToInterested( gIOGeneralInterest, in tellClientsWithResponse() 6291 applyToInterested( gIOPriorityPowerStateInterest, in tellClientsWithResponse() 6298 applyToInterested( gIOPriorityPowerStateInterest, in tellClientsWithResponse() 6305 applyToInterested( gIOAppPowerStateInterest, in tellClientsWithResponse() 6318 applyToInterested( gIOPriorityPowerStateInterest, in tellClientsWithResponse() 6860 applyToInterested( gIOPriorityPowerStateInterest, in tellClients() 6864 applyToInterested( gIOAppPowerStateInterest, in tellClients() [all …]
|
| H A D | IOService.cpp | 2180 IOService::applyToInterested( const OSSymbol * typeOfInterest, in applyToInterested() function in IOService 2224 applyToInterested( gIOGeneralInterest, in messageClients() 3529 applyToInterested( gIOGeneralInterest, in open() 3589 applyToInterested( gIOGeneralInterest, in close()
|
| H A D | IOPMrootDomain.cpp | 5827 applyToInterested(gIOPriorityPowerStateInterest, platformHaltRestartApplier, &gHaltRestartCtx);
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1512 virtual void applyToInterested( const OSSymbol * typeOfInterest,
|