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

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A D_notifyadd.c196 updateKeysContextRef myContextRef = (updateKeysContextRef)context; local
198 if (myContextRef->sc_status != kSCStatusOK) {
202 if ((myContextRef->newKeys == NULL) ||
203 !CFArrayContainsValue(myContextRef->newKeys,
204 CFRangeMake(0, CFArrayGetCount(myContextRef->newKeys)),
207 myContextRef->sc_status = __SCDynamicStoreRemoveWatchedKey(myContextRef->store,
209 myContextRef->isRegex,
221 updateKeysContextRef myContextRef = (updateKeysContextRef)context; local
223 if (myContextRef
[all...]
H A D_configget.c143 addSpecificRef myContextRef = (addSpecificRef)context; local
150 sc_status = __SCDynamicStoreCopyValue(myContextRef->store, key, &data, TRUE);
152 CFDictionaryAddValue(myContextRef->dict, key, data);
163 addSpecificRef myContextRef = (addSpecificRef)context; local
171 sc_status = __SCDynamicStoreCopyKeyList(myContextRef->store, pattern, TRUE, &keys);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c2868 extendedConfigurationRef myContextRef = (extendedConfigurationRef)context; local
2870 if (CFEqual(extendedType, myContextRef->defaultType)) {
2875 if (CFArrayContainsValue(myContextRef->types,
2876 CFRangeMake(0, CFArrayGetCount(myContextRef->types)),
2882 CFArrayAppendValue(myContextRef->types, extendedType);

Completed in 75 milliseconds