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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c676 CFDictionaryRef ddesc = NULL; local
692 ddesc = DADiskCopyDescription(disk);
693 if (!ddesc) goto finish;
696 volUUID = CFDictionaryGetValue(ddesc, kDADiskDescriptionVolumeUUIDKey);
716 volURL = CFDictionaryGetValue(ddesc, kDADiskDescriptionVolumePathKey);
732 traitVal = CFDictionaryGetValue(ddesc, kDADiskDescriptionMediaWritableKey);
736 traitVal = CFDictionaryGetValue(ddesc, kDADiskDescriptionVolumeNetworkKey);
810 if (ddesc) CFRelease(ddesc);
915 CFDictionaryRef ddesc local
978 CFDictionaryRef ddesc = NULL; local
1053 CFDictionaryRef ddesc = NULL; local
[all...]
H A Dbootcaches.c776 CFDictionaryRef ddesc = NULL; local
784 ddesc = DADiskCopyDescription(dadisk);
785 if (!ddesc) goto finish;
786 volURL = CFDictionaryGetValue(ddesc,kDADiskDescriptionVolumePathKey);
791 CFRelease(ddesc);
792 ddesc = NULL;
816 if (ddesc) CFRelease(ddesc);
H A Dupdate_boot.c1690 CFDictionaryRef ddesc = NULL; local
1719 if (!(ddesc = DADiskCopyDescription(up->curBoot))) goto finish;
1720 volURL = CFDictionaryGetValue(ddesc, kDADiskDescriptionVolumePathKey);
1740 if (ddesc) CFRelease(ddesc);

Completed in 65 milliseconds