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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c911 CFMutableDictionaryRef pldict = NULL; local
934 pldict =(CFMutableDictionaryRef)
945 if (!pldict || CFGetTypeID(pldict)!=CFDictionaryGetTypeID()) {
947 if (pldict) CFRelease(pldict); // e.g. if it was a non-dict
948 pldict = CFDictionaryCreateMutable(nil, 1,
951 if (!pldict) goto finish;
958 CFDictionarySetValue(pldict, CFSTR(kRootUUIDKey), UUIDStr);
959 if (!CFEqual(CFDictionaryGetValue(pldict,CFST
[all...]

Completed in 75 milliseconds