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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPOpen.c316 CFDictionaryRef serverPrefs = NULL; local
353 serverPrefs = CFDictionaryGetValue(serverDict, CFSTR("preferences"));
354 serverPrefs = isA_CFDictionary(serverPrefs);
360 if ((serverPrefs == NULL) || (serverSignature == NULL)) {
365 prefsPrivate->prefs = CFDictionaryCreateMutableCopy(NULL, 0, serverPrefs);

Completed in 105 milliseconds