Searched refs:provider (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dpon7 Usage: pon [provider] [arguments]
11 will be started using settings from /etc/ppp/peers/provider.
25 if [ -z "$1" -a ! -f /etc/ppp/peers/provider ]; then
27 Please configure /etc/ppp/peers/provider or use a command line argument to
40 exec /usr/sbin/pppd call ${@:-provider}
H A Dpoff19 usage: $0 [option] [provider]
24 -a Stop all pppd's. 'provider' will be ignored.
31 If 'provider' is omitted pppd will be stopped or signalled if and only if
33 'provider' is supplied the pppd controlling the connection to that
34 provider will be stopped or signalled.
93 # There is an argument, so kill the pppd started on that provider.
101 echo "$0: I could not find a pppd process for provider '$1'. None ${DONE}."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_filter.c43 if ((self->provider.filter_type == IRLAN_DIRECTED) &&
44 (self->provider.filter_operation == DYNAMIC))
47 self->provider.mac_address[0] = 0x40;
48 self->provider.mac_address[1] = 0x00;
49 self->provider.mac_address[2] = 0x00;
50 self->provider.mac_address[3] = 0x00;
53 if (self->provider.access_type == ACCESS_PEER) {
54 self->provider.mac_address[4] =
55 self->provider.send_arb_val & 0xff;
56 self->provider
[all...]
H A Dirlan_provider.c141 IRDA_ASSERT(tsap == self->provider.tsap_ctrl,return;);
142 IRDA_ASSERT(self->provider.state == IRLAN_IDLE, return;);
146 self->provider.max_sdu_size = max_sdu_size;
147 self->provider.max_header_size = max_header_size;
156 if ((self->provider.access_type == ACCESS_PEER) &&
196 IRDA_ASSERT(tsap == self->provider.tsap_ctrl, return;);
312 skb_reserve(skb, self->provider.max_header_size);
340 switch (self->provider.access_type) {
358 if (self->provider.send_arb_val) {
361 self->provider
[all...]
H A Dirlan_provider_event.c5 * Description: IrLAN provider state machine)
61 IRDA_ASSERT(*state[ self->provider.state] != NULL, return;);
63 (*state[self->provider.state]) (self, event, skb);
69 * IDLE, We are waiting for an indication that there is a provider
81 irlan_provider_connect_response( self, self->provider.tsap_ctrl);
111 if (self->provider.access_type == ACCESS_PEER) {
132 if (self->provider.access_type == ACCESS_PEER) {
133 self->provider.send_arb_val = (jiffies & 0xffff);
H A Dirlan_event.c58 self->provider.state = state;
H A Dirlan_client_event.c89 * IDLE, We are waiting for an indication that there is a provider
133 * to provider, just waiting for the confirm.
161 if ((self->provider.access_type == ACCESS_PEER) &&
162 (self->provider.state != IRLAN_IDLE))
185 * CONN, We have connected to a provider but has not issued any
325 if (self->provider.state == IRLAN_OPEN) {
372 * WAIT, The irlan_client is waiting for the local provider to enter the
373 * provider OPEN state.
416 if (self->client.recv_arb_val == self->provider.send_arb_val) {
420 self->provider
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpkcs11.h46 const char * const provider,
74 const char * const provider,
H A Dpkcs11.c346 const char * const provider,
353 ASSERT (provider!=NULL);
357 "PKCS#11: pkcs11_addProvider - entered - provider='%s', private_mode=%08x",
358 provider,
364 "PKCS#11: Adding PKCS#11 provider '%s'",
365 provider
370 provider,
371 provider,
379 msg (M_WARN, "PKCS#11: Cannot initialize provider '%s' %ld-'%s'", provider, r
345 pkcs11_addProvider( const char * const provider, const bool protected_auth, const unsigned private_mode, const bool cert_private ) argument
768 show_pkcs11_ids( const char * const provider, bool cert_private ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartprov.cpp116 // wxArtProvider operations on provider stack
130 /*static*/ void wxArtProvider::Push(wxArtProvider *provider) argument
133 sm_providers->Insert(provider);
136 /*static*/ void wxArtProvider::Insert(wxArtProvider *provider) argument
139 sm_providers->Append(provider);
142 /*static*/ void wxArtProvider::PushBack(wxArtProvider *provider) argument
144 Insert(provider);
157 /*static*/ bool wxArtProvider::Remove(wxArtProvider *provider) argument
161 if ( sm_providers->DeleteObject(provider) )
170 /*static*/ bool wxArtProvider::Delete(wxArtProvider *provider) argument
309 PushProvider(wxArtProvider *provider) argument
314 InsertProvider(wxArtProvider *provider) argument
324 RemoveProvider(wxArtProvider *provider) argument
[all...]
H A Ddbgrid.cpp170 wxDbGridCellAttrProvider *provider; local
175 // if ((provider = dynamic_cast<wxDbGridCellAttrProvider *>(GetAttrProvider())))
177 provider = (wxDbGridCellAttrProvider *)(GetAttrProvider());
178 if (provider)
180 provider->AssignDbTable(NULL);
195 // use the default attr provider by default
204 wxDbGridCellAttrProvider *provider; local
229 // if ((provider = dynamic_cast<wxDbGridCellAttrProvider *> (GetAttrProvider())))
231 provider = (wxDbGridCellAttrProvider *)(GetAttrProvider());
232 if (provider)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A DMakefile5 iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dartprov.h115 // Dtor removes the provider from providers stack if it's still on it
119 // Add new provider to the top of providers stack (i.e. the provider will
121 static void Push(wxArtProvider *provider);
123 // Add new provider to the bottom of providers stack (i.e. the provider
126 static void PushBack(wxArtProvider *provider);
129 static void Insert(wxArtProvider *provider);
131 // Remove latest added provider and delete it.
134 // Remove provider fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dmsi_sn.c39 struct sn_pcibus_provider *provider; local
47 provider = SN_PCIDEV_BUSPROVIDER(pdev);
49 (*provider->dma_unmap)(pdev,
75 struct sn_pcibus_provider *provider = SN_PCIDEV_BUSPROVIDER(pdev); local
84 if (provider == NULL || provider->dma_map_consistent == NULL)
124 bus_addr = (*provider->dma_map_consistent)(pdev,
166 struct sn_pcibus_provider *provider; local
181 provider = SN_PCIDEV_BUSPROVIDER(pdev);
184 (*provider
[all...]
H A Dio_common.c287 struct sn_pcibus_provider *provider; local
292 * Per-provider fixup. Copies the bus soft structure from prom
305 provider = sn_pci_provider[prom_bussoft_ptr->bs_asic_type];
306 if (provider == NULL)
307 panic("sn_common_bus_fixup: No provider registered for this asic type, %d",
310 if (provider->bus_fixup)
311 provider_soft = (*provider->bus_fixup) (prom_bussoft_ptr,
474 * prime sn_pci_provider[]. Individual provider init routines will
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dpci_dma.c85 struct sn_pcibus_provider *provider = SN_PCIDEV_BUSPROVIDER(pdev); local
118 *dma_handle = provider->dma_map_consistent(pdev, phys_addr, size,
143 struct sn_pcibus_provider *provider = SN_PCIDEV_BUSPROVIDER(pdev); local
147 provider->dma_unmap(pdev, dma_handle, 0);
184 struct sn_pcibus_provider *provider = SN_PCIDEV_BUSPROVIDER(pdev); local
193 dma_addr = provider->dma_map_consistent(pdev, phys_addr,
196 dma_addr = provider->dma_map(pdev, phys_addr, size,
223 struct sn_pcibus_provider *provider = SN_PCIDEV_BUSPROVIDER(pdev); local
227 provider->dma_unmap(pdev, dma_addr, dir);
246 struct sn_pcibus_provider *provider local
280 struct sn_pcibus_provider *provider = SN_PCIDEV_BUSPROVIDER(pdev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Drandom_seed.c111 HCRYPTPROV provider; local
112 if (CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL,
114 BOOL ret = CryptGenRandom(provider, sizeof(seed), (PBYTE) &seed);
115 CryptReleaseContext(provider, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dartprov.tex15 provider with
135 The destructor automatically removes the provider from the provider stack used
143 Derived art provider classes must override this method to create requested
168 \func{static bool}{Delete}{\param{wxArtProvider* }{provider}}
170 Delete the given \arg{provider}.
209 \func{static void}{Insert}{\param{wxArtProvider* }{provider}}
211 Register new art provider and add it to the bottom of providers stack (i.e.
223 Remove latest added provider and delete it.
228 \func{static void}{Push}{\param{wxArtProvider* }{provider}}
[all...]
H A Dhprovcnt.tex40 Sets the help controller associated with this help provider.
46 Returns the help controller associated with this help provider.
H A Dhelpprov.tex6 The current help provider must be explicitly set by the application using
52 Returns pointer to help provider instance.
54 Unlike some other classes, the help provider is not created on demand.
63 Gets the help string for this window. Its interpretation is dependent on the help provider
87 Get/set the current, application-wide help provider. Returns
H A Dttips.tex23 the {\it tip provider}. The tip provider is just an object of a class deriving
26 In the case of the tip provider created by
30 If you want to implement your own tip provider (for example, if you wish to
H A Dtclipbrd.tex29 target, the data provider and the data receiver. These which may be in the same
34 \subsection{The data provider (source) duties}\label{wxdataobjectsource}
36 The data provider is responsible for creating a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmetafile.cpp201 wxCFRef<CGDataProviderRef> provider(UMACGDataProviderCreateWithCFData(m_data));
202 m_pdfDoc.reset(CGPDFDocumentCreateWithProvider(provider));
283 wxCFRef<CGDataProviderRef> provider(UMACGDataProviderCreateWithCFData(data));
284 QDPictRef pictRef = QDPictCreateWithProvider(provider);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddemo.cpp50 // provider, or to 1 to use the 'simple help provider'
290 // Create a simple help provider to make SetHelpText() do something.
293 wxSimpleHelpProvider* provider = new wxSimpleHelpProvider; local
295 wxHelpControllerHelpProvider* provider = new wxHelpControllerHelpProvider;
297 wxHelpProvider::Set(provider);
317 provider->SetHelpController(& frame->GetMSHtmlHelpController());
319 provider->SetHelpController(& frame->GetHelpController());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Darc4random.c150 static HCRYPTPROV provider; local
154 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL,
161 if (!CryptGenRandom(provider, sizeof(buf), buf))

Completed in 267 milliseconds

123