Lines Matching refs:newService
1823 ^bool (IOService * newService, IONotifier * notifier) { in Create_Impl()
1829 serverName = newService->copyProperty(gIOUserServerNameKey); in Create_Impl()
1836 if (!newService->reserved->uvars || !newService->reserved->uvars->userServer) { in Create_Impl()
1843 okToUse = newService->reserved->uvars->userServer->checkEntitlements(str, NULL, NULL); in Create_Impl()
1846 DKLOG(DKS ": publisher entitlements check failed\n", DKN(newService)); in Create_Impl()
1850 prop = newService->copyProperty(kIODriverKitPublishEntitlementsKey); in Create_Impl()
1857 DKLOG(DKS ": subscriber entitlements check failed\n", DKN(newService)); in Create_Impl()
1865 inst->ivars->pending[kIOServiceNotificationTypeMatched]->setObject(newService); in Create_Impl()
1868 interest = newService->registerInterest(gIOGeneralInterest, in Create_Impl()
1880 …erest = (typeof(interest))inst->ivars->interestNotifiers->getObject((const OSSymbol *) newService); in Create_Impl()
1883 inst->ivars->interestNotifiers->removeObject((const OSSymbol *) newService); in Create_Impl()
1897 inst->ivars->interestNotifiers->setObject((const OSSymbol *) newService, interest); in Create_Impl()