Searched refs:provider (Results 176 - 200 of 484) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMAEventSource.h55 IOService *provider,
83 IOService *provider,
/macosx-10.10/xnu-2782.1.97/tools/tests/testkext/
H A Dtestthreadcall.cpp25 testthreadcall::start( IOService * provider )
33 if (!super::start(provider)) {
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.cpp179 bool IOFireWireLocalNode::attach(IOService * provider )
181 assert(OSDynamicCast(IOFireWireController, provider));
182 if( !IOFireWireNub::attach(provider))
184 fControl = (IOFireWireController *)provider;
220 IOReturn IOFireWireLocalNode::message( UInt32 mess, IOService * provider, argument
235 return IOService::message(mess, provider, argument );
H A DIOFireWireUserClientIniter.cpp87 IOService* provider)
89 //IOLog( "IOFireWireUserClientIniter<0x%08lx>::start - provider = 0x%08lx\n", this, provider );
91 if( provider == NULL )
96 fProvider = provider ;
157 IOFireWireUserClientIniter::stop(IOService* provider) argument
159 IOService::stop(provider) ;
86 start( IOService* provider) argument
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOAccelerator.cpp69 virtual bool start( IOService * provider );
70 virtual void stop( IOService * provider );
115 bool IOAccelerationUserClient::start( IOService * provider )
117 if( !super::start( provider ))
131 void IOAccelerationUserClient::stop( IOService * provider )
158 super::stop( provider );
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp41 bool AppleSamplePCIUserClient::start( IOService * provider )
45 if( !super::start( provider ))
49 * Our provider is the AppleSamplePCI object.
52 assert( OSDynamicCast( AppleSamplePCI, provider ));
53 fDriver = (AppleSamplePCI *) provider;
93 void AppleSamplePCIUserClient::stop( IOService * provider )
102 super::stop( provider );
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebGLLayer.mm149 CGDataProviderRef provider = CGDataProviderCreateWithData(0, data, dataSize, freeData);
152 provider, 0, true,
154 CGDataProviderRelease(provider);
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dprops.c25 ** This version assumes that there is a per-resource database provider
26 ** to record properties. The database provider decides how and where to
194 /* ### move these into a "core" liveprop provider? */
228 const dav_hooks_liveprop **provider)
232 *provider = NULL;
241 provider);
256 /* no provider for this property */
279 priv->provider = hooks;
289 ** Check the liveprop provider (if this is a provider
225 dav_find_liveprop_provider(dav_propdb *propdb, const char *ns_uri, const char *propname, const dav_hooks_liveprop **provider) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h45 #define DTRACE_PROBE(provider, name) { \
46 DTRACE_CALL0ARGS(provider, name) \
49 #define DTRACE_PROBE1(provider, name, arg0) { \
52 DTRACE_CALL1ARG(provider, name) \
55 #define DTRACE_PROBE2(provider, name, arg0, arg1) { \
59 DTRACE_CALL2ARGS(provider, name) \
62 #define DTRACE_PROBE3(provider, name, arg0, arg1, arg2) { \
67 DTRACE_CALL3ARGS(provider, name) \
70 #define DTRACE_PROBE4(provider, name, arg0, arg1, arg2, arg3) { \
76 DTRACE_CALL4ARGS(provider, nam
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.cpp102 virtual bool start( IOService * provider );
110 bool IONetworkStack::start( IOService * provider )
116 DLOG("IONetworkStack::start(%p) %p\n", provider, this);
128 if (super::start(provider) == false)
199 LOG("IONetworkStack::start(%p) %p failed\n", provider, this);
546 IOService * provider, IOOptionBits options, bool * defer )
548 IONetworkInterface * netif = NIF_SAFECAST(provider);
552 provider->getName(), provider, (uint32_t) options,
1021 bool IONetworkStackUserClient::start( IOService * provider )
545 didTerminate( IOService * provider, IOOptionBits options, bool * defer ) argument
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h81 IOReturn resolveLegacyInterrupts( IOService * provider, IOPCIDevice * nub );
82 IOReturn resolveMSIInterrupts ( IOService * provider, IOPCIDevice * nub );
131 virtual void probeBus( IOService * provider, UInt8 busNum );
179 virtual bool start( IOService * provider );
181 virtual void stop( IOService * provider );
183 virtual bool configure( IOService * provider );
374 virtual IOService * probe( IOService * provider,
377 virtual bool start( IOService * provider );
379 virtual void stop( IOService * provider );
381 virtual bool configure( IOService * provider );
[all...]
/macosx-10.10/WebKit-7600.1.25/ios/Misc/
H A DWebGeolocationProviderIOS.mm53 - (id)initWithProvider:(WebGeolocationProviderIOS*)provider;
85 static inline void abortSendLastPosition(WebGeolocationProviderIOS* provider)
87 provider->_pendingInitialPositionWebView.clear();
88 [provider->_sendLastPositionAsynchronouslyTimer.get() invalidate];
89 provider->_sendLastPositionAsynchronouslyTimer.clear();
343 - (id)initWithProvider:(WebGeolocationProviderIOS*)provider
347 _provider = provider;
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dcache_storage.c54 list->provider->remove_url(h, r);
97 switch (rv = list->provider->create_entity(h, r, cache->key, size, in)) {
100 cache->provider = list->provider;
248 switch ((rv = list->provider->open_entity(h, r, cache->key))) {
254 if (list->provider->recall_headers(h, r) != APR_SUCCESS) {
307 /* no vary match, try next provider */
314 cache->provider = list->provider;
341 * the next provider
[all...]
H A Dmod_cache_socache.c106 cache_socache_provider_conf *provider; member in struct:cache_socache_conf
359 if (conf->provider == NULL) {
448 if (!conf->provider || !conf->provider->socache_instance) {
479 rc = conf->provider->socache_provider->retrieve(
480 conf->provider->socache_instance, r->server, (unsigned char *) key,
542 rc = conf->provider->socache_provider->retrieve(
543 conf->provider->socache_instance, r->server,
696 conf->provider->socache_provider->remove(
697 conf->provider
1259 cache_socache_provider_conf *provider = conf->provider local
[all...]
/macosx-10.10/IOATAFamily-253.0.1/
H A DATADeviceNub.cpp99 ATADeviceNub::ataDeviceNub( IOATAController* provider, ataUnitID unit, ataDeviceType devType) argument
107 if( !nub->init( provider, unit, devType) )
120 ATADeviceNub::init(IOATAController* provider, ataUnitID unit, ataDeviceType devType) argument
126 _provider = provider;
167 ATADeviceNub::attach(IOService* provider )
170 IOATAController* controller = OSDynamicCast( IOATAController, provider);
179 if( !super::attach( provider) )
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp75 IOService * IOAppleLabelScheme::probe(IOService * provider, SInt32 * score) argument
78 // Determine whether the provider media contains an Apple label scheme.
83 assert(OSDynamicCast(IOMedia, provider));
87 if (super::probe(provider, score) == 0) return 0;
89 // Scan the provider media for an Apple label scheme.
96 bool IOAppleLabelScheme::start(IOService * provider) argument
108 if ( super::start(provider) == false ) return false;
121 void IOAppleLabelScheme::stop(IOService * provider) argument
135 super::stop(provider);
141 // Scan the provider medi
[all...]
H A DIOApplePartitionScheme.cpp85 IOService * IOApplePartitionScheme::probe(IOService * provider, SInt32 * score) argument
88 // Determine whether the provider media contains an Apple partition map.
93 assert(OSDynamicCast(IOMedia, provider));
97 if (super::probe(provider, score) == 0) return 0;
99 // Scan the provider media for an Apple partition map.
106 bool IOApplePartitionScheme::start(IOService * provider) argument
121 if ( super::start(provider) == false ) return false;
143 void IOApplePartitionScheme::stop(IOService * provider) argument
170 super::stop(provider);
176 // Request that the provider medi
[all...]
H A DIOFDiskPartitionScheme.cpp84 IOService * IOFDiskPartitionScheme::probe(IOService * provider, SInt32 * score) argument
87 // Determine whether the provider media contains an FDisk partition map.
92 assert(OSDynamicCast(IOMedia, provider));
96 if ( super::probe(provider, score) == 0 ) return 0;
98 // Scan the provider media for an FDisk partition map.
115 bool IOFDiskPartitionScheme::start(IOService * provider) argument
130 if ( super::start(provider) == false ) return false;
152 void IOFDiskPartitionScheme::stop(IOService * provider) argument
179 super::stop(provider);
185 // Request that the provider medi
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp363 // Inputs: provider - my provider
371 IOService* AppleUSBCDCACMControl::probe( IOService *provider, SInt32 *score ) argument
378 OSBoolean *boolObj = OSDynamicCast(OSBoolean, provider->getProperty("kDoNotClassMatchThisInterface"));
381 XTRACE(this, 0, 0, "probe - provider doesn't want us to match");
385 res = super::probe(provider, score);
395 // Inputs: provider - my provider
404 bool AppleUSBCDCACMControl::start(IOService *provider) argument
420 if(!super::start(provider))
512 stop(IOService *provider) argument
1284 message(UInt32 type, IOService *provider, void *argument) argument
1363 initForPM(IOService *provider) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-pkcs11.c65 struct pkcs11_provider *provider; member in struct:pkcs11_key
84 * finalize a provider shared libarary, it's no longer usable.
85 * however, there might still be keys referencing this provider,
87 * this is called when a provider gets unregistered.
113 * remove a reference to the provider.
114 * called when a key gets destroyed or when the provider is unregistered.
142 /* lookup provider by name */
156 /* unregister provider by name */
181 if (k11->provider)
182 pkcs11_provider_unref(k11->provider);
305 pkcs11_rsa_wrap(struct pkcs11_provider *provider, CK_ULONG slotidx, CK_ATTRIBUTE *keyid_attrib, RSA *rsa) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dntstat.c161 nstat_provider *provider; member in struct:nstat_src
255 static errno_t nstat_control_source_add(u_int64_t context, nstat_control_state *state, nstat_provider *provider, nstat_provider_cookie_t cookie);
262 struct nstat_provider *provider; local
264 for (provider = nstat_providers; provider != NULL; provider = provider->next)
266 if (provider->nstat_provider_id == id)
270 return provider;
1740 if (src->provider !
2373 nstat_provider *provider; local
2569 nstat_provider *provider; local
2614 nstat_provider *provider = nstat_find_provider_by_id(req->provider); local
2648 nstat_control_source_add( u_int64_t context, nstat_control_state *state, nstat_provider *provider, nstat_provider_cookie_t cookie) argument
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp440 bool IOAudioDevice::initHardware(IOService *provider) argument
442 audioDebugIOLog(3, "+-IOAudioDevice[%p]::initHardware(%p)\n", this, provider);
451 bool IOAudioDevice::start(IOService *provider) argument
460 audioDebugIOLog(3, "+ IOAudioDevice[%p]::start(%p)\n", this, provider);
461 AudioTrace_Start(kAudioTIOAudioDevice, kTPIOAudioDeviceStart, (uintptr_t)this, (uintptr_t)provider, 0, 0);
463 if ( super::start ( provider ) )
465 if ( 0 != provider->getProperty("preserveIODeviceTree\n") ) // <rdar://3206968>
467 provider->callPlatformFunction("mac-io-publishChildren\n", 0, (void*)this, (void*)0, (void*)0, (void*)0);
479 if ( initHardware ( provider ) )
483 provider
504 stop(IOService *provider) argument
552 willTerminate(IOService *provider, IOOptionBits options) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.cpp85 bool IOHIDPointing::start(IOService *provider) argument
88 _provider = OSDynamicCast(IOHIDEventService, provider);
93 // push up properties from our provider
96 return super::start(provider);
99 void IOHIDPointing::stop(IOService *provider) argument
102 super::stop(provider);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp87 bool IOPlatformExpert::attach( IOService * provider )
90 if( !super::attach( provider ))
96 bool IOPlatformExpert::start( IOService * provider )
102 if (!super::start(provider))
120 provider->setProperty("clock-frequency", busFrequency);
136 OSData* mydata = (OSData*) (provider->getProperty("serial-number"));
140 provider->setProperty(kIOPlatformSerialNumberKey, serNoString);
145 return( configure(provider) );
148 bool IOPlatformExpert::configure( IOService * provider )
475 // on class and provider
1106 probe( IOService * provider, SInt32 * score ) argument
1536 start(IOService * provider) argument
[all...]
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.h99 virtual bool start ( IOService * provider );
103 virtual void stop ( IOService * provider );
148 // The message method is used to listen to messages from our provider, the ATA controller.
151 virtual IOReturn message ( UInt32 type, IOService * provider, void * argument = 0 );

Completed in 181 milliseconds

1234567891011>>