Searched refs:IORegistryEntryCreateCFProperty (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.10/hfs-285/mount_hfs/
H A Doptical.c45 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaWholeKey), kCFAllocatorDefault, 0);
76 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaWritableKey), kCFAllocatorDefault, 0);
83 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOBDMediaTypeKey), kCFAllocatorDefault, 0);
92 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOCDMediaTypeKey), kCFAllocatorDefault, 0);
102 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIODVDMediaTypeKey), kCFAllocatorDefault, 0);
/macosx-10.10/bless-103/libbless/EFI/
H A DBLSupportsLegacyMode.c79 dataRef = IORegistryEntryCreateCFProperty(optionsNode,
95 dataRef = IORegistryEntryCreateCFProperty(optionsNode,
H A DBLCopyEFINVRAMVariableAsString.c57 valRef = IORegistryEntryCreateCFProperty(optionsNode, name, kCFAllocatorDefault, 0);
H A DBLValidateXMLBootOption.c121 dataRef = IORegistryEntryCreateCFProperty(options,
159 dataRef = IORegistryEntryCreateCFProperty(options,
194 dataRef = IORegistryEntryCreateCFProperty(options,
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c117 number = IORegistryEntryCreateCFProperty(romNode,
130 number = IORegistryEntryCreateCFProperty(romNode,
H A DBLInterpretEFIXMLRepresentationAsNetworkPath.c154 CFStringRef name = IORegistryEntryCreateCFProperty(service,
197 name = IORegistryEntryCreateCFProperty(service,
/macosx-10.10/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c101 isLeaf = IORegistryEntryCreateCFProperty(partition, CFSTR(kIOMediaLeafKey), kCFAllocatorDefault, 0);
132 isWhole = IORegistryEntryCreateCFProperty(grandparent, CFSTR(kIOMediaWholeKey), kCFAllocatorDefault, 0);
149 content = IORegistryEntryCreateCFProperty(grandparent,
/macosx-10.10/IOGraphics-485/tools/
H A Dprobe.c70 num = (CFNumberRef) IORegistryEntryCreateCFProperty( service,
103 num = (CFNumberRef) IORegistryEntryCreateCFProperty( service,
H A Drange.c43 fbRange = (CFDataRef) IORegistryEntryCreateCFProperty( service,
116 fbRange = (CFDataRef) IORegistryEntryCreateCFProperty( service,
H A Dbootgamma.c66 data = IORegistryEntryCreateCFProperty(regEntry, CFSTR(kIOFBBootGammaKey),
H A Dfbshared.c43 clk = IORegistryEntryCreateCFProperty(framebuffer, CFSTR(kIOFBCurrentPixelClockKey),
45 count = IORegistryEntryCreateCFProperty(framebuffer, CFSTR(kIOFBCurrentPixelCountKey),
/macosx-10.10/bless-103/libbless/Misc/
H A DBLGetParentDevice.c100 pn = (CFNumberRef)IORegistryEntryCreateCFProperty(obj, CFSTR(kIOMediaPartitionIDKey),
150 IORegistryEntryCreateCFProperty(service2,
179 content = IORegistryEntryCreateCFProperty(service2, CFSTR(kIOBSDNameKey),
H A DBLCreateBooterInformationDictionary.c360 bsdName = IORegistryEntryCreateCFProperty(dataPartition, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
367 partitionNum = IORegistryEntryCreateCFProperty(dataPartition, CFSTR(kIOMediaPartitionIDKey), kCFAllocatorDefault, 0);
375 content = (CFStringRef)IORegistryEntryCreateCFProperty(dataPartition, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
468 childContent = IORegistryEntryCreateCFProperty(child, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
473 CFNumberRef childPartitionID = IORegistryEntryCreateCFProperty(child, CFSTR(kIOMediaPartitionIDKey), kCFAllocatorDefault, 0);
476 childBSDName = IORegistryEntryCreateCFProperty(child, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
489 childBSDName = IORegistryEntryCreateCFProperty(child, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
613 bsdName = IORegistryEntryCreateCFProperty(service, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLDeviceNeedsBooter.c77 isWhole = IORegistryEntryCreateCFProperty( maindev, CFSTR(kIOMediaWholeKey),
98 content = IORegistryEntryCreateCFProperty(maindev, CFSTR(kIOMediaContentKey),
167 content = IORegistryEntryCreateCFProperty(booter, CFSTR(kIOMediaContentKey),
H A DBLGetOpenFirmwareBootDevice.c155 name = IORegistryEntryCreateCFProperty( service, CFSTR(kIOBSDNameKey),
259 temp = (CFStringRef)IORegistryEntryCreateCFProperty(
308 name = (CFStringRef)IORegistryEntryCreateCFProperty(
336 content = (CFStringRef)IORegistryEntryCreateCFProperty(
/macosx-10.10/IOKitUser-1050.1.21/
H A Dclockfreq.c63 data = IORegistryEntryCreateCFProperty( entry, key,
114 if( (data = IORegistryEntryCreateCFProperty( cpu, CFSTR("device_type"),
/macosx-10.10/bootp-298/bootplib/
H A Dioregpath.c59 val = IORegistryEntryCreateCFProperty(service, prop,
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Duuid.c44 devname_string = IORegistryEntryCreateCFProperty( media, CFSTR( kIOBSDNameKey ), kCFAllocatorDefault, 0 );
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/usb/
H A Dusb.m137 builtIn = CFBridgingRelease(IORegistryEntryCreateCFProperty(usbDevice, CFSTR("Built-In"), kCFAllocatorDefault, 0));
138 locationID = CFBridgingRelease(IORegistryEntryCreateCFProperty(usbDevice, CFSTR(kUSBDevicePropertyLocationID), kCFAllocatorDefault, 0));
139 bDeviceClass = CFBridgingRelease(IORegistryEntryCreateCFProperty(usbDevice, CFSTR(kUSBDeviceClass), kCFAllocatorDefault, 0));
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dvtstat.c40 statsData = IORegistryEntryCreateCFProperty(vtd, CFSTR("stats"),
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMSystemEvents.c96 thermalStatus = IORegistryEntryCreateCFProperty(
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLib.c161 *oInfo = IORegistryEntryCreateCFProperty(
197 legacyDict = IORegistryEntryCreateCFProperty( battery,
378 data = IORegistryEntryCreateCFProperty(
/macosx-10.10/bless-103/libbless/Network/
H A DBLIsValidNetworkInterface.c109 builtin = IORegistryEntryCreateCFProperty(serv, CFSTR(kIOBuiltin),
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp609 if (CFRef<CFStringRef> ioName = static_cast<CFStringRef>(::IORegistryEntryCreateCFProperty(
871 if (CFRef<CFNumberRef> cfLocationID = static_cast<CFNumberRef>(::IORegistryEntryCreateCFProperty(
903 // CFRef<CFStringRef> ioName = static_cast<CFStringRef>(::IORegistryEntryCreateCFProperty(
905 CFRef<CFArrayRef> cfDeviceMemory = static_cast<CFArrayRef>(::IORegistryEntryCreateCFProperty(
1107 CFRef<CFStringRef> ioName = static_cast<CFStringRef>(::IORegistryEntryCreateCFProperty(
1114 CFRef<CFStringRef> cfSerialString = static_cast<CFStringRef>(::IORegistryEntryCreateCFProperty(
1121 CFRef<CFArrayRef> cfVersionOne = static_cast<CFArrayRef>(::IORegistryEntryCreateCFProperty(
1139 CFRef<CFStringRef> cfVendorString = static_cast<CFStringRef>(::IORegistryEntryCreateCFProperty(
1144 CFRef<CFStringRef> cfProductString = static_cast<CFStringRef>(::IORegistryEntryCreateCFProperty(
/macosx-10.10/bless-103/
H A DhandleInfo.c173 contentHint = IORegistryEntryCreateCFProperty(service, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
547 bsdName = IORegistryEntryCreateCFProperty(testmedia, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
564 memberContent = IORegistryEntryCreateCFProperty(member, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);

Completed in 308 milliseconds

1234