Searched refs:provider (Results 51 - 75 of 484) sorted by relevance

1234567891011>>

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDProviderPropertyMerger.cpp35 bool IOHIDProviderPropertyMerger::start(IOService* provider) argument
40 mergeProperties(provider, OSDynamicCast(OSDictionary, properties));
46 bool IOHIDProviderPropertyMerger::mergeProperties(IOService * provider, OSDictionary * properties) argument
52 require(provider && properties, exit);
63 providerObject = provider->copyProperty(dictionaryEntry);
81 // OK, now we can just set the property in our provider
82 result = provider->setProperty(dictionaryEntry, providerDictionaryCopy);
90 result = provider->setProperty(dictionaryEntry, properties->getObject(dictionaryEntry));
H A DIOHIDTestDriver.h43 virtual bool handleStart( IOService * provider );
44 virtual void handleStop( IOService * provider );
H A DIOHIDEventOverrideDriver.h61 virtual bool handleStart( IOService * provider );
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Headers/
H A DAppleUSBCDCACMControl.h82 virtual IOService *probe(IOService *provider, SInt32 *score);
83 virtual bool start(IOService *provider);
84 virtual void stop(IOService *provider);
85 virtual IOReturn message(UInt32 type, IOService *provider, void *argument = 0);
105 bool initForPM(IOService *provider);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Headers/
H A DAppleUSBCDCWCM.h97 virtual IOService *probe(IOService *provider, SInt32 *score);
98 virtual bool start(IOService *provider);
99 virtual void stop(IOService *provider);
100 virtual IOReturn message(UInt32 type, IOService *provider, void *argument = 0);
113 bool initForPM(IOService *provider);
/macosx-10.10/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp49 bool GenericInterruptController::start(IOService *provider) argument
55 if (!super::start(provider))
85 getPlatform()->setCPUInterruptProperties(provider);
89 provider->registerInterrupt(0, this, handler, 0);
92 provider->enableInterrupt(0);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMAController.h50 virtual IOReturn initDMAChannel(IOService *provider, IODMAEventSource *dmaES, UInt32 *dmaIndex, UInt32 reqIndex) = 0;
60 virtual IOReturn setDMAConfig(UInt32 dmaIndex, IOService *provider, UInt32 reqIndex) = 0;
61 virtual bool validDMAConfig(UInt32 dmaIndex, IOService *provider, UInt32 reqIndex) = 0;
65 static IODMAController *getController(IOService *provider, UInt32 dmaIndex);
67 virtual bool start(IOService *provider);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMAController.cpp45 IODMAController *IODMAController::getController(IOService *provider, UInt32 dmaIndex) argument
52 dmaParentData = OSDynamicCast(OSData, provider->getProperty("dma-parent"));
71 bool IODMAController::start(IOService *provider) argument
73 if (!super::start(provider)) return false;
75 _provider = provider;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDevice.cpp51 bool IOHIDevice::start(IOService * provider) argument
53 if (!super::start(provider))
57 // set scan the up provider chain to determine if
58 // this is a resource or if the provider is another
60 // was already set in provider.
64 while (provider) {
65 prop = provider->copyProperty(kIOHIDVirtualHIDevice);
70 else if ( provider == getResourceService() || OSDynamicCast(IOHIDevice, provider) ) {
75 provider
[all...]
H A DIOBSDConsole.cpp38 bool IOBSDConsole::start(IOService * provider) argument
42 if (!super::start(provider)) return false;
113 IOReturn IOBSDConsole::message(UInt32 type, IOService * provider, argument
122 provider->close( this );
126 arbitrateForKeyboard( (IOHIKeyboard *) provider );
130 status = super::message(type, provider, argument);
H A DIOBSDConsole.h66 virtual bool start(IOService * provider);
68 virtual IOReturn message(UInt32 type, IOService * provider,
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclDTrace.d4 * Tcl DTrace provider.
21 provider tcl {
206 #pragma D attributes Evolving/Evolving/Common provider tcl provider
207 #pragma D attributes Private/Private/Common provider tcl module
208 #pragma D attributes Private/Private/Common provider tcl function
209 #pragma D attributes Evolving/Evolving/Common provider tcl name
210 #pragma D attributes Evolving/Evolving/Common provider tcl args
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_filter.c32 * @brief is a filter provider, as defined and implemented by mod_filter.
35 * defined for each filter. The provider implementation itself is a
42 /** The filter that implements this provider */
45 /** The next provider in the list */
52 ap_filter_provider_t *provider; member in struct:provider_ctx
124 pctx->provider = p;
137 ap_filter_provider_t *provider; local
150 for (provider = filter->providers; provider; provider
339 ap_filter_provider_t *provider = NULL; local
440 ap_filter_provider_t *provider; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp75 // Inputs: provider - my provider
83 IOService* AppleUSBCDCWCM::probe( IOService *provider, SInt32 *score ) argument
90 OSBoolean *boolObj = OSDynamicCast(OSBoolean, provider->getProperty("kDoNotClassMatchThisInterface"));
93 XTRACE(this, 0, 0, "probe - provider doesn't want us to match");
97 res = super::probe(provider, score);
107 // Inputs: provider - my provider
116 bool AppleUSBCDCWCM::start(IOService *provider) argument
126 if(!super::start(provider))
182 stop(IOService *provider) argument
458 message(UInt32 type, IOService *provider, void *argument) argument
513 initForPM(IOService *provider) argument
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClientIniter.h57 virtual bool start(IOService* provider);
60 virtual void stop(IOService* provider);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebVibrationProxy.cpp60 void WebVibrationProxy::initializeProvider(const WKVibrationProviderBase* provider) argument
62 m_provider.initialize(provider);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DDataProvidersAndConsumers.py15 # Create a Quartz data provider for the URL.
18 print >>sys.stderr, "Couldn't create data provider!"
42 # Once this data provider is created, the data associated
97 provider = CGDataProviderCreate(imageDataInfoP, (
102 if provider is None:
103 print >>sys.stderr, "Couldn't create data provider!"
108 return provider
118 # This data provider provides 256 bytes total. If Quartz
131 provider = CGDataProviderCreateDirectAccess(None, 256, (
136 if provider i
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DDataProvidersAndConsumers.py15 # Create a Quartz data provider for the URL.
18 print >>sys.stderr, "Couldn't create data provider!"
42 # Once this data provider is created, the data associated
97 provider = CGDataProviderCreate(imageDataInfoP, (
102 if provider is None:
103 print >>sys.stderr, "Couldn't create data provider!"
108 return provider
118 # This data provider provides 256 bytes total. If Quartz
131 provider = CGDataProviderCreateDirectAccess(None, 256, (
136 if provider i
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DDataProvidersAndConsumers.py15 # Create a Quartz data provider for the URL.
18 print >>sys.stderr, "Couldn't create data provider!"
42 # Once this data provider is created, the data associated
97 provider = CGDataProviderCreate(imageDataInfoP, (
102 if provider is None:
103 print >>sys.stderr, "Couldn't create data provider!"
108 return provider
118 # This data provider provides 256 bytes total. If Quartz
131 provider = CGDataProviderCreateDirectAccess(None, 256, (
136 if provider i
[all...]
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_sleephandler.cpp43 smb_sleepwakehandler(void *target, void *refCon, UInt32 messageType, IOService *provider, void *messageArgument, vm_size_t argSize) argument
45 #pragma unused (target, refCon, provider, messageArgument, argSize)
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/platform/
H A DApplePlatformExpert.h72 virtual bool start( IOService * provider );
73 virtual bool configure( IOService * provider );
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Headers/
H A DAppleUSBCDC.h56 virtual IOService *probe(IOService *provider, SInt32 *score);
57 virtual bool start(IOService *provider);
59 virtual void stop(IOService *provider);
60 virtual IOReturn message(UInt32 type, IOService *provider, void *argument = 0);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Headers/
H A DAppleUSBCDCECMControl.h107 virtual IOService *probe(IOService *provider, SInt32 *score);
108 virtual bool start(IOService *provider);
109 virtual void stop(IOService *provider);
110 virtual IOReturn message(UInt32 type, IOService *provider, void *argument = 0);
129 // bool initForPM(IOService *provider);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioResampler.cpp72 void AudioResampler::process(AudioSourceProvider* provider, AudioBus* destinationBus, size_t framesToProcess) argument
74 ASSERT(provider);
75 if (!provider)
88 // Figure out how many frames we need to get from the provider, and a pointer to the buffer.
98 // Ask the provider to supply the desired number of source frames.
99 provider->provideInput(m_sourceBus.get(), m_sourceBus->length());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKVibration.h53 WK_EXPORT void WKVibrationSetProvider(WKVibrationRef vibrationRef, const WKVibrationProviderBase* provider);

Completed in 258 milliseconds

1234567891011>>