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

/macosx-10.9.5/launchd-842.92.1/SystemStarter/
H A DStartupItems.h58 * Returns the item responsible for providing aService.
60 CFMutableDictionaryRef StartupItemListGetProvider (CFArrayRef anItemList, CFStringRef aService);
66 CFStringRef aService ,
H A DSystemStarter.c49 static int system_starter(Action anAction, const char *aService);
263 CFStringRef aService = NULL; local
267 aService = CFStringCreateWithCString(kCFAllocatorDefault, aService_cstr, kCFStringEncodingUTF8);
290 if (aService) {
291 CFMutableArrayRef aDependentsList = StartupItemListCreateDependentsList(aStartupContext->aWaitingList, aService, anAction);
297 CF_syslog(LOG_ERR, CFSTR("Unknown service: %@"), aService);
H A DStartupItems.c115 * startupItemListCopyMatches returns an array of items which contain the string aService in the key aKey
117 static CFMutableArrayRef startupItemListCopyMatches(CFArrayRef anItemList, CFStringRef aKey, CFStringRef aService) argument
121 if (anItemList && aKey && aService) {
132 if (CFArrayContainsValue(aList, CFRangeMake(0, CFArrayGetCount(aList)), aService) &&
430 CFMutableDictionaryRef StartupItemListGetProvider(CFArrayRef anItemList, CFStringRef aService) argument
433 CFMutableArrayRef aList = startupItemListCopyMatches(anItemList, kProvidesKey, aService);
519 CFMutableArrayRef StartupItemListCreateDependentsList(CFMutableArrayRef anItemList, CFStringRef aService, Action anAction) argument
524 if (anItemList && aService)
525 anItem = StartupItemListGetProvider(anItemList, aService);
1029 CFStringRef aService local
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp561 IOService * aService; local
582 if ( NULL != (aService = (IOService *) child->getObject ("service")) )
583 theService->addPowerChild (aService);
594 if ( NULL != (aService = (IOService *) theTreeParentNode->getObject ("service")) )
595 if (aService != theProvider)
596 aService->addPowerChild (theService);

Completed in 125 milliseconds