Searched refs:provider (Results 76 - 100 of 484) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/include/
H A Dap_provider.h45 * This function is used to register a provider with the global
46 * provider pool.
48 * @param provider_group The group to store the provider in
49 * @param provider_name The name for this provider
50 * @param provider_version The version for this provider
51 * @param provider Opaque structure for this provider
58 const void *provider);
61 * This function is used to retrieve a provider from the global
62 * provider poo
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/PSConverterTool/
H A DPSConverterTool.py74 provider = CGDataProviderCreateWithURL(inputPSURL);
77 if provider is None or consumer is None:
78 if provider is None:
79 print >>sys.stderr, "Couldn't create provider"
116 provider, consumer, None)
133 # Create the data provider and data consumer.
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/PSConverterTool/
H A DPSConverterTool.py74 provider = CGDataProviderCreateWithURL(inputPSURL);
77 if provider is None or consumer is None:
78 if provider is None:
79 print >>sys.stderr, "Couldn't create provider"
116 provider, consumer, None)
133 # Create the data provider and data consumer.
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/PSConverterTool/
H A DPSConverterTool.py74 provider = CGDataProviderCreateWithURL(inputPSURL);
77 if provider is None or consumer is None:
78 if provider is None:
79 print >>sys.stderr, "Couldn't create provider"
116 provider, consumer, None)
133 # Create the data provider and data consumer.
/macosx-10.10/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp37 IOService *provider,
54 bool IOWatchDogTimer::start(IOService *provider) argument
56 if (!super::start(provider)) return false;
69 void IOWatchDogTimer::stop(IOService *provider) argument
102 IOService */*provider*/,
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/nvram/
H A DIONVRAMController.h39 virtual bool start(IOService *provider);
/macosx-10.10/IOATAFamily-253.0.1/
H A DATADeviceNub.h57 static ATADeviceNub* ataDeviceNub( IOATAController* provider, ataUnitID unit, ataDeviceType devType);
62 virtual bool attach(IOService* provider );
90 virtual bool init(IOATAController* provider, ataUnitID unit, ataDeviceType devType);
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DDOMWindowNotifications.cpp117 NotificationClient* provider = NotificationController::clientFrom(page);
118 if (provider)
119 m_notificationCenter = NotificationCenter::create(document, provider);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptEventSource.h55 An interrupt event source attaches itself to the given provider's interrupt source at initialisation time. At this time it determines if it is connected to a level or edge triggered interrupt. If the interrupt is an level triggered interrupt the event source automatically disables the interrupt source at primary interrupt time and after it call's the client it automatically reenables the interrupt. This action is fairly expensive but it is 100% safe and defaults sensibly so that the driver writer does not have to implement type dependant interrupt routines. So to repeat, the driver writer does not have to be concerned by the actual underlying interrupt mechanism as the event source hides the complexity.
78 /*! @var provider IOService that provides interrupts for delivery. */
79 IOService *provider; member in class:IOInterruptEventSource
129 @param provider IOService that represents the interrupt source. Defaults to 0. When no provider is defined the event source assumes that the client will in some manner call the interruptOccured method explicitly. This will start the ball rolling for safe delivery of asynchronous event's into the driver.
130 @param intIndex The index of the interrupt within the provider's interrupt sources. Defaults to 0, i.e. the first interrupt in the provider.
135 IOService *provider = 0,
142 @param provider IOService that represents the interrupt source. Defaults to 0. When no provider i
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto.c50 apr_crypto_driver_t *provider;
55 apr_crypto_driver_t *provider;
61 apr_crypto_driver_t *provider;
262 return f->provider->error(result, f);
297 return f->provider->get_block_key_types(types, f);
311 return f->provider->get_block_key_modes(modes, f);
349 return f->provider->passphrase(key, ivSize, pass, passLen, salt, saltLen,
373 return key->provider->block_encrypt_init(ctx, iv, key, blockSize, p);
398 return ctx->provider->block_encrypt(out, outlen, in, inlen, ctx);
422 return ctx->provider
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp93 provider = inProvider;
98 // Assumes inOwner holds a reference(retain) on the provider
102 * We only treat this as an "interrupt" if it has a provider; if it does,
157 ret = provider->registerInterrupt(inIntIndex, this, intHandler);
160 * Add statistics to the provider. The setWorkLoop convention should ensure
172 * We need to hook the interrupt information up to the provider so that it
173 * can find the statistics for this interrupt when desired. The provider is
180 provider->addInterruptStatistics(reserved->statistics, inIntIndex);
200 provider->removeInterruptStatistics(reserved->statistics->interruptIndex);
203 provider
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_core.c64 const authn_provider *provider; member in struct:provider_alias_rec
110 /* Look up the provider alias in the alias list */
112 /* Call the real provider->check_password() function */
126 /* If we found the alias provider in the list, then merge the directory
127 configurations and call the real provider */
131 ret = prvdraliasrec->provider->check_password(r,user,password);
142 /* Look up the provider alias in the alias list */
144 /* Call the real provider->get_realm_hash() function */
158 /* If we found the alias provider in the list, then merge the directory
159 configurations and call the real provider */
208 const authn_provider *provider = NULL; local
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioPort.cpp142 bool IOAudioPort::start(IOService *provider) argument
144 AudioTrace_Start(kAudioTIOAudioPort, kTPIOAudioPortStart, (uintptr_t)this, (uintptr_t)provider, 0, 0);
145 if (!super::start(provider)) {
149 if (!(audioDevice = OSDynamicCast(IOAudioDevice, provider))) {
153 AudioTrace_End(kAudioTIOAudioPort, kTPIOAudioPortStart, (uintptr_t)this, (uintptr_t)provider, true, 0);
157 void IOAudioPort::stop(IOService *provider) argument
160 super::stop(provider);
235 // Should we check to see if we're the provider?
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c66 * The fasttrap provider allows DTrace consumers to instrument any user-level
115 * framework -- is a little tricky and bears some explanation. Each provider
118 * (ftp_ccount) and USDT consumers (ftp_mcount); all three prevent a provider
119 * from being freed. A provider is looked up by taking the bucket lock for the
120 * provider hash table, and is returned with its lock held. The provider lock
126 * not be taken when holding the provider lock as that would create a cyclic
127 * lock ordering. In situations where one would naturally take the provider
129 * the provider from disappearing, drop the provider loc
759 fasttrap_provider_t *provider = probe->ftp_prov; local
1098 fasttrap_provider_t *provider = probe->ftp_prov; local
1528 fasttrap_provider_free(fasttrap_provider_t *provider) argument
1661 fasttrap_provider_t *provider; local
1865 fasttrap_provider_t *provider; local
1964 fasttrap_provider_t *provider = parg; local
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp22 bool AppleSamplePCI::start( IOService * provider )
29 if( !super::start( provider ))
33 * Our provider class is specified in the driver property table
34 * as IOPCIDevice, so the provider must be of that class.
38 assert( OSDynamicCast( IOPCIDevice, provider ));
39 fPCIDevice = (IOPCIDevice *) provider;
121 void AppleSamplePCI::stop( IOService * provider )
124 super::stop( provider );
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsecurity_utilities.d31 * The security-debug provider replaces the old text-based debug log facility
33 provider security_debug {
52 provider security_exception {
69 provider security_machserver {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsecurity_utilities.d31 * The security-debug provider replaces the old text-based debug log facility
33 provider security_debug {
52 provider security_exception {
69 provider security_machserver {
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h80 virtual void stop( IOService * provider );
105 virtual bool start( IOService * provider );
106 virtual bool didTerminate(IOService *provider, IOOptionBits options, bool *defer);
H A DIOHIDInterface.cpp105 IOService * provider,
115 provider->close(this);
119 result = super::message(type, provider, argument);
129 bool IOHIDInterface::start( IOService * provider )
133 if ( !super::start(provider) )
136 _owner = OSDynamicCast( IOHIDDevice, provider );
203 void IOHIDInterface::stop( IOService * provider )
206 super::stop(provider);
216 IOService * provider; local
220 if ( !super::matchPropertyTable(table, score) || !(provider
104 message(UInt32 type, IOService * provider, void * argument) argument
[all...]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.h104 * Scan the provider media for an Apple label scheme.
154 * Determine whether the provider media contains an Apple label scheme.
157 virtual IOService * probe(IOService * provider, SInt32 * score);
163 virtual bool start(IOService * provider);
169 virtual void stop(IOService * provider);
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h51 virtual bool attach ( IOService * provider );
52 virtual void detach ( IOService * provider );
60 virtual IOReturn message ( UInt32 type, IOService * provider, void * argument );
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DMediaElementAudioSourceNode.cpp122 if (AudioSourceProvider* provider = mediaElement()->audioSourceProvider()) {
125 m_multiChannelResampler->process(provider, outputBus, numberOfFrames);
129 provider->provideInput(outputBus, numberOfFrames);
/macosx-10.10/efax-38/efax/
H A Dimagestopdf24 provider = CGDataProviderCreateWithURL(url) variable
25 if provider:
26 imageSrc = CGImageSourceCreateWithDataProvider(provider, None)
/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.h50 virtual bool start(IOService * provider);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp58 extern "C" IOReturn _IONDRVLibrariesMappingInitialize( IOService * provider );
583 extern "C" IOReturn _IONDRVLibrariesFinalize( IOService * provider )
585 provider->removeProperty(kPropertyAAPLAddress);
586 provider->removeProperty("AAPL,maps");
591 extern "C" IOReturn _IONDRVLibrariesMappingInitialize( IOService * provider )
600 if (provider->getProperty(kPropertyAAPLAddress))
603 numMaps = provider->getDeviceMemoryCount();
610 mem = provider->getDeviceMemoryWithIndex(i);
621 // IOLog("%s: map[%ld] failed\n", provider->getName(), i);
641 provider
[all...]

Completed in 201 milliseconds

1234567891011>>