Searched refs:gIOGeneralInterest (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp139 const OSSymbol * gIOGeneralInterest; variable
307 gIOGeneralInterest = OSSymbol::withCStringNoCopy( kIOGeneralInterest );
1452 if (gIOGeneralInterest == typeOfInterest)
1488 applyToInterested( gIOGeneralInterest,
1505 if( (typeOfInterest != gIOGeneralInterest)
1576 cleanInterestList( getProperty( gIOGeneralInterest ));
2365 applyToInterested( gIOGeneralInterest,
2408 applyToInterested( gIOGeneralInterest,
H A DIOPMrootDomain.cpp580 return gRootDomain->registerInterest( gIOGeneralInterest, handler, self, ref );
5309 if( !newService->registerInterest( gIOGeneralInterest,
H A DIOServicePM.cpp5429 applyToInterested( gIOGeneralInterest,
5929 applyToInterested( gIOGeneralInterest,
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h132 extern const OSSymbol * gIOGeneralInterest;

Completed in 56 milliseconds