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

/macosx-10.9.5/cddafs-252/FilesystemProber/
H A Dcddafs_util.cpp1491 io_registry_entry_t registryEntry = MACH_PORT_NULL; local
1527 registryEntry = IOIteratorNext ( iterator );
1528 require ( ( registryEntry != MACH_PORT_NULL ), ReleaseIterator );
1530 require ( IOObjectConformsTo ( registryEntry, kIOCDMediaString ), ReleaseEntry );
1532 error = IORegistryEntryCreateCFProperties ( registryEntry,
1556 error = IOObjectRelease ( registryEntry );
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c215 CFMutableDictionaryRef registryEntry; local
221 kr = IORegistryEntryCreateCFProperties(newSet, &registryEntry, kCFAllocatorDefault, 0);
226 uuidString = CFDictionaryGetValue(registryEntry, CFSTR(kAppleRAIDMemberUUIDKey));
228 CFRelease(registryEntry);
295 CFMutableDictionaryRef registryEntry; local
301 kr = IORegistryEntryCreateCFProperties(newVolume, &registryEntry, kCFAllocatorDefault, 0);
305 uuidString = CFDictionaryGetValue(registryEntry, CFSTR("UUID"));
307 CFRelease(registryEntry);

Completed in 114 milliseconds