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

12

/macosx-10.10/bless-103/test/
H A Dprintpath.c50 ret = IORegistryEntryGetPath(entry, kIOServicePlane, iopath);
57 ret = IORegistryEntryGetPath(entry, kIODeviceTreePlane, iopath);
H A Dtestofproperties.c64 ret = IORegistryEntryGetPath(entry, kIOServicePlane, iopath);
71 ret = IORegistryEntryGetPath(entry, kIODeviceTreePlane, iopath);
/macosx-10.10/IOGraphics-485/tools/
H A Dsetdparam.c43 err = IORegistryEntryGetPath(service, kIOServicePlane, path);
46 printf("IORegistryEntryGetPath(err 0x%x, %d)\n", err, service);
56 err = IORegistryEntryGetPath(service, kIOServicePlane, path);
59 printf("IORegistryEntryGetPath(err 0x%x, %d)\n", err, service);
H A Di2cexample.c101 kr = IORegistryEntryGetPath(framebuffer, kIOServicePlane, path);
H A Ditvview.c124 kr = IORegistryEntryGetPath(framebuffer, kIOServicePlane, path);
H A Dmlist.c42 kr = IORegistryEntryGetPath(framebuffer, kIOServicePlane, path);
H A Dfbshared.c39 kr = IORegistryEntryGetPath(framebuffer, kIOServicePlane, path);
H A Dmodelist.c700 kr = IORegistryEntryGetPath(modeListRef->framebuffer, kIOServicePlane, path);
/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForNetworkPath.c95 kret = IORegistryEntryGetPath(service, kIODeviceTreePlane, pathInPlane);
H A DBLGetOpenFirmwareBootDevice.c196 kret = IORegistryEntryGetPath(service, kIODeviceTreePlane, ofpath);
/macosx-10.10/IOKitUser-1050.1.21/
H A DionotifyCB.c80 kr = IORegistryEntryGetPath( obj, kIOServicePlane, path );
H A Dionotify.c51 kr = IORegistryEntryGetPath( obj, kIOServicePlane, path );
H A DTests.c430 kr = IORegistryEntryGetPath( obj, "IOService", path );
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIClient.c45 kr = IORegistryEntryGetPath(service, kIOServicePlane, path);
/macosx-10.10/bless-103/libbless/Network/
H A DBLGetPreferredNetworkInterface.c183 kret = IORegistryEntryGetPath(serv, kIOServicePlane, path);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Diodevices.cpp75 Error::check(::IORegistryEntryGetPath(mService, plane, tPath));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Diodevices.cpp75 Error::check(::IORegistryEntryGetPath(mService, plane, tPath));
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DDeviceOnHold.c196 kr = IORegistryEntryGetPath(service, kIOServicePlane, path);
H A Ddy_framework.h196 #define IORegistryEntryGetPath _IORegistryEntryGetPath macro
H A Ddy_framework.c321 #undef IORegistryEntryGetPath macro
322 static typeof (IORegistryEntryGetPath) *dyfunc = NULL;
325 if (image) dyfunc = dlsym(image, "IORegistryEntryGetPath");
/macosx-10.10/system_cmds-643.1.1/sadc.tproj/
H A Dsadc.c450 if (IORegistryEntryGetPath(drive, kIODeviceTreePlane, path) != KERN_SUCCESS)
452 if(IORegistryEntryGetPath(drive, kIOServicePlane, path) != KERN_SUCCESS)
/macosx-10.10/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForPath.c276 kret = IORegistryEntryGetPath(media, kIODeviceTreePlane,path);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c523 kr = IORegistryEntryGetPath( obj, "IOService", path );
/macosx-10.10/bless-103/
H A DhandleInfo.c514 if(0 == IORegistryEntryGetPath(testmedia, kIOServicePlane, iopath)) {
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDABase.c637 status = IORegistryEntryGetPath( entry, plane, path );

Completed in 237 milliseconds

12