Searched refs:cont (Results 1 - 25 of 108) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dattribute_container.c28 struct attribute_container *cont; member in struct:internal_container
59 return ic->cont;
70 * @cont: The container to register. This must be allocated by the
74 attribute_container_register(struct attribute_container *cont) argument
76 INIT_LIST_HEAD(&cont->node);
77 klist_init(&cont->containers,internal_container_klist_get,
81 list_add_tail(&cont->node, &attribute_container_list);
91 * @cont: previously registered container to remove
94 attribute_container_unregister(struct attribute_container *cont) argument
98 spin_lock(&cont
146 struct attribute_container *cont; local
209 struct attribute_container *cont; local
253 struct attribute_container *cont; local
293 struct attribute_container *cont; local
314 struct attribute_container *cont = local
356 attribute_container_add_class_device_adapter(struct attribute_container *cont, struct device *dev, struct class_device *classdev) argument
372 struct attribute_container *cont = local
409 attribute_container_find_class_device(struct attribute_container *cont, struct device *dev) argument
[all...]
H A Dtransport_class.c115 static int transport_setup_classdev(struct attribute_container *cont, argument
119 struct transport_class *tclass = class_to_transport_class(cont->class);
120 struct transport_container *tcont = attribute_container_to_transport_container(cont);
151 static int transport_add_class_device(struct attribute_container *cont, argument
157 attribute_container_to_transport_container(cont);
183 static int transport_configure(struct attribute_container *cont, argument
187 struct transport_class *tclass = class_to_transport_class(cont->class);
188 struct transport_container *tcont = attribute_container_to_transport_container(cont);
214 static int transport_remove_classdev(struct attribute_container *cont, argument
219 attribute_container_to_transport_container(cont);
253 transport_destroy_classdev(struct attribute_container *cont, struct device *dev, struct class_device *classdev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dx_long.c71 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
72 static int long_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
102 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
128 if(cont) {
129 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
131 cont[i] = (unsigned char)(utmp & 0xff);
132 if(ltmp < 0) cont[i] ^= 0xff;
139 static int long_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
150 if(len && (cont[0] & 0x80)) neg = 1;
155 if(neg) utmp |= cont[
[all...]
H A Dx_bignum.c74 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
75 static int bn_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
109 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
118 if(cont) {
119 if(pad) *cont++ = 0;
120 BN_bn2bin(bn, cont);
125 static int bn_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
130 if(!BN_bin2bn(cont, len, bn)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_long.c72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
103 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
129 if(cont) {
130 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
132 cont[i] = (unsigned char)(utmp & 0xff);
133 if(ltmp < 0) cont[i] ^= 0xff;
140 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
152 if(len && (cont[0] & 0x80)) neg = 1;
157 if(neg) utmp |= cont[
[all...]
H A Dx_bignum.c75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
119 if(cont) {
120 if(pad) *cont++ = 0;
121 BN_bn2bin(bn, cont);
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
132 if(!BN_bin2bn(cont, len, bn)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dextable.c34 l->cont = r->cont + delta;
36 r->cont = tmp.cont - delta;
82 long fix = (u64) &e->cont + e->cont;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dbpck6.c60 static int bpck6_read_regr(PIA *pi, int cont, int reg) argument
65 if (reg<0 || reg>7 || cont<0 || cont>2)
69 out=ppc6_rd_port(PPCSTRUCT(pi),cont?reg|8:reg);
73 static void bpck6_write_regr(PIA *pi, int cont, int reg, int val) argument
76 if (reg>=0 && reg<=7 && cont>=0 && cont<=1)
78 ppc6_wr_port(PPCSTRUCT(pi),cont?reg|8:reg,(u8)val);
H A Dparide.c44 void pi_write_regr(PIA * pi, int cont, int regr, int val) argument
46 pi->proto->write_regr(pi, cont, regr, val);
51 int pi_read_regr(PIA * pi, int cont, int regr) argument
53 return pi->proto->read_regr(pi, cont, regr);
76 void (*cont) (void) = NULL;
81 cont = pi->claim_cont;
90 if (cont)
91 cont();
94 int pi_schedule_claimed(PIA * pi, void (*cont) (void))
100 pi->claim_cont = cont;
[all...]
H A Daten.c32 /* cont = 0 - access the IDE register file
33 cont = 1 - access the IDE command set
38 static void aten_write_regr( PIA *pi, int cont, int regr, int val) argument
42 r = regr + cont_map[cont] + 0x80;
47 static int aten_read_regr( PIA *pi, int cont, int regr ) argument
51 r = regr + cont_map[cont] + 0x40;
H A Dfit2.c30 /* cont = 0 - access the IDE register file
31 cont = 1 - access the IDE command set
40 static void fit2_write_regr( PIA *pi, int cont, int regr, int val) argument
42 { if (cont == 1) return;
46 static int fit2_read_regr( PIA *pi, int cont, int regr ) argument
50 if (cont) {
H A Dktti.c26 /* cont = 0 - access the IDE register file
27 cont = 1 - access the IDE command set
32 static void ktti_write_regr( PIA *pi, int cont, int regr, int val) argument
36 r = regr + cont_map[cont];
42 static int ktti_read_regr( PIA *pi, int cont, int regr ) argument
46 r = regr + cont_map[cont];
H A Don20.c32 /* cont = 0 - access the IDE register file
33 cont = 1 - access the IDE command set
36 static int on20_read_regr( PIA *pi, int cont, int regr ) argument
40 r = (regr<<2) + 1 + cont;
59 static void on20_write_regr( PIA *pi, int cont, int regr, int val ) argument
63 r = (regr<<2) + 1 + cont;
H A Dparide.h76 /* registers are addressed as (cont,regr)
78 cont: 0 for command register file, 1 for control register(s)
83 extern void pi_write_regr(PIA *pi, int cont, int regr, int val);
85 extern int pi_read_regr(PIA *pi, int cont, int regr);
95 extern void pi_do_claimed(PIA *pi, void (*cont)(void));
96 extern int pi_schedule_claimed(PIA *pi, void (*cont)(void));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfirmware.h19 void (*cont)(const struct firmware *fw, void *context));
H A Dattribute_container.h39 int attribute_container_register(struct attribute_container *cont);
40 int attribute_container_unregister(struct attribute_container *cont);
62 int attribute_container_add_class_device_adapter(struct attribute_container *cont,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dgetpart.pm60 my ($var, $cont)=($1, $2);
61 $cont =~ s/^\"(.*)\"$/$1/;
62 $hash{$var}=$cont;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c231 static struct cont { struct
236 } *cont = NULL; variable in typeref:struct:cont
427 if (cont) {
429 cont->error();
430 cont->redo();
443 if (cont) {
444 cont->error();
445 cont->redo();
454 if (cont) {
455 cont
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_ok.c160 int cont; /* <= 0 when finished */ member in struct:ok_struct
197 ctx->cont=1;
284 if (ctx->cont <= 0) break;
315 ctx->cont= 0;
368 ctx->cont=1;
375 if (ctx->cont <= 0)
403 ctx->cont=(int)ret;
414 ret=(long)ctx->cont;
522 ctx->cont= 0;
572 ctx->cont
[all...]
H A Dbio_enc.c80 int cont; /* <= 0 when finished */ member in struct:enc_struct
118 ctx->cont=1;
175 if (ctx->cont <= 0) break;
186 ctx->cont=i;
204 ctx->cont=1;
228 return((ret == 0)?ctx->cont:ret);
306 if (ctx->cont <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_ok.c151 int cont; /* <= 0 when finished */ member in struct:ok_struct
188 ctx->cont=1;
275 if (ctx->cont <= 0) break;
308 ctx->cont= 0;
361 ctx->cont=1;
368 if (ctx->cont <= 0)
396 ctx->cont=(int)ret;
407 ret=(long)ctx->cont;
517 ctx->cont= 0;
572 ctx->cont
[all...]
H A Dbio_enc.c80 int cont; /* <= 0 when finished */ member in struct:enc_struct
118 ctx->cont=1;
175 if (ctx->cont <= 0) break;
186 ctx->cont=i;
204 ctx->cont=1;
228 return((ret == 0)?ctx->cont:ret);
306 if (ctx->cont <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c263 int size, off, cont, rdp, wdp; local
287 cont = chip->pcm_size - off;
288 if (cont > size)
289 cont = size;
290 pdacf_transfer(chip, cont, off);
291 off += cont;
293 size -= cont;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredContainer.java134 StoredContainer cont = (StoredContainer) clone();
135 cont.view = cont.view.configuredView(config);
136 cont.initAfterClone();
137 return cont;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c347 xmlElementContentPtr cont; /* pointer to the content model subtree */ member in struct:_xmlValidState
356 #define CONT ctxt->vstate->cont
369 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, argument
402 if ((i >= 0) && (ctxt->vstateTab[i].cont == cont) &&
408 ctxt->vstateTab[ctxt->vstateNr].cont = cont;
421 ctxt->vstate->cont = ctxt->vstateTab[ctxt->vstateNr].cont;
564 xmlValidDebug(xmlNodePtr cur, xmlElementContentPtr cont) { argument
5150 xmlElementContentPtr cont; local
5495 xmlValidateCheckMixed(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, const xmlChar *qname) argument
5857 xmlElementContentPtr cont; local
[all...]

Completed in 191 milliseconds

12345