Searched refs:IORegistryEntryCreateCFProperties (Results 26 - 44 of 44) sorted by relevance

12

/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c261 status = IORegistryEntryCreateCFProperties( media, &properties, allocator, 0 );
550 status = IORegistryEntryCreateCFProperties( device, &properties, allocator, 0 );
H A DDAServer.c156 IORegistryEntryCreateCFProperties( service, &properties, CFGetAllocator( disk ), 0 );
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.cpp387 IORegistryEntryCreateCFProperties(service, &serviceProps, kCFAllocatorDefault, 0);
H A DIOHIDUPSClass.cpp435 ret = IORegistryEntryCreateCFProperties(service,
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.h1068 /*! @function IORegistryEntryCreateCFProperties
1078 IORegistryEntryCreateCFProperties(
H A DIOKitLib.c2179 IORegistryEntryCreateCFProperties( function
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXXStubs.c1251 IOReturn result = IORegistryEntryCreateCFProperties(regEntry, &props,
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c221 kr = IORegistryEntryCreateCFProperties(newSet, &registryEntry, kCFAllocatorDefault, 0);
301 kr = IORegistryEntryCreateCFProperties(newVolume, &registryEntry, kCFAllocatorDefault, 0);
488 IOReturn result = IORegistryEntryCreateCFProperties(obj, &properties, kCFAllocatorDefault, kNilOptions);
/macosx-10.10/IOKitTools-91/ioreg.tproj/
H A Dioreg.c351 status = IORegistryEntryCreateCFProperties( service,
967 status = IORegistryEntryCreateCFProperties( service,
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp1088 kr = IORegistryEntryCreateCFProperties(service, &properties, kCFAllocatorDefault, 0);
1091 printf("IORegistryEntryCreateCFProperties failed with %x\n", kr);
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp1532 error = IORegistryEntryCreateCFProperties ( registryEntry,
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXXStubs.c1302 result = IORegistryEntryCreateCFProperties(regEntry, &props,
/macosx-10.10/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c1196 kr = IORegistryEntryCreateCFProperties(entry, (CFMutableDictionaryRef *)&properties, kCFAllocatorDefault, kNilOptions);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1482 (void) IORegistryEntryCreateCFProperties(child, &interface_dict, NULL, kNilOptions);
1541 (void) IORegistryEntryCreateCFProperties(interface, &interface_dict, NULL, kNilOptions);
2584 kr = IORegistryEntryCreateCFProperties(interface, &interface_dict, NULL, kNilOptions);
2586 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2598 kr = IORegistryEntryCreateCFProperties(controller, &controller_dict, NULL, kNilOptions);
2600 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2612 kr = IORegistryEntryCreateCFProperties(bus, &bus_dict, NULL, kNilOptions);
2614 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c2950 IORegistryEntryCreateCFProperties(rootDomain, &rootDomainProperties, 0, 0);
3469 ret = IORegistryEntryCreateCFProperties(b_reg, &prop, 0, 0);
7386 IORegistryEntryCreateCFProperties(rootDomain, &rdProps, 0, 0);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c3413 kr = IORegistryEntryCreateCFProperties( service, &regDict,
3542 kr = IORegistryEntryCreateCFProperties(framebuffer, &fbRegDict,
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c1422 kr = IORegistryEntryCreateCFProperties(
3631 kr = IORegistryEntryCreateCFProperties(optionsRef, &dict, 0, 0);
/macosx-10.10/top-100.1.2/
H A Dlibtop.c1157 if (IORegistryEntryCreateCFProperties(drive,
1160 "Error in IORegistryEntryCreateCFProperties()");
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c751 err = IORegistryEntryCreateCFProperties(obj, &properties, kCFAllocatorDefault, kNilOptions);

Completed in 568 milliseconds

12