Lines Matching refs:typeOfInterest
2141 const OSSymbol * typeOfInterest, in applyToInterestNotifiers() argument
2150 prop = target->copyProperty(typeOfInterest); in applyToInterestNotifiers()
2180 IOService::applyToInterested( const OSSymbol * typeOfInterest, in applyToInterested() argument
2184 if (gIOGeneralInterest == typeOfInterest) { in applyToInterested()
2187 applyToInterestNotifiers(this, typeOfInterest, applier, context); in applyToInterested()
2238 IOService::registerInterest( const OSSymbol * typeOfInterest, in registerInterest() argument
2250 rc = registerInterestForNotifier(notify, typeOfInterest, in registerInterest()
2273 IOService::registerInterest(const OSSymbol * typeOfInterest, in registerInterest() argument
2284 notify = registerInterest(typeOfInterest, &IOServiceInterestHandlerToBlock, NULL, block); in registerInterest()
2294 IOService::registerInterestForNotifier( IONotifier *svcNotify, const OSSymbol * typeOfInterest, in registerInterestForNotifier() argument
2309 if ((typeOfInterest != gIOGeneralInterest) in registerInterestForNotifier()
2310 && (typeOfInterest != gIOBusyInterest) in registerInterestForNotifier()
2311 && (typeOfInterest != gIOAppPowerStateInterest) in registerInterestForNotifier()
2312 && (typeOfInterest != gIOConsoleSecurityInterest) in registerInterestForNotifier()
2313 && (typeOfInterest != gIOPriorityPowerStateInterest)) { in registerInterestForNotifier()
2327 OSObject * obj = copyProperty( typeOfInterest ); in registerInterestForNotifier()
2332 bool ok = setProperty( typeOfInterest, notifyList); in registerInterestForNotifier()