Searched refs:provider (Results 226 - 250 of 484) sorted by relevance

1234567891011>>

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.h37 virtual IOService * probe( IOService * provider,
40 // virtual bool start( IOService * provider );
H A DIOBacklightDisplay.cpp109 virtual bool start( IOService * provider );
110 virtual void stop( IOService * provider );
164 IOService * AppleBacklightDisplay::probe( IOService * provider, SInt32 * score ) argument
176 if (!super::probe(provider, score))
204 bool AppleBacklightDisplay::start( IOService * provider )
207 if (!super::start(provider)) return (false);
227 void AppleBacklightDisplay::stop( IOService * provider )
245 return (super::stop(provider));
255 void AppleBacklightDisplay::initPowerManagement( IOService * provider )
314 provider
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIODisplay.h145 virtual IOService * probe( IOService * provider,
148 virtual bool start( IOService * provider );
149 virtual void stop( IOService * provider );
190 virtual void initPowerManagement( IOService * provider);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/i2c/
H A DIOI2CInterfacePrivate.h95 virtual bool start( IOService * provider );
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedKeyboard.h92 virtual bool handleStart( IOService * provider );
H A DIOHIDConsumer.cpp85 bool IOHIDConsumer::start(IOService * provider) argument
89 return super::start(provider);
95 void IOHIDConsumer::stop(IOService * provider) argument
98 super::stop(provider);
H A DIOHIDEventSystem.cpp66 bool IOHIDEventSystem::start(IOService * provider) argument
68 if ( super::start(provider) == false )
143 IOReturn IOHIDEventSystem::message(UInt32 type, IOService * provider, void * argument) argument
145 return super::message(type, provider, argument);
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.h96 virtual bool start( IOService * provider );
H A DIONetworkUserClient.h79 @discussion Open the provider, must be an IONetworkInterface object,
83 virtual bool start(IOService * provider);
87 @discussion Close and detach from our owner (provider).
94 @discussion Close and detach from our owner (provider).
157 @abstract Return an opaque handle to a provider's IONetworkData object.
178 This call is propagated to our provider.
182 provider is returned. */
187 @abstract Get the IOService which is the provider of this user client.
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapterUC.h129 bool start ( IOService * provider );
/macosx-10.10/JavaScriptCore-7600.1.17/tools/
H A DCodeProfile.h39 : m_file(source.provider()->url().utf8())
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DAppleCSPKeys.cpp27 CSPKeyInfoProvider *SymmetricKeyInfoProvider::provider( function in class:SymmetricKeyInfoProvider
H A DFEEKeys.h97 static CSPKeyInfoProvider *provider(
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DNotification.cpp62 Notification::Notification(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
67 , m_notificationCenter(provider)
101 PassRef<Notification> Notification::create(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
103 auto notification = adoptRef(*new Notification(title, body, iconURI, context, ec, provider));
/macosx-10.10/dtrace-147/test/cmd/scripts/
H A Ddstyle.pl135 !/^translator/ && !/^provider/) {
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.entryreturn.ksh55 provider test_prov {
H A Dtst.static.ksh54 provider test_prov {
H A Dtst.static2.ksh58 provider test_prov {
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.cpp65 bool RootDomainUserClient::start( IOService * provider )
67 assert(OSDynamicCast(IOPMrootDomain, provider));
68 if(!super::start(provider))
70 fOwner = (IOPMrootDomain *)provider;
H A DRootDomainUserClient.h82 virtual bool start( IOService * provider );
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp104 IOService * IOGUIDPartitionScheme::probe(IOService * provider, SInt32 * score) argument
107 // Determine whether the provider media contains a GUID partition map.
112 assert(OSDynamicCast(IOMedia, provider));
116 if ( super::probe(provider, score) == 0 ) return 0;
118 // Scan the provider media for a GUID partition map.
125 bool IOGUIDPartitionScheme::start(IOService * provider) argument
140 if ( super::start(provider) == false ) return false;
162 void IOGUIDPartitionScheme::stop(IOService * provider) argument
189 super::stop(provider);
195 // Request that the provider medi
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl146 global argv cachedir loaddir provider zoom
156 set provider [map::slippy::fetcher FETCH 19 http://tile.openstreetmap.org]
168 set provider [map::slippy::cache CACHE $cachedir FETCH]
172 #provider [map::slippy::prefetcher PREFE CACHE]
185 global provider
192 set th [$provider tileheight]
193 set tw [$provider tilewidth]
200 -orient vertical -levels [$provider levels]
301 global provider zoom
304 if {![map::slippy tile valid $tile [$provider level
[all...]
/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp262 IOStorage *provider; local
265 if (!(provider = media->getProvider())) goto notraid;
267 provider->getProperty(kAppleRAIDStatusKey)))) goto notraid;
371 AppleFileSystemDriver::start(IOService * provider) argument
382 DEBUG_LOG("%s provider is '%s'\n", getName(), provider->getName());
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.cpp90 // attach - attach to provider. [PROTECTED]
94 IOUFIStorageServices::attach ( IOService * provider )
102 if ( !super::attach ( provider ) )
107 fProvider = OSDynamicCast ( IOUSBMassStorageUFIDevice, provider );
111 STATUS_LOG ( ( 1, "%s[%p]:: attach; wrong provider type!", getName(), this ) );
215 // detach - detach from provider. [PROTECTED]
219 IOUFIStorageServices::detach( IOService * provider )
224 super::detach( provider );
H A DIOUSBMassStorageClass.h468 virtual bool start( IOService * provider );
469 virtual void stop( IOService * provider );
471 virtual IOReturn message( UInt32 type, IOService * provider, void * argument = 0 );
473 virtual bool willTerminate( IOService * provider,
476 virtual bool didTerminate( IOService * provider,

Completed in 154 milliseconds

1234567891011>>