Searched refs:kActionStart (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/launchd-842.92.1/SystemStarter/
H A DSystemStarter.h43 kActionStart, enumerator in enum:__anon9337
H A DSystemStarter.c61 Action anAction = kActionStart;
117 anAction = kActionStart;
151 system_starter(kActionStart, NULL);
226 syslog(LOG_WARNING, "The following StartupItems failed to %s properly:", (anAction == kActionStart) ? "start" : "stop");
H A DStartupItems.c52 case kActionStart:
463 * If anAction is kActionStart, dependent items are those which
482 case kActionStart:
530 case kActionStart:
608 CFStringRef aKey = (anAction == kActionStart) ? kProvidesKey : kUsesKey;
715 case kActionStart:
760 anAntecedentList = CFDictionaryGetValue(anItem, ((anAction == kActionStart) ? kRequiresKey : kProvidesKey));
773 ((anAction == kActionStart) ?
782 anAntecedentList = CFDictionaryGetValue(anItem, ((anAction == kActionStart) ? kUsesKey : kProvidesKey));
791 ((anAction == kActionStart)
[all...]

Completed in 133 milliseconds