Searched refs:typeOfInterest (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1492 virtual OSPtr<IONotifier> registerInterest( const OSSymbol * typeOfInterest, 1497 OSPtr<IONotifier> registerInterest(const OSSymbol * typeOfInterest, 1512 virtual void applyToInterested( const OSSymbol * typeOfInterest, 2250 IOReturn registerInterestForNotifier( IONotifier *notify, const OSSymbol * typeOfInterest,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 2141 const OSSymbol * typeOfInterest, in applyToInterestNotifiers() argument 2150 prop = target->copyProperty(typeOfInterest); in applyToInterestNotifiers() 2184 if (gIOGeneralInterest == typeOfInterest) { in applyToInterested() 2250 rc = registerInterestForNotifier(notify, typeOfInterest, in registerInterest() 2273 IOService::registerInterest(const OSSymbol * typeOfInterest, in registerInterest() argument 2309 if ((typeOfInterest != gIOGeneralInterest) in registerInterestForNotifier() 2310 && (typeOfInterest != gIOBusyInterest) in registerInterestForNotifier() 2311 && (typeOfInterest != gIOAppPowerStateInterest) in registerInterestForNotifier() 2312 && (typeOfInterest != gIOConsoleSecurityInterest) in registerInterestForNotifier() 2327 OSObject * obj = copyProperty( typeOfInterest ); in registerInterestForNotifier() [all …]
|
| H A D | IOPMrootDomain.cpp | 7017 const OSSymbol * typeOfInterest, 7026 isSystemCapabilityClient = typeOfInterest && 7027 typeOfInterest->isEqualTo(kIOPMSystemCapabilityInterest); 7029 isKernelCapabilityClient = typeOfInterest && 7030 typeOfInterest->isEqualTo(gIOPriorityPowerStateInterest); 7033 typeOfInterest = gIOAppPowerStateInterest; 7042 rc = super::registerInterestForNotifier(notifier, typeOfInterest, handler, target, ref);
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 345 const OSSymbol * typeOfInterest,
|