Searched refs:serviceID (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.10.1/bootp-298/ipconfiglib/
H A DIPConfigurationServiceInternal.h59 IPConfigurationServiceKey(CFStringRef serviceID) argument
63 serviceID));
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_utils.h29 int getStringFromEntity(CFStringRef domain, CFStringRef serviceID,
31 CFStringRef copyCFStringFromEntity(CFStringRef domain, CFStringRef serviceID,
33 int getNumberFromEntity(CFStringRef domain, CFStringRef serviceID,
35 int getAddressFromEntity(CFStringRef domain, CFStringRef serviceID,
39 CFDictionaryRef copyService(CFStringRef domain, CFStringRef serviceID);
40 CFDictionaryRef copyEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
41 int existEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
46 void AddNumberFromState(CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
47 void AddStringFromState(CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
H A Dscnc_utils.h30 int getStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
32 CFStringRef copyCFStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
34 int getNumberFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
36 int getAddressFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
40 CFDictionaryRef copyService(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID);
41 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
42 int existEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
48 void AddNumberFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
49 void AddStringFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
72 int publish_dictnumentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRe
[all...]
H A Dppp_utils.c110 CFDictionaryRef copyService(CFStringRef domain, CFStringRef serviceID) argument
130 key = SCDynamicStoreKeyCreate(0, CFSTR("%@/%@/%@/%@"), domain, kSCCompNetwork, kSCCompService, serviceID);
151 data = copyEntity(domain, serviceID, copy[i]);
173 CFDictionaryRef copyEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
178 if (serviceID)
179 key = SCDynamicStoreKeyCreateNetworkServiceEntity(0, domain, serviceID, entity);
192 int existEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
196 data = copyEntity(domain, serviceID, entity);
256 int getNumberFromEntity(CFStringRef domain, CFStringRef serviceID, argument
262 if (data = copyEntity(domain, serviceID, entit
271 getStringFromEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property, u_char *str, u_int16_t maxlen) argument
287 copyCFStringFromEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property) argument
323 getAddressFromEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property, u_int32_t *outval) argument
404 AddNumberFromState(CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict) argument
414 AddStringFromState(CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict) argument
[all...]
H A Dppp_client.h64 CFStringRef serviceID; // service used by the client member in struct:client
95 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t notify_port);
99 u_long client_notify (CFStringRef serviceID, u_char* sid, u_int32_t link, u_long state, u_long error, int notification);
H A Dscnc_client.h64 CFStringRef serviceID; // service used by the client member in struct:client
98 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, pid_t pid, mach_port_t bootstrap, mach_port_t notify_port, mach_port_t au_session, Boolean has_machport_priv);
102 u_long client_notify (CFStringRef serviceID, u_char* sid, u_int32_t link, u_long state, u_long error, int notification, SCNetworkConnectionStatus status);
H A Dppp_client.c92 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t notify_port) argument
104 CFRetain(serviceID);
107 client->serviceID = serviceID;
175 my_CFRelease(client->serviceID);
219 u_long client_notify (CFStringRef serviceID, u_char* sid, u_int32_t link, u_long event, u_long error, int notification) argument
242 doit = CFStringCompare(client->serviceID, serviceID, 0) == kCFCompareEqualTo;
250 mach_client_notify (client->notify_port, client->serviceID, event, error);
H A Dscnc_client.c95 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, pid_t pid, mach_port_t bootstrap, mach_port_t notify_port, mach_port_t au_session, Boolean has_machport_priv) argument
107 CFRetain(serviceID);
110 client->serviceID = serviceID;
185 my_CFRelease(&client->serviceID);
229 u_long client_notify (CFStringRef serviceID, u_char* sid, u_int32_t link, u_long event, u_long error, int notification, SCNetworkConnectionStatus status) argument
252 doit = CFStringCompare(client->serviceID, serviceID, 0) == kCFCompareEqualTo;
260 mach_client_notify (client->notify_port, client->serviceID, status, error);
H A Dscnc_utils.c223 CFDictionaryRef copyService(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID) argument
245 key = SCDynamicStoreKeyCreate(0, CFSTR("%@/%@/%@/%@"), domain, kSCCompNetwork, kSCCompService, serviceID);
266 data = copyEntity(store, domain, serviceID, copy[i]);
288 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
293 if (serviceID)
294 key = SCDynamicStoreKeyCreateNetworkServiceEntity(0, domain, serviceID, entity);
307 int existEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
311 data = copyEntity(store, domain, serviceID, entity);
375 int getNumberFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, argument
381 if ((data = copyEntity(store, domain, serviceID, entit
390 getStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property, u_char *str, u_int16_t maxlen) argument
406 copyCFStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property) argument
442 getAddressFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property, u_int32_t *outval) argument
576 AddNumberFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict) argument
586 AddStringFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict) argument
775 publish_dictnumentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict, CFStringRef entry, int val) argument
798 unpublish_dictentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict, CFStringRef entry) argument
815 publish_multiple_dicts(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dictNames, CFArrayRef dicts) argument
861 unpublish_dict(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict) argument
885 unpublish_multiple_dicts(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dictNames, Boolean removeService) argument
931 publish_dictstrentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict, CFStringRef entry, char *str, int encoding) argument
1015 UpdatePasswordPrefs(CFStringRef serviceID, CFStringRef interfaceType, SCNetworkInterfacePasswordType passwordType, CFStringRef passwordEncryptionKey, CFStringRef passwordEncryptionValue, CFStringRef logTitle) argument
1505 create_stateaddr(SCDynamicStoreRef store, CFStringRef serviceID, char *if_name, u_int32_t server, u_int32_t o, u_int32_t h, u_int32_t m, int isprimary, CFArrayRef includedRoutes, CFArrayRef excludedRoutes) argument
1591 create_dns(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dns, CFStringRef domain, CFArrayRef supp_domains, Boolean neverSearchDomains) argument
1893 create_proxies(SCDynamicStoreRef store, CFStringRef serviceID, int autodetect, CFStringRef server, int port, int bypasslocal, CFStringRef exceptionlist, CFArrayRef supp_domains) argument
2357 collectEnvironmentVariables(SCDynamicStoreRef storeRef, CFStringRef serviceID) argument
2759 CFStringRef interfaceName = NULL, string = NULL, key = NULL, serviceID = NULL; local
2841 CFStringRef serviceID = NULL; local
2903 copy_interface_type(CFStringRef serviceID) argument
3004 copy_dns_dict(CFStringRef serviceID) argument
3034 copy_interface_name(CFStringRef serviceID) argument
[all...]
H A Dscnc_mach_server.c127 CFStringRef serviceID = NULL; local
149 /* un-serialize the serviceID */
150 if (!_SCUnserializeString(&serviceID, NULL, (void *)nameRef, nameLen)) {
155 if (!isA_CFString(serviceID)) {
186 //if ((findbyserviceID(serviceID)) == 0) {
222 client = client_new_mach(port, rls, serviceID, uid, gid, pid, bootstrap, notify, au_session, has_machport_priv);
230 my_CFRelease(&serviceID);
236 my_CFRelease(&serviceID);
322 if ((serv = findbyserviceID(client->serviceID)) == 0) {
356 if ((serv = findbyserviceID(client->serviceID))
870 mach_client_notify(mach_port_t port, CFStringRef serviceID, u_long event, u_long error) argument
[all...]
H A Dscnc_main.c121 static int update_service(CFStringRef serviceID);
123 static struct service * new_service(CFStringRef serviceID , CFStringRef typeRef, CFStringRef subtypeRef);
688 CFStringRef serviceID; local
689 if ((serviceID = parse_component(CFArrayGetValueAtIndex(services, i), setup))) {
691 update_service(serviceID);
692 CFRelease(serviceID);
885 CFStringRef change, serviceID; local
955 serviceID = parse_component(change, setup);
956 if (serviceID) {
957 update_service(serviceID);
1068 CFStringRef serviceID; local
1390 update_service(CFStringRef serviceID) argument
1589 CFStringRef serviceID; local
1744 findbyserviceID(CFStringRef serviceID) argument
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dset-hostname.c61 CFStringRef copy_dhcp_hostname(CFStringRef serviceID);
149 CFStringRef serviceID = NULL; local
159 serviceID = CFDictionaryGetValue(dict, kSCDynamicStorePropNetPrimaryService);
160 if (isA_CFString(serviceID)) {
161 CFRetain(serviceID);
163 serviceID = NULL;
169 return serviceID;
174 copy_primary_ip(SCDynamicStoreRef store, CFStringRef serviceID) argument
182 serviceID,
345 CFStringRef serviceID local
529 CFStringRef serviceID; local
[all...]
H A Dsmb-configuration.c387 CFStringRef serviceID = NULL; local
397 serviceID = CFDictionaryGetValue(dict, kSCDynamicStorePropNetPrimaryService);
398 if (isA_CFString(serviceID)) {
399 CFRetain(serviceID);
401 serviceID = NULL;
407 return serviceID;
412 copy_primary_ip(SCDynamicStoreRef store, CFStringRef serviceID) argument
420 serviceID,
623 CFStringRef serviceID = NULL; local
637 serviceID
843 CFStringRef serviceID; local
[all...]
H A Dip_plugin.c435 CFStringRef serviceID; member in struct:Candidate
556 /* dictionary to hold per-service state: key is the serviceID */
567 /* the current primary serviceID's */
741 typedef boolean_t GetEntityChangesFunc(CFStringRef serviceID,
1164 setup_service_key(CFStringRef serviceID, CFStringRef entity) argument
1168 serviceID,
1173 state_service_key(CFStringRef serviceID, CFStringRef entity) argument
1177 serviceID,
1191 get_service_setup_entity(CFDictionaryRef services_info, CFStringRef serviceID, argument
1197 setup_key = setup_service_key(serviceID, entit
1204 get_service_state_entity(CFDictionaryRef services_info, CFStringRef serviceID, CFStringRef entity) argument
3774 service_dict_copy(CFStringRef serviceID) argument
3794 log_service_entity(int level, CFStringRef serviceID, CFStringRef entity, CFStringRef operation, CFTypeRef val) argument
3837 service_dict_set(CFStringRef serviceID, CFStringRef entity, CFTypeRef new_val) argument
3879 service_dict_get(CFStringRef serviceID, CFStringRef entity) argument
3896 copy_dhcp_hostname(CFStringRef serviceID) argument
3942 ipv6_service_update_router(CFStringRef serviceID, CFDictionaryRef new_service) argument
4299 get_ipv4_changes(CFStringRef serviceID, CFDictionaryRef state_dict, CFDictionaryRef setup_dict, CFDictionaryRef info) argument
4329 get_ipv6_changes(CFStringRef serviceID, CFDictionaryRef state_dict, CFDictionaryRef setup_dict, CFDictionaryRef info) argument
4523 get_dns_changes(CFStringRef serviceID, CFDictionaryRef state_dict, CFDictionaryRef setup_dict, CFDictionaryRef info) argument
4766 get_proxies_changes(CFStringRef serviceID, CFDictionaryRef state_dict, CFDictionaryRef setup_dict, CFDictionaryRef info) argument
5004 get_smb_changes(CFStringRef serviceID, CFDictionaryRef state_dict, CFDictionaryRef setup_dict, CFDictionaryRef info) argument
5060 services_info_get_interface(CFDictionaryRef services_info, CFStringRef serviceID) argument
5094 get_transient_status_changes(CFStringRef serviceID, CFDictionaryRef services_info) argument
5136 service_is_expensive(CFStringRef serviceID, CFDictionaryRef services_info) argument
5163 get_rank_changes(CFStringRef serviceID, CFDictionaryRef state_options, CFDictionaryRef setup_options, CFDictionaryRef services_info) argument
5266 add_service_keys(CFStringRef serviceID, CFMutableArrayRef keys, CFMutableArrayRef patterns) argument
5376 CFStringRef serviceID = CFArrayGetValueAtIndex(service_list, s); local
5530 service_get_ip_is_coupled(CFStringRef serviceID) argument
5954 get_service_rank(CFArrayRef order, int n_order, CFStringRef serviceID) argument
5984 rank_dict_get_service_rank(CFDictionaryRef rank_dict, CFStringRef serviceID) argument
6004 rank_dict_set_service_rank(CFMutableDictionaryRef rank_dict, CFStringRef serviceID, Rank rank_val) argument
6896 service_changed(CFDictionaryRef services_info, CFStringRef serviceID) argument
6999 rank_service_entity(CFDictionaryRef rank_dict, CFStringRef serviceID, CFStringRef entity) argument
7033 CFStringRef serviceID; local
7064 get_changed_str(CFStringRef serviceID, CFStringRef entity, CFDictionaryRef old_dict) argument
7437 CFStringRef serviceID; local
7448 CFStringRef serviceID = parse_component(change, local
7497 CFStringRef serviceID; local
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDKeys.c121 CFStringRef serviceID,
131 serviceID));
139 serviceID,
119 SCDynamicStoreKeyCreateNetworkServiceEntity(CFAllocatorRef allocator, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
H A DSCDynamicStoreCopyDHCPInfo.h48 @discussion Copies the DHCP information for the requested serviceID,
49 or the primary service if serviceID == NULL.
53 @param serviceID A CFStringRef containing the requested service.
64 CFStringRef serviceID) __OSX_AVAILABLE_STARTING(__MAC_10_1,__IPHONE_2_0/*SPI*/);
H A DDHCP.c239 SCDynamicStoreCopyDHCPInfo(SCDynamicStoreRef store, CFStringRef serviceID) argument
245 if (serviceID == NULL) {
253 serviceID = CFDictionaryGetValue(primary_dict,
259 if (serviceID == NULL) {
264 serviceID,
370 printf("%s " CMDSTR_GETOPTION " <serviceID> <opt> [ <type> ]\n"
371 "%s " CMDSTR_LEASE " <serviceID>\n"
375 " <serviceID> : service ID string | \"\"\n"
428 CFStringRef serviceID = NULL; local
471 serviceID
[all...]
H A DSCNetworkConnectionPrivate.c42 // serviceID
43 CFStringRef serviceID; member in struct:__anon6857
85 CFStringAppendFormat(result, NULL, CFSTR("service = %@"), prefsPrivate->serviceID);
101 CFRelease(prefsPrivate->serviceID);
142 CFStringRef serviceID,
161 prefsPrivate->serviceID = CFStringCreateCopy(NULL, serviceID);
192 logCFPreferencesChange(CFStringRef serviceID, CFArrayRef newPreferences) argument
222 serviceID,
260 oldPreferences = CFPreferencesCopyAppValue(serviceID, USER_PREFERENCES_APPLICATION_I
141 __SCUserPreferencesCreatePrivate(CFAllocatorRef allocator, CFStringRef serviceID, CFStringRef prefsID) argument
316 copyCFPreferencesForServiceID(CFStringRef serviceID) argument
335 setCFPreferencesForServiceID(CFStringRef serviceID, CFArrayRef newPreferences) argument
382 processPreferences(CFStringRef serviceID, processPreferencesCallout callout, void *context1, void *context2, void *context3) argument
494 removeCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
535 setCurrentCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
582 copyNameCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
649 setNameCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
724 copyInterfaceConfigurationCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
795 setInterfaceConfigurationCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
967 copyAllCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
1008 CFStringRef serviceID; local
1032 copyCurrentCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
1072 CFStringRef serviceID; local
1096 createCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
1123 CFStringRef serviceID; local
1325 copyOptionsCallout(CFStringRef serviceID, CFDictionaryRef current, void *context1, void *context2, void *context3) argument
[all...]
H A DSCNetworkService.c78 CFStringAppendFormat(result, NULL, CFSTR("id = %@"), servicePrivate->serviceID);
100 CFRelease(servicePrivate->serviceID);
123 if (!CFEqual(s1->serviceID, s2->serviceID))
135 return CFHash(servicePrivate->serviceID);
150 CFStringRef serviceID,
170 servicePrivate->serviceID = CFStringCreateCopy(NULL, serviceID);
388 servicePrivate->serviceID, // service
590 SCNetworkServiceCopy(SCPreferencesRef prefs, CFStringRef serviceID) argument
148 __SCNetworkServiceCreatePrivate(CFAllocatorRef allocator, SCPreferencesRef prefs, CFStringRef serviceID, SCNetworkInterfaceRef interface) argument
619 _SCNetworkServiceCopyActive(SCDynamicStoreRef store, CFStringRef serviceID) argument
795 CFStringRef serviceID; local
1890 CFStringRef serviceID; local
2175 CFStringRef serviceID = NULL; local
[all...]
H A DSCNetworkConnection.h245 returned serviceID and userOptions values to open a
249 @param serviceID Reference to the default serviceID for starting
259 CFStringRef *serviceID,
274 @param serviceID A string that defines the service identifier
288 CFStringRef serviceID,
H A DSCDynamicStoreKey.h158 @param serviceID A string containing the service ID or a regular
170 CFStringRef serviceID,
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A DIOServiceAuthorizeAgent.m40 uint64_t serviceID;
46 serviceID = xpc_dictionary_get_uint64( message, "service" );
48 service = IOServiceGetMatchingService( kIOMasterPortDefault, IORegistryEntryIDMatching( serviceID ) );
/macosx-10.10.1/IOKitUser-1050.1.21/ioserviceauthorized/
H A Dioserviceauthorized.m39 uint64_t serviceID;
46 serviceID = xpc_dictionary_get_uint64( message, "service" );
48 service = IOServiceGetMatchingService( kIOMasterPortDefault, IORegistryEntryIDMatching( serviceID ) );
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dsysconfig.h61 CFStringRef serviceID,
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnet_service.c67 // try to select the service by its serviceID
74 CFStringRef serviceID; local
77 serviceID = SCNetworkServiceGetServiceID(service);
78 if (CFEqual(select_name, serviceID)) {
634 CFStringRef serviceID = SCNetworkServiceGetServiceID(net_service); local
645 serviceID);
651 CFArrayInsertValueAtIndex(newOrder, newIndex - 1, serviceID);
653 CFArrayAppendValue(newOrder, serviceID);
699 CFStringRef serviceID; local
706 serviceID
723 CFStringRef serviceID; local
986 CFStringRef serviceID; local
[all...]

Completed in 197 milliseconds

123