Searched refs:provider (Results 151 - 175 of 484) sorted by relevance

1234567891011>>

/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp85 bool IOSerialStreamSync::attach(IOService *provider) argument
87 if (!super::attach(provider))
90 fProvider = OSDynamicCast(IOSerialDriverSync, provider);
94 super::detach(provider);
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.h78 virtual bool start( IOService * provider );
H A DAppleSmartBatteryManager.h90 bool start(IOService *provider);
99 IOReturn message(UInt32 type, IOService *provider, void * argument);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DAppleCSPKeys.h48 * static CSPKeyInfoProvider *provider(
62 * The attrFlags argument is a means for the info provider to
64 * attributes, currently CSSM_KEYATTR_PARTIAL. The provider
101 static CSPKeyInfoProvider *provider(
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DContextMenu.js209 var provider = WebInspector.ContextMenu._providers[i];
211 provider.appendApplicableItems(this._event, this, target);
227 WebInspector.ContextMenu.registerProvider = function(provider)
229 WebInspector.ContextMenu._providers.push(provider);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKGeolocationManager.h78 WK_EXPORT void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManager, const WKGeolocationProviderBase* provider);
/macosx-10.10/apache-793/httpd/include/
H A Dmod_auth.h99 const authn_provider *provider; member in struct:authn_provider_list
107 * @param require_line the argument to the authz provider
117 * @param require_line the argument to the authz provider
118 * @param parsed_require_line place to store parsed require_line for use by provider
131 * @param data The value looked up by the authn provider, to cache
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.enabled.ksh34 provider test_prov {
H A Dtst.fork.ksh35 provider test_prov {
H A Dtst.header.ksh34 provider test_prov {
H A Dtst.multiple.ksh35 provider test_prov {
H A Dtst.reeval.ksh44 provider test_prov {
H A Dtst.user.ksh35 provider test_prov {
/macosx-10.10/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h48 virtual bool start(IOService *provider);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIO.h57 virtual bool start( IOService * provider );
H A DAppleNMI.h63 virtual bool start(IOService *provider);
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioPort.h143 * @param provider The IOAudioDevice that owns this port
146 virtual bool start(IOService *provider) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
153 * @param provider The IOAudioDevice that owns this port
155 virtual void stop(IOService *provider) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h90 * Scan the provider media for CD partitions (in TOC). Returns the set
153 * Scan the provider media for CD partitions.
156 virtual IOService * probe(IOService * provider, SInt32 * score);
159 * Determine whether the provider media contains CD partitions.
162 virtual bool start(IOService * provider);
172 * object into the appropriate readCD command to our provider media.
189 * object into the appropriate writeCD command to our provider media.
199 * Obtain this object's provider. We override the superclass's method
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUnit.h113 virtual bool attach(IOService * provider );
127 virtual IOReturn message( UInt32 type, IOService * provider, void * argument );
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp106 IOService * provider = owner; local
108 while ( NULL != (provider = provider->getProvider()) )
110 if(OSDynamicCast(IOHIDDevice, provider) || OSDynamicCast(IOHIDevice, provider))
158 bool IOHIDKeyboardDevice::handleStart( IOService * provider )
160 if (!super::handleStart(provider))
163 if ( (_keyboard = OSDynamicCast(IOHIKeyboard, provider)) )
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-glue-syncrepl1.conf61 provider=@URI2@
H A Dslapd-glue-syncrepl2.conf48 provider=@URI1@
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebGeolocationManagerProxy.cpp51 void WebGeolocationManagerProxy::initializeProvider(const WKGeolocationProviderBase* provider) argument
53 m_provider.initialize(provider);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgimagedestination.py47 provider = CGDataProviderCreateWithCFData(buffer("1" * 4 * 100 * 80))
49 kCGImageAlphaPremultipliedLast, provider, None, False, kCGRenderingIntentDefault)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/map/
H A Dmap_slippy_cache.tcl24 constructor {cachedir provider} {
29 set myprovider $provider
65 # the request to our provider and intercept the result to
77 # The requested tile was known to the provider, we can cache
130 variable myprovider {} ; # Command prefix, provider of tiles to cache.
131 variable mylevels {} ; # Zoom-levels, retrieved from provider.

Completed in 173 milliseconds

1234567891011>>