Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h1492 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 DIOService.cpp2141 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 DIOPMrootDomain.cpp7017 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 DRootDomain.h345 const OSSymbol * typeOfInterest,