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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c840 CFArrayRef dparts, bparts; local
849 hasBoots = hasBootRootBoots(watched->caches, &bparts, &dparts, NULL);
850 if (!bparts || !dparts) goto finish;
883 CFArrayGetCount(dparts) == 1) {
884 firstPart = CFArrayGetValueAtIndex(dparts, 0);
895 if (dparts) CFRelease(dparts);
H A Dbootcaches.c2164 CFArrayRef dparts = NULL, bparts = NULL; local
2181 dparts = CFDictionaryGetValue(binfo, kBLDataPartitionsKey);
2182 if (!bparts || !dparts) goto finish;
2254 if (dparts) CFRetain(dparts);
2255 *dataPartsCopy = dparts;

Completed in 204 milliseconds