Searched refs:it (Results 1 - 25 of 666) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/fault-injection/
H A Dfailcmd.sh3 echo 1 > /proc/self/make-it-fail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
76 if (ASN1_item_ex_new(&ret, it) > 0)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
85 return asn1_item_ex_combine_new(pval, it, 0);
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
94 const ASN1_AUX *aux = it->funcs;
106 if (it
230 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
325 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
376 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
71 asn1_item_combine_free(&val, it, 0);
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
76 asn1_item_combine_free(pval, it, 0);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
84 const ASN1_AUX *aux = it->funcs;
89 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
96 switch(it->itype)
100 if (it
206 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dx_bignum.c65 * BIGNUM directly. Currently it ignores the sign which isn't a problem since all
72 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 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);
95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
105 if(it->size & BN_SENSITIVE) BN_clear_free((BIGNUM *)*pval);
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
127 int utype, char *free_cont, const ASN1_ITEM *it)
126 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
78 int *sel = offset2ptr(*pval, it->utype);
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
89 sel = offset2ptr(*pval, it->utype);
96 * if it is +1 then the count is incremented. If op is 0 count is
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
105 if ((it->itype != ASN1_ITYPE_SEQUENCE)
106 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE))
108 aux = it->funcs;
119 fprintf(stderr, "%s: Reference Count: %d\n", it
128 asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
139 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
151 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
165 asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) argument
185 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dx_long.c69 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
70 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
72 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);
92 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
94 *(long *)pval = it->size;
98 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
100 *(long *)pval = it->size;
103 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
114 if(ltmp == it
140 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_prn.c70 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name);
72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it) argument
74 return asn1_item_print_nm(out, fld, indent, it, it->sname);
77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name) argument
87 switch(it->itype) {
90 if(it->templates)
91 return ASN1_template_print(out, fld, indent, it->templates);
92 return asn1_primitive_print(out, fld, it->utype, indent, name);
100 BIO_printf(out, "%*s%s:EXTERNAL TYPE %s %s\n", indent, "", name, it
[all...]
H A Dtasn_enc.c68 const ASN1_ITEM *it,
77 const ASN1_ITEM *it, int flags);
84 const ASN1_ITEM *it)
86 return asn1_item_flags_i2d(val, out, it, ASN1_TFLG_NDEF);
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) argument
91 return asn1_item_flags_i2d(val, out, it, 0);
104 const ASN1_ITEM *it, int flags)
110 len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags);
117 ASN1_item_ex_i2d(&val, &p, it, -1, flags);
122 return ASN1_item_ex_i2d(&val, out, it,
83 ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) argument
103 asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it, int flags) argument
130 ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
504 asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
565 asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, const ASN1_ITEM *it) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
68 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
70 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
72 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
75 if(ASN1_item_ex_new(&ret, it) > 0) return ret;
81 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
83 return asn1_item_ex_combine_new(pval, it, 0);
86 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
91 const ASN1_AUX *aux = it->funcs;
101 if(it
206 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
242 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
293 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
334 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
71 asn1_item_combine_free(&val, it, 0);
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
76 asn1_item_combine_free(pval, it, 0);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
84 const ASN1_AUX *aux = it->funcs;
88 if((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) return;
92 switch(it->itype) {
95 if(it
178 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dx_bignum.c64 * BIGNUM directly. Currently it ignores the sign which isn't a problem since all
71 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
72 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
74 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);
94 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
101 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
104 if(it->size & BN_SENSITIVE) BN_clear_free((BIGNUM *)*pval);
109 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
125 static int bn_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
78 int *sel = offset2ptr(*pval, it->utype);
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
89 sel = offset2ptr(*pval, it->utype);
96 * if it is +1 then the count is incremented. If op is 0 count is
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
105 if(it->itype != ASN1_ITYPE_SEQUENCE) return 0;
106 aux = it->funcs;
115 fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck);
119 fprintf(stderr, "%s, bad reference count\n", it
124 asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
133 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
144 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
156 asn1_enc_save(ASN1_VALUE **pval, unsigned char *in, int inlen, const ASN1_ITEM *it) argument
172 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dx_long.c68 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
69 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 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);
91 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
93 *(long *)pval = it->size;
97 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
99 *(long *)pval = it->size;
102 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
113 if(ltmp == it
139 long_c2i(ASN1_VALUE **pval, unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_prn.c70 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name);
72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it) argument
74 return asn1_item_print_nm(out, fld, indent, it, it->sname);
77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name) argument
87 switch(it->itype) {
90 if(it->templates)
91 return ASN1_template_print(out, fld, indent, it->templates);
92 return asn1_primitive_print(out, fld, it->utype, indent, name);
100 BIO_printf(out, "%*s%s:EXTERNAL TYPE %s %s\n", indent, "", name, it
[all...]
H A Dtasn_enc.c66 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
82 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
87 len = ASN1_item_ex_i2d(&val, NULL, it, -1, 0);
92 ASN1_item_ex_i2d(&val, &p, it, -1, 0);
97 return ASN1_item_ex_i2d(&val, out, it, -1, 0);
101 * This function performs the normal item handling: it can be
105 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
113 const ASN1_AUX *aux = it->funcs;
115 if((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) return 0;
119 switch(it
357 asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
402 asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, const ASN1_ITEM *it) argument
[all...]
H A Da_dup.c11 * apply to all code found in this distribution, be it the RC4, RSA,
92 void *ASN1_item_dup(const ASN1_ITEM *it, void *x) argument
100 i=ASN1_item_i2d(x,&b,it);
104 ret=ASN1_item_d2i(NULL,&p,i, it);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/arc/
H A Dconsole.c14 * IP22 boardcache is not compatible with board caches. Thus we disable it
26 CHAR it = c; local
29 ArcWrite(1, &it, 1, &cnt);
H A Dpromlib.c14 * IP22 boardcache is not compatible with board caches. Thus we disable it
26 CHAR it = c; local
29 ArcWrite(1, &it, 1, &cnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-1710 /* When xgettext has no info, it flags both c-format and kde-format, based
14 /* When the programmer says it's kde-format, xgettext does not apply the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixioctl.c76 struct irix_termios __user *it = local
82 if (!access_ok(VERIFY_WRITE, it, sizeof(*it))) {
92 error = __put_user(kt.c_iflag, &it->c_iflag);
93 error |= __put_user(kt.c_oflag, &it->c_oflag);
94 error |= __put_user(kt.c_cflag, &it->c_cflag);
95 error |= __put_user(kt.c_lflag, &it->c_lflag);
98 error |= __put_user(kt.c_cc[i], &it->c_cc[i]);
104 struct irix_termios *it = (struct irix_termios *) arg; local
109 if (!access_ok(VERIFY_READ, it, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddbg_stackcheck.S24 1: stq $31, -8($31) # oops me, damn it.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dtext-test.c6 avahi is free software; you can redistribute it and/or modify it
11 avahi is distributed in the hope that it will be useful, but WITHOUT
71 sw_text_record_iterator it; local
84 ASSERT_SW_OKAY(sw_text_record_iterator_init(&it, sw_text_record_bytes(r), sw_text_record_len(r)));
86 while (sw_text_record_iterator_next(it, key, val, &val_len) == SW_OKAY) {
91 ASSERT_SW_OKAY(sw_text_record_iterator_fina(it));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-cpu-timers.c112 if (timer->it.cpu.incr.sched == 0)
118 if (now.sched < timer->it.cpu.expires.sched)
120 incr = timer->it.cpu.incr.sched;
121 delta = now.sched + incr - timer->it.cpu.expires.sched;
128 timer->it.cpu.expires.sched += incr;
135 if (cputime_lt(now.cpu, timer->it.cpu.expires.cpu))
137 incr = timer->it.cpu.incr.cpu;
139 timer->it.cpu.expires.cpu);
146 timer->it.cpu.expires.cpu =
147 cputime_add(timer->it
1416 do_cpu_nanosleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct itimerspec *it) argument
1487 struct itimerspec it; local
1524 struct itimerspec it; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dtimod.c120 SOLD("freed it");
124 SOLD("cached it");
130 struct T_primsg *it; local
133 it = (struct T_primsg *)mykmalloc(size+sizeof(*it)-sizeof(s32)+2*MKCTL_TRAILER, GFP_KERNEL);
134 if (it) {
135 SOLD("got it");
136 it->pri = MSG_HIPRI;
137 it->length = size;
138 PUT_MAGIC((char*)((u64)(((char *)&it
159 timod_queue(unsigned int fd, struct T_primsg *it) argument
175 timod_queue_end(unsigned int fd, struct T_primsg *it) argument
194 struct T_primsg *it; local
213 struct T_primsg *it; local
324 struct T_primsg *it; local
411 struct T_primsg *it; local
470 struct T_primsg *it; local
707 struct T_primsg *it = sock->pfirst; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Diommu.c12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
17 * This program is distributed in the hope that it will be useful,
154 struct iommu_table *it; local
158 it = pdn->iommu_table;
159 if ((it != NULL) &&
160 (it->it_type == TCE_PCI) &&
161 (it->it_offset == tbl->it_offset) &&
162 (it->it_index == tbl->it_index) &&
163 (it
[all...]

Completed in 147 milliseconds

1234567891011>>