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

/macosx-10.10/IOGraphics-485/tools/
H A Disagp.c37 err = IORegistryEntryGetParentEntry(accelerator, kIOServicePlane, &device);
/macosx-10.10/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c114 kret = IORegistryEntryGetParentEntry(partition, kIOServicePlane, &parent);
119 kret = IORegistryEntryGetParentEntry(parent, kIOServicePlane, &grandparent);
/macosx-10.10/bootp-298/bootplib/
H A Dioregpath.c82 status = IORegistryEntryGetParentEntry(service, kIOServicePlane,
/macosx-10.10/hfs-285/mount_hfs/
H A Doptical.c53 IORegistryEntryGetParentEntry(media, kIOServicePlane, &parent);
/macosx-10.10/IOKitUser-1050.1.21/network.subproj/
H A DIONetworkLib.c253 kr = IORegistryEntryGetParentEntry( service, kIOServicePlane,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h188 #define IORegistryEntryGetParentEntry _IORegistryEntryGetParentEntry macro
H A Ddy_framework.c308 #undef IORegistryEntryGetParentEntry macro
309 static typeof (IORegistryEntryGetParentEntry) *dyfunc = NULL;
312 if (image) dyfunc = dlsym(image, "IORegistryEntryGetParentEntry");
H A DLinkConfiguration.c960 (void)IORegistryEntryGetParentEntry(io_interface, kIOServicePlane, &io_controller);
H A DSCNetworkInterface.c1372 kr = IORegistryEntryGetParentEntry(interface, kIOServicePlane, &parent);
1398 SCLog(TRUE, LOG_DEBUG, CFSTR("pci_slot IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
2516 status = IORegistryEntryGetParentEntry(entry, plane, &parent);
2591 kr = IORegistryEntryGetParentEntry(interface, kIOServicePlane, &controller);
2593 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
2605 kr = IORegistryEntryGetParentEntry(controller, kIOServicePlane, &bus);
2607 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
/macosx-10.10/webdavfs-367/mount.tproj/
H A DEncodedSourceID.c185 // IORegistryEntryGetParentEntry retains the returned object, so release it when we're done with it.
186 kernResult = IORegistryEntryGetParentEntry( intfService,
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberAppDelegate.m382 IORegistryEntryGetParentEntry ( service, kIOServicePlane, &parent );
/macosx-10.10/system_cmds-643.1.1/sadc.tproj/
H A Dsadc.c432 status = IORegistryEntryGetParentEntry(drive, kIOServicePlane, &parent);
682 status = IORegistryEntryGetParentEntry(drive,
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDADisk.c318 IORegistryEntryGetParentEntry( media, kIOServicePlane, &parent );
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp751 err = IORegistryEntryGetParentEntry(me->fService, kIOServicePlane, &parent);
756 err = IORegistryEntryGetParentEntry(notTheDesiredParent, kIOServicePlane, &parent);
816 err = IORegistryEntryGetParentEntry(me->fService, kIOServicePlane, &parent);
821 err = IORegistryEntryGetParentEntry(notTheDesiredParent, kIOServicePlane, &parent);
/macosx-10.10/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c402 kret = IORegistryEntryGetParentEntry(dataPartition, kIOServicePlane, &parent);
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/storage/
H A Dstorage.m65 IORegistryEntryGetParentEntry( service, kIOServicePlane, &parent );
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDABase.c643 status = IORegistryEntryGetParentEntry( entry, plane, &parent );
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.h1197 /*! @function IORegistryEntryGetParentEntry
1206 IORegistryEntryGetParentEntry(
H A DIOKitLib.c2391 IORegistryEntryGetParentEntry( function
/macosx-10.10/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c941 status = IORegistryEntryGetParentEntry(drive,
/macosx-10.10/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c1104 kr = IORegistryEntryGetParentEntry(service, kIOServicePlane, &parent);
1110 kr = IORegistryEntryGetParentEntry(parent, kIOServicePlane, &parentsParent);
/macosx-10.10/IOKitTools-91/ioreg.tproj/
H A Dioreg.c1452 status = IORegistryEntryGetParentEntry( thisObj,
1748 status = IORegistryEntryGetParentEntry( context->service, kIODeviceTreePlane, &parentObj );
/macosx-10.10/configd-699.1.5/SCMonitor/
H A Dmonitor.c945 kr = IORegistryEntryGetParentEntry(node, kIOServicePlane, &parent);
951 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("add_init_watcher IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c2547 // IORegistryEntryGetParentEntry retains the returned object, so release it when we're done with it.
2548 kernResult = IORegistryEntryGetParentEntry( intfService,
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c3874 kern_return_t kr = IORegistryEntryGetParentEntry(service, kIOServicePlane, &parent);
3896 LogSPS("CheckInterfaceSupport: IORegistryEntryGetParentEntry for %s/%s failed %d", intf->ifname, n1, kr);
7384 kern_return_t kr = IORegistryEntryGetParentEntry(service, kIOServicePlane, &parent);
7385 if (kr != KERN_SUCCESS) LogMsg("ActivateLocalProxy: IORegistryEntryGetParentEntry for %s/%s failed %d", intf->ifname, n1, kr);

Completed in 427 milliseconds