Searched refs:copyEntity (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_utils.c151 data = copyEntity(domain, serviceID, copy[i]);
173 CFDictionaryRef copyEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity) function
196 data = copyEntity(domain, serviceID, entity);
262 if (data = copyEntity(domain, serviceID, entity)) {
277 data = copyEntity(domain, serviceID, entity);
293 data = copyEntity(domain, serviceID, entity);
330 data = copyEntity(domain, serviceID, entity);
H A Dppp_utils.h40 CFDictionaryRef copyEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
H A Dscnc_utils.c265 data = copyEntity(store, domain, serviceID, copy[i]);
287 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) function
310 data = copyEntity(store, domain, serviceID, entity);
380 if ((data = copyEntity(store, domain, serviceID, entity))) {
395 data = copyEntity(store, domain, serviceID, entity);
411 data = copyEntity(store, domain, serviceID, entity);
448 data = copyEntity(store, domain, serviceID, entity);
2360 return copyEntity(storeRef, kSCDynamicStoreDomainSetup, serviceID, CFSTR("EnvironmentVariables"));
H A Dscnc_utils.h41 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
H A Dppp_manager.c306 interface = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, kSCEntNetInterface);
380 serv->systemprefs = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, kSCEntNetPPP);
822 modemdict = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, kSCEntNetModem);
2269 dict = (CFMutableDictionaryRef)copyEntity(gDynamicStore, kSCDynamicStoreDomainState, serv->serviceID, kSCEntNetIPv4);
H A Dscnc_main.c1388 interface = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serviceID, kSCEntNetInterface);
1626 cur_dns_dict = copyEntity(gDynamicStore, kSCDynamicStoreDomainState, NULL, kSCEntNetDNS);
1680 CFDictionaryRef payloadRoot = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, CFSTR("com.apple.payload/PayloadRoot"));
H A Dipsec_manager.c449 serv->systemprefs = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, kSCEntNetIPSec);
4119 dict = (CFMutableDictionaryRef)copyEntity(gDynamicStore, kSCDynamicStoreDomainState, serv->serviceID, kSCEntNetIPv4);

Completed in 185 milliseconds