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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c1937 CFDictionaryRef dadesc = NULL; local
1947 dadesc = DADiskCopyDescription(disk);
1948 if (!dadesc) goto finish;
1949 volUUID = CFDictionaryGetValue(dadesc, kDADiskDescriptionVolumeUUIDKey);
1972 if (dadesc) CFRelease(dadesc);
2042 CFDictionaryRef dadesc = NULL; local
2043 CFUUIDRef volUUID; // part of dadesc; not released
2084 dadesc = DADiskCopyDescription(dadisk);
2085 if (!dadesc) got
[all...]

Completed in 118 milliseconds