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

12

/macosx-10.10/bless-103/libbless/Misc/
H A DBLGetIOServiceForDeviceName.c66 kret = IOServiceGetMatchingServices(ourIOKitPort,
H A DBLGetParentDevice.c81 kret = IOServiceGetMatchingServices(kIOMasterPortDefault,
H A DBLCreateBooterInformationDictionary.c605 kret = IOServiceGetMatchingServices(kIOMasterPortDefault, matching, &iter);
/macosx-10.10/bless-103/libbless/Network/
H A DBLGetPreferredNetworkInterface.c81 kret = IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict,
102 kret = IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict,
123 kret = IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict,
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DHIDParamTest.c39 kr = IOServiceGetMatchingServices( masterPort,
/macosx-10.10/bless-103/libbless/RAID/
H A DBLGetRAIDBootDataForDevice.c73 kret = IOServiceGetMatchingServices(ourIOKitPort,
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c130 kr = IOServiceGetMatchingServices( masterPort,
226 kr = IOServiceGetMatchingServices( masterPort,
351 kr = IOServiceGetMatchingServices( masterPort,
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c130 kr = IOServiceGetMatchingServices( masterPort,
297 kr = IOServiceGetMatchingServices( masterPort,
443 kr = IOServiceGetMatchingServices( masterPort,
/macosx-10.10/IOGraphics-485/tools/
H A Dmlist.c34 kr = IOServiceGetMatchingServices(kIOMasterPortDefault, IOServiceMatching(
H A Dfbshared.c31 kr = IOServiceGetMatchingServices(kIOMasterPortDefault, IOServiceMatching(
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIClient.c36 kr = IOServiceGetMatchingServices( masterPort,
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Common Code/
H A DProbing.c139 result = IOServiceGetMatchingServices ( kIOMasterPortDefault,
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DInterestNotification.c107 kr = IOServiceGetMatchingServices(kIOMasterPortDefault,
/macosx-10.10/bless-103/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsNetworkPath.c138 kret = IOServiceGetMatchingServices(kIOMasterPortDefault,
/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c244 status = IOServiceGetMatchingServices(ourIOKitPort,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DDeviceOnHold.c188 kr = IOServiceGetMatchingServices(masterPort, deviceToMatch, &matchingServices);
H A Ddy_framework.h221 #define IOServiceGetMatchingServices _IOServiceGetMatchingServices macro
H A Ddy_framework.c360 #undef IOServiceGetMatchingServices macro
361 static typeof (IOServiceGetMatchingServices) *dyfunc = NULL;
364 if (image) dyfunc = dlsym(image, "IOServiceGetMatchingServices");
/macosx-10.10/webdavfs-367/mount.tproj/
H A DEncodedSourceID.c180 // IONetworkControllers can't be found directly by the IOServiceGetMatchingServices call,
242 // IOServiceGetMatchingServices uses the default matching criteria defined by IOService. This considers
256 // order to have IOServiceGetMatchingServices consider the kIOPrimaryInterface property, we must
277 // IOServiceGetMatchingServices retains the returned iterator, so release the iterator when we're done with it.
278 // IOServiceGetMatchingServices also consumes a reference on the matching dictionary so we don't need to release
280 kernResult = IOServiceGetMatchingServices(masterPort, matchingDict, matchingServices);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c470 kern_return_t kret = IOServiceGetMatchingServices(kIOMasterPortDefault,
475 DebugLogA("error getting iterator from IOServiceGetMatchingServices()");
619 kern_return_t kret = IOServiceGetMatchingServices(kIOMasterPortDefault, pccMatch, &pccIter);
622 DebugLogA("error getting iterator from IOServiceGetMatchingServices()");
H A Dpcscdmonitor.cpp284 kr = IOServiceGetMatchingServices(masterPort, usbSelector, &iterator);
290 kr = IOServiceGetMatchingServices(masterPort, pcCardSelector, &iterator);
296 kr = IOServiceGetMatchingServices(masterPort, customUsbSelector, &iterator);
/macosx-10.10/system_cmds-643.1.1/sadc.tproj/
H A Dsadc.c366 status = IOServiceGetMatchingServices(masterPort, match, &drivelist);
667 status = IOServiceGetMatchingServices(masterPort, match, &drivelist);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLib.c184 kr = IOServiceGetMatchingServices(
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c141 status = IOServiceGetMatchingServices(kIOMasterPortDefault,
/macosx-10.10/bless-103/
H A DhandleInfo.c503 kret = IOServiceGetMatchingServices(kIOMasterPortDefault, IOServiceMatching(kIOMediaClass), &iter);

Completed in 312 milliseconds

12