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

/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLDeviceNeedsBooter.c98 content = IORegistryEntryCreateCFProperty(maindev, CFSTR(kIOMediaContentKey),
102 contextprintf(context, kBLLogLevelError, "Wrong type of IOKit entry for kIOMediaContentKey\n" );
167 content = IORegistryEntryCreateCFProperty(booter, CFSTR(kIOMediaContentKey),
171 contextprintf(context, kBLLogLevelError, "Wrong type of IOKit entry for kIOMediaContentKey\n" );
H A DBLGetOpenFirmwareBootDevice.c261 CFSTR(kIOMediaContentKey),
338 CFSTR(kIOMediaContentKey),
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMedia.cpp125 return compareProperty(table, kIOMediaContentKey ) &&
212 if (s) setProperty(kIOMediaContentKey, s->getCStringNoCopy());
254 setProperty(kIOMediaContentKey, getContentHint());
1114 // it finds one, it copies it into kIOMediaContentKey property.
1119 string = OSDynamicCast(OSString, getProperty(kIOMediaContentKey));
1202 setProperty(kIOMediaContentKey, contentHint ? contentHint : "");
1224 if (object == 0) setProperty(kIOMediaContentKey, contentHint ? contentHint : "");
H A DIOMedia.h44 * @defined kIOMediaContentKey
48 * The kIOMediaContentKey property has an OSString
58 #define kIOMediaContentKey "Content" macro
191 * kIOMediaContentKey property.
648 * it finds one, it copies it into kIOMediaContentKey property.
H A DIOAppleLabelScheme.cpp376 object = properties->getObject(kIOMediaContentKey);
383 properties->removeObject(kIOMediaContentKey);
H A DIOPartitionScheme.cpp737 if ( key->isEqualTo( kIOMediaContentKey ) ||
/macosx-10.10.1/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c150 CFSTR(kIOMediaContentKey),
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c375 content = (CFStringRef)IORegistryEntryCreateCFProperty(dataPartition, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
468 childContent = IORegistryEntryCreateCFProperty(child, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
603 CFDictionarySetValue(matching, CFSTR(kIOMediaContentKey), CFSTR("C12A7328-F81F-11D2-BA4B-00A0C93EC93B"));
H A DBLGetParentDevice.c151 CFSTR(kIOMediaContentKey),
/macosx-10.10.1/bless-103/
H A DhandleInfo.c173 contentHint = IORegistryEntryCreateCFProperty(service, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
564 memberContent = IORegistryEntryCreateCFProperty(member, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
/macosx-10.10.1/bless-103/libbless/RAID/
H A DBLUpdateRAIDBooters.c224 CFSTR(kIOMediaContentKey),
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c350 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaContentKey ) );
H A DDAServer.c162 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaContentKey ) );
/macosx-10.10.1/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c1220 string = (CFStringRef) CFDictionaryGetValue(properties, CFSTR(kIOMediaContentKey));
/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c2324 CFSTR(kIOMediaContentKey), nil, 0);

Completed in 139 milliseconds