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

/macosx-10.10.1/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c96 CFBooleanRef isLeaf, isWhole; local
132 isWhole = IORegistryEntryCreateCFProperty(grandparent, CFSTR(kIOMediaWholeKey), kCFAllocatorDefault, 0);
133 if (!isWhole || CFGetTypeID(isWhole) != CFBooleanGetTypeID()) {
134 if (isWhole) CFRelease(isWhole);
139 if (!CFEqual(isWhole, kCFBooleanTrue)) {
140 CFRelease(isWhole);
145 CFRelease(isWhole);
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLDeviceNeedsBooter.c64 CFBooleanRef isWhole = NULL; local
77 isWhole = IORegistryEntryCreateCFProperty( maindev, CFSTR(kIOMediaWholeKey),
80 if(isWhole == NULL || CFGetTypeID(isWhole) !=CFBooleanGetTypeID()) {
82 if(isWhole) CFRelease(isWhole);
87 if(CFEqual(isWhole, kCFBooleanTrue)) {
89 CFRelease(isWhole);
94 CFRelease(isWhole);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMedia.h362 bool isWhole,
616 * @function isWhole
623 virtual bool isWhole() const;
682 * @param isWhole
698 bool isWhole,
H A DIOMedia.cpp143 bool isWhole,
161 /* isWhole */ isWhole,
1092 bool IOMedia::isWhole() const function in class:IOMedia
1145 bool isWhole,
1177 _isWhole = isWhole;
1234 setProperty(kIOMediaWholeKey, isWhole);
139 init(UInt64 base, UInt64 size, UInt64 preferredBlockSize, bool isEjectable, bool isWhole, bool isWritable, const char * contentHint, OSDictionary * properties) argument
1141 init(UInt64 base, UInt64 size, UInt64 preferredBlockSize, IOMediaAttributeMask attributes, bool isWhole, bool isWritable, const char * contentHint, OSDictionary * properties) argument
H A DIOPartitionScheme.cpp705 partition1->isWhole( ) != partition2->isWhole( ) ||
767 partition2->isWhole( ),
H A DIOAppleLabelScheme.cpp358 contentIsWhole = media->isWhole();
473 /* isWhole */ contentIsWhole,
H A DIOBlockStorageDriver.cpp819 m->isWhole(),
H A DIOMediaBSDClient.cpp429 if ( ((IOMedia *)service)->isWhole() ) // (is it a whole media?)
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c436 bool isWhole; member in struct:memberInfo
502 mi->isWhole = (CFBooleanRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaWholeKey)) == kCFBooleanTrue;
511 if (!mi->isWhole) {
982 if ((memberInfo->isWhole) && (!memberInfo->isRAID)) return NULL;
1501 if ((memberInfo[i]->isWhole) && (!memberInfo[i]->isRAID)) return false;
1697 memberInfo[i]->isWhole?"true":"false", memberInfo[i]->isRAID?"true":"false", memberInfo[i]->uuidString);

Completed in 111 milliseconds