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

12

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDPrivate.cpp41 matchingDictionary = IOService::serviceMatching( "IOHIKeyboard" );
H A DIOBSDConsole.cpp45 serviceMatching("IOHIKeyboard"),
51 serviceMatching("IODisplayWrangler"),
57 serviceMatching("IOAudioStream"),
H A DIOHIKeyboard.cpp1207 OSDictionary *match = IOService::serviceMatching(kIOHIKeyboardClass);
H A DIOHIDSystem.cpp834 OSDictionary *matchingDevice = serviceMatching("IOHIDevice");
835 OSDictionary *matchingService = serviceMatching("IOHIDEventService");
836 OSDictionary *matchingWrangler = serviceMatching("IODisplayWrangler");
837 OSDictionary *matchingKeyswitch = serviceMatching("AppleKeyswitch");
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp89 serviceMatching("IOFWIPBusInterface"),
223 matchingTable = serviceMatching("IOFWIPBusInterface");
285 OSIterator *iterator = getMatchingServices( serviceMatching("IOFireWireLocalNode") );
313 matchingTable = serviceMatching("IOFireWireIP");
H A DIOFireWireIP.cpp129 serviceMatching("IOFireWireIPUnit"),
137 serviceMatching("IOFireWireIPUnit"),
228 OSDictionary * matchDict = serviceMatching( "IOThunderboltSwitch" );
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp133 dict = IOService::serviceMatching( gIOServiceKey );
167 matching = IOService::serviceMatching( "IONetworkInterface" );
232 IOService::serviceMatching("IONetworkStack") );
469 matching = IOService::serviceMatching( "IOMedia" );
665 platform_dict = IOService::serviceMatching( "IOPlatformExpertDevice" );
688 dictionary = IOService::serviceMatching( "IOMedia" );
739 dictionary = IOService::serviceMatching( "IOMedia" );
H A DDINetBootHook.cpp112 matchDictionary = IOService::serviceMatching(kIOHDIXControllerClassName);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystem.cpp82 serviceMatching("IOHIDEventService"),
89 serviceMatching("IOHIDEventService"),
H A DIOHIDConsumer.cpp407 matchingDictionary = IOService::serviceMatching( "IOHIKeyboard" );
H A DIOHIDLibUserClient.cpp291 matching = serviceMatching("IOResources");
H A DIOHIDDevice.cpp489 OSDictionary * propertyMatch = serviceMatching("IOHIDDevice");
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp125 waitForService(serviceMatching("IODisplayWrangler"), &timeout);
158 serviceMatching("IODisplay"), _displayHandler,
163 serviceMatching("IODisplayConnect"), _displayConnectHandler,
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp410 matching = IOService::serviceMatching( "IOMedia", dict );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h800 /*! @function serviceMatching
802 @discussion A very common matching criteria for IOService object is based on its class. <code>serviceMatching</code> creates a matching dictionary that specifies any IOService object of a class, or its subclasses. The class is specified by name, and an existing dictionary may be passed in, in which case the matching properties will be added to that dictionary rather than creating a new one.
804 @param table If zero, <code>serviceMatching</code> creates a matching dictionary and returns a reference to it, otherwise the matching properties are added to the specified dictionary.
807 static OSDictionary * serviceMatching( const char * className,
810 /*! @function serviceMatching
812 @discussion A very common matching criteria for IOService object is based on its class. <code>serviceMatching</code> creates a matching dictionary that specifies any IOService of a class, or its subclasses. The class is specified by name, and an existing dictionary may be passed in, in which case the matching properties will be added to that dictionary rather than creating a new one.
814 @param table If zero, <code>serviceMatching</code> creates a matching dictionary and returns a reference to it, otherwise the matching properties are added to the specified dictionary.
817 static OSDictionary * serviceMatching( const OSString * className,
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp102 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp521 OSDictionary * matching = serviceMatching(kIONetworkInterfaceClass);
H A DIONetworkStack.cpp168 matching = serviceMatching(kIONetworkInterfaceClass);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp124 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
217 matchingDictionary = IOService::serviceMatching("AppleUSBCDCECMControl");
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp97 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
180 matchingDictionary = IOService::serviceMatching("AppleUSBCDCACMControl");
1545 serviceMatching("IOSerialBSDClient"),
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp120 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp363 controller = OSDynamicCast(IOCPUInterruptController, waitForService(serviceMatching("IOCPUInterruptController")));
H A DIOService.cpp4392 OSDictionary * IOService::serviceMatching( const OSString * name, function in class:IOService
4411 OSDictionary * IOService::serviceMatching( const char * name, function in class:IOService
4420 table = serviceMatching( str, table );
4453 table = serviceMatching( gIOResourcesKey, table );
H A DIOPMrootDomain.cpp1009 if ((tmpDict = serviceMatching("IODisplayWrangler")))
1021 if ((tmpDict = serviceMatching("IODTNVRAM")))
1050 psIterator = getMatchingServices( serviceMatching("IOPMPowerSource") );
5494 iter = getMatchingServices(serviceMatching("IODisplayWrangler"));
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp111 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");

Completed in 599 milliseconds

12