Searched refs:newService (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1422 ^bool (IOService * newService, IONotifier * notifier) { in IOServiceTest() 1423 kprintf("found %s, %d\n", newService->getName(), newService->getRetainCount()); in IOServiceTest() 1424 found = newService; in IOServiceTest() 1569 void * ref __unused, IOService * newService __unused, IONotifier * notifier __unused ) in IOUserNotificationMatchingHandler()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 249 IOService * newService ); 252 IOService * newService, 256 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, 1769 IOService * newService, IONotifier * notifier );
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 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() 1883 inst->ivars->interestNotifiers->removeObject((const OSSymbol *) newService); in Create_Impl() [all …]
|
| H A D | IOUserClient.cpp | 801 void * ref, IOService * newService, IONotifier * notifier ); 802 virtual bool handler( void * ref, IOService * newService ); 982 void * ref, IOService * newService, IONotifier * notifier ) in _handler() argument 988 ret = targetObj->handler( ref, newService ); in _handler() 995 IOService * newService ) in handler() argument 1007 newSet->setObject( newService ); in handler() 1017 newService->setMachPortHoldDestroy(true); in handler()
|
| H A D | IOService.cpp | 6270 IOService * newService, in _IOServiceMatchingNotificationHandler() argument 6273 return (*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService); in _IOServiceMatchingNotificationHandler() 6489 IOService * newService, in IOServiceMatchingNotificationHandlerToBlock() argument 6492 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock() 6539 IOService * newService, in syncNotificationHandler() argument 6544 newService->retain(); in syncNotificationHandler() 6545 (*(IOService **) ref) = newService; in syncNotificationHandler()
|