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

/macosx-10.10.1/bootp-298/bootplib/
H A DIPConfigurationControlPrefs.c63 STATIC SCPreferencesRef S_prefs; variable
69 if (S_prefs == NULL) {
72 return (S_prefs);
79 (*S_callback)(S_prefs);
145 if (S_prefs != NULL) {
146 SCPreferencesSynchronize(S_prefs);
169 S_prefs = SCPreferencesCreate(NULL, CFSTR("IPConfigurationControlPrefs"),
173 SCPreferencesSetCallback(S_prefs,
175 SCPreferencesScheduleWithRunLoop(S_prefs, runloop,
179 return (S_prefs);
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/common/
H A DIPMonitorControlPrefs.c55 static SCPreferencesRef S_prefs; variable
61 if (S_prefs == NULL) {
64 return (S_prefs);
72 (*S_callback)(S_prefs);
148 S_prefs = SCPreferencesCreate(NULL, CFSTR("IPMonitorControlPrefs"),
152 SCPreferencesSetCallback(S_prefs, IPMonitorControlPrefsChanged, NULL);
153 SCPreferencesScheduleWithRunLoop(S_prefs, runloop,
157 return (S_prefs);
165 if (S_prefs != NULL) {
166 saved = SCPreferencesCommitChanges(S_prefs);
[all...]
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControlPrefs.c67 STATIC SCPreferencesRef S_prefs; variable
73 if (S_prefs == NULL) {
76 return (S_prefs);
83 (*S_callback)(S_prefs);
149 if (S_prefs != NULL) {
150 SCPreferencesSynchronize(S_prefs);
171 S_prefs = SCPreferencesCreate(NULL, CFSTR("EAPOLControlPrefs"),
175 SCPreferencesSetCallback(S_prefs, EAPOLControlPrefsChanged, NULL);
176 SCPreferencesScheduleWithRunLoop(S_prefs, runloop,
180 return (S_prefs);
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c216 * S_prefs : SCPreferences to configuration
221 static SCPreferencesRef S_prefs = NULL; variable
564 prefs = S_prefs;
2554 S_prefs = SCPreferencesCreate(NULL, CFSTR(MY_PLUGIN_NAME), NULL);
2555 if (S_prefs == NULL) {
2563 if (!SCPreferencesSetCallback(S_prefs, updateVirtualNetworkInterfaceConfiguration, NULL)) {
2567 CFRelease(S_prefs);
2572 if (!SCPreferencesScheduleWithRunLoop(S_prefs, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode)) {
2577 CFRelease(S_prefs);

Completed in 138 milliseconds