Searched refs:provider (Results 126 - 150 of 484) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFRepresentation.mm96 CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef)data);
97 ASSERT(provider);
106 CGPSConverterConvert(converter, provider, consumer, 0);
109 CFRelease(provider);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebBatteryManagerProxy.cpp58 void WebBatteryManagerProxy::initializeProvider(const WKBatteryProviderBase* provider) argument
60 m_provider.initialize(provider);
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.onlyenabled.ksh34 provider test_prov {
/macosx-10.10/libauto-186/
H A Dauto_dtrace.d53 provider garbage_collection {
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOFilterInterruptEventSource.h101 @param provider Service that provides interrupts.
108 IOService *provider,
116 @param provider Service that provides interrupts.
117 @param intIndex Interrupt source within provider. Defaults to 0.
123 IOService *provider,
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h172 virtual IOService *probe(IOService *provider, SInt32 *score);
173 virtual bool start(IOService *provider);
174 virtual void stop(IOService *provider);
175 virtual bool willTerminate( IOService * provider, IOOptionBits options );
176 virtual IOReturn message(UInt32 type, IOService *provider, void *argument = 0);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDUserDevice.cpp93 bool IOHIDUserDevice::handleStart( IOService * provider )
95 if (!super::handleStart(provider))
98 _provider = OSDynamicCast(IOHIDResourceDeviceUserClient, provider);
108 void IOHIDUserDevice::handleStop( IOService * provider )
110 super::handleStop(provider);
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp60 virtual IOService *probe(IOService *provider, SInt32 *score);
62 virtual bool start( IOService * provider );
64 virtual void stop( IOService * provider );
67 IOService * provider,
115 IOService *IOKDP::probe(IOService *provider, SInt32 *score) argument
119 // we expect our provider is an IOKernelDebugger and that its provider is an IONetworkController.
124 IOService *controller = provider->getProvider();
130 //try to find a network interface on the provider
196 OSBoolean *pdp = OSDynamicCast(OSBoolean, provider
256 message( UInt32 type, IOService * provider, void * argument ) argument
908 message( UInt32 type, IOService * provider, void * argument ) argument
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUnit.cpp172 bool IOFireWireUnit::attach( IOService *provider )
174 fDevice = OSDynamicCast(IOFireWireDevice, provider);
178 if( !IOFireWireNub::attach(provider))
220 IOService * provider,
223 if(provider == fDevice &&
237 if(provider == fDevice &&
258 return IOService::message(mess, provider, argument );
219 message( UInt32 mess, IOService * provider, void * argument ) argument
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_ld.cpp106 char* dt_ld_encode_stability(char* provider_name, dt_provider_t *provider) argument
127 /* provider attributes */
128 provider->pv_desc.dtvd_attr.dtpa_provider.dtat_name,
129 provider->pv_desc.dtvd_attr.dtpa_provider.dtat_data,
130 provider->pv_desc.dtvd_attr.dtpa_provider.dtat_class,
132 provider->pv_desc.dtvd_attr.dtpa_mod.dtat_name,
133 provider->pv_desc.dtvd_attr.dtpa_mod.dtat_data,
134 provider->pv_desc.dtvd_attr.dtpa_mod.dtat_class,
136 provider->pv_desc.dtvd_attr.dtpa_func.dtat_name,
137 provider
177 dt_ld_decode_stability_v1(const char* provider, const char* stability) argument
352 dt_ld_encode_typedefs(char* provider_name, dt_provider_t *provider) argument
635 dt_provider_t *provider = dt_provider_lookup(dtp, provider_name); local
[all...]
H A Ddt_dof_byteswap.c199 dof_provider_t* provider = (dof_provider_t*)(base + sec->dofs_offset); local
201 swapu32(provider->dofpv_strtab);
202 swapu32(provider->dofpv_probes);
203 swapu32(provider->dofpv_prargs);
204 swapu32(provider->dofpv_proffs);
205 swapu32(provider->dofpv_name);
206 swapu32(provider->dofpv_provattr);
207 swapu32(provider->dofpv_modattr);
208 swapu32(provider->dofpv_funcattr);
209 swapu32(provider
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDPointingDevice.cpp210 IOService * provider = owner; local
212 while ( NULL != (provider = provider->getProvider()) )
214 if(OSDynamicCast(IOHIDevice, provider) ||
215 (OSDynamicCast(IOHIDDevice, provider) && CheckDeviceUsage((IOHIDDevice*)provider, kHIDPage_GenericDesktop, kHIDUsage_GD_Mouse)) )
270 bool IOHIDPointingDevice::handleStart( IOService * provider )
272 if (!super::handleStart(provider))
275 _pointing = OSDynamicCast(IOHIPointing, provider);
H A DIOHIDDeviceShim.h51 virtual bool handleStart( IOService * provider );
H A DIOHIDKeyboardDevice.h47 virtual bool handleStart( IOService * provider );
H A DIOHIDPointingDevice.h45 virtual bool handleStart( IOService * provider );
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.h115 IOService * provider,
129 @param forClient Designates the client of the provider requesting the open.
139 @param forClient Designates the client of the provider requesting the close.
157 @abstract During an IOService instantiation, the start method is called when the IOService has been selected to run on the provider.
162 virtual bool start( IOService *provider );
170 virtual void stop( IOService *provider );
175 @discussion An IOFireWireUnit is the provider of an IOFireWireSBP2Target. In order to use the base FireWire services
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOFDiskPartitionScheme.h136 * Scan the provider media for an FDisk partition map. Returns the set
216 * Determine whether the provider media contains an FDisk partition map.
219 virtual IOService * probe(IOService * provider, SInt32 * score);
225 virtual bool start(IOService * provider);
231 virtual void stop(IOService * provider);
234 * Request that the provider media be re-scanned for partitions.
H A DIOGUIDPartitionScheme.h125 * Scan the provider media for a GUID partition map. Returns the set
195 * Determine whether the provider media contains a GUID partition map.
198 virtual IOService * probe(IOService * provider, SInt32 * score);
204 virtual bool start(IOService * provider);
210 virtual void stop(IOService * provider);
213 * Request that the provider media be re-scanned for partitions.
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.cpp80 bool AppleSmartBatteryManagerUserClient::start( IOService * provider )
82 fOwner = (AppleSmartBatteryManager *)provider;
98 if(!super::start(provider))
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_auth_basic.c96 /* lookup and cache the actual provider now */
97 newp->provider = ap_lookup_provider(AUTHN_PROVIDER_GROUP,
101 if (newp->provider == NULL) {
102 /* by the time they use it, the provider should be loaded and
105 "Unknown Authn provider: %s",
109 if (!newp->provider->check_password) {
112 "The '%s' Authn provider doesn't support "
217 "Set to 'MD5' to use the auth provider's authentication "
341 const authn_provider *provider; local
343 /* For now, if a provider is
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto_openssl.c40 const apr_crypto_driver_t *provider; member in struct:apr_crypto_t
54 const apr_crypto_driver_t *provider; member in struct:apr_crypto_key_t
65 const apr_crypto_driver_t *provider; member in struct:apr_crypto_block_t
181 * @param provider - provider to use
188 const apr_crypto_driver_t *provider, const char *params,
248 f->provider = provider;
373 key->provider = f->provider;
187 crypto_make(apr_crypto_t **ff, const apr_crypto_driver_t *provider, const char *params, apr_pool_t *pool) argument
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DXTrace.h80 virtual bool start(IOService *provider);
81 virtual void stop(IOService *provider);
82 virtual IOService *probe(IOService *provider, SInt32 *score);
137 bool start(IOService *provider);
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.h100 virtual bool start( IOService * provider );
101 virtual void stop( IOService * provider );
103 virtual IOReturn message(UInt32 type, IOService *provider, void *argument);
132 virtual bool requestTerminate( IOService * provider, IOOptionBits options );
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDevice.h55 virtual bool start(IOService * provider);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapterUC.cpp131 AppleSCSIEmulatorAdapterUserClient::start ( IOService * provider )
140 require ( super::start ( provider ), ErrorExit );
142 // Save the provider
143 fProvider = provider;
159 STATUS_LOG ( ( "Opening provider\n" ) );
161 result = provider->open ( this, kSCSIEmulatorAdapterUserClientAccessMask, 0 );

Completed in 711 milliseconds

1234567891011>>