Searched refs:cb (Results 1 - 25 of 1266) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dscattered.c31 const struct cpuid_bit *cb; local
50 for (cb = cpuid_bits; cb->feature; cb++) {
53 max_level = cpuid_eax(cb->level & 0xffff0000);
54 if (max_level < cb->level ||
55 max_level > (cb->level | 0xffff))
58 cpuid_count(cb->level, cb->sub_leaf, &regs[CR_EAX],
61 if (regs[cb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtoptions.c29 #define XTOPT_MKPTR(cb) \
30 ((void *)((char *)(cb)->data + (cb)->entry->ptroff))
172 static void xtopt_parse_int(struct xt_option_call *cb) argument
174 const struct xt_option_entry *entry = cb->entry;
178 if (cb->entry->min != 0)
179 lmin = cb->entry->min;
180 if (cb->entry->max != 0)
181 lmax = cb->entry->max;
183 if (!xtables_strtoul(cb
211 xtopt_parse_float(struct xt_option_call *cb) argument
234 xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value) argument
253 xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap, uintmax_t value) argument
282 xtopt_parse_mint(struct xt_option_call *cb) argument
331 xtopt_parse_string(struct xt_option_call *cb) argument
373 tos_parse_numeric(const char *str, struct xt_option_call *cb, unsigned int max) argument
402 xtopt_parse_tosmask(struct xt_option_call *cb) argument
429 xtopt_parse_markmask(struct xt_option_call *cb) argument
462 xtopt_parse_sysloglevel(struct xt_option_call *cb) argument
514 xtopt_parse_host(struct xt_option_call *cb) argument
587 xtopt_parse_protocol(struct xt_option_call *cb) argument
598 xtopt_parse_port(struct xt_option_call *cb) argument
615 xtopt_parse_mport(struct xt_option_call *cb) argument
674 xtopt_parse_plen(struct xt_option_call *cb) argument
694 xtopt_parse_plenmask(struct xt_option_call *cb) argument
725 xtopt_parse_hostmask(struct xt_option_call *cb) argument
752 xtopt_parse_ethermac(struct xt_option_call *cb) argument
805 xtables_option_parse(struct xt_option_call *cb) argument
902 struct xt_option_call cb; local
938 struct xt_option_call cb; local
1040 struct xt_fcheck_call cb; local
1061 struct xt_fcheck_call cb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c29 #define XTOPT_MKPTR(cb) \
30 ((void *)((char *)(cb)->data + (cb)->entry->ptroff))
172 static void xtopt_parse_int(struct xt_option_call *cb) argument
174 const struct xt_option_entry *entry = cb->entry;
178 if (cb->entry->min != 0)
179 lmin = cb->entry->min;
180 if (cb->entry->max != 0)
181 lmax = cb->entry->max;
183 if (!xtables_strtoul(cb
211 xtopt_parse_float(struct xt_option_call *cb) argument
234 xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value) argument
253 xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap, uintmax_t value) argument
282 xtopt_parse_mint(struct xt_option_call *cb) argument
331 xtopt_parse_string(struct xt_option_call *cb) argument
373 tos_parse_numeric(const char *str, struct xt_option_call *cb, unsigned int max) argument
402 xtopt_parse_tosmask(struct xt_option_call *cb) argument
429 xtopt_parse_markmask(struct xt_option_call *cb) argument
462 xtopt_parse_sysloglevel(struct xt_option_call *cb) argument
514 xtopt_parse_host(struct xt_option_call *cb) argument
587 xtopt_parse_protocol(struct xt_option_call *cb) argument
598 xtopt_parse_port(struct xt_option_call *cb) argument
615 xtopt_parse_mport(struct xt_option_call *cb) argument
674 xtopt_parse_plen(struct xt_option_call *cb) argument
694 xtopt_parse_plenmask(struct xt_option_call *cb) argument
725 xtopt_parse_hostmask(struct xt_option_call *cb) argument
752 xtopt_parse_ethermac(struct xt_option_call *cb) argument
805 xtables_option_parse(struct xt_option_call *cb) argument
896 struct xt_option_call cb; local
932 struct xt_option_call cb; local
1034 struct xt_fcheck_call cb; local
1055 struct xt_fcheck_call cb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_depr.c70 BN_GENCB cb; local
76 BN_GENCB_set_old(&cb, callback, cb_arg);
78 if(DH_generate_parameters_ex(ret, prime_len, generator, &cb))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_depr.c69 BN_GENCB cb; local
75 BN_GENCB_set_old(&cb, callback, cb_arg);
77 if (DH_generate_parameters_ex(ret, prime_len, generator, &cb))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_depr.c69 BN_GENCB cb; local
75 BN_GENCB_set_old(&cb, callback, cb_arg);
77 if (DH_generate_parameters_ex(ret, prime_len, generator, &cb))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_depr.c72 BN_GENCB cb; local
76 BN_GENCB_set_old(&cb, callback, cb_arg);
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
97 BN_GENCB cb; local
98 BN_GENCB_set_old(&cb, callback, cb_arg);
99 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
107 BN_GENCB cb; local
108 BN_GENCB_set_old(&cb, callback, cb_arg);
110 do_trial_division, &cb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_depr.c74 BN_GENCB cb; local
78 BN_GENCB_set_old(&cb, callback, cb_arg);
85 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
100 BN_GENCB cb; local
101 BN_GENCB_set_old(&cb, callback, cb_arg);
102 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
110 BN_GENCB cb; local
111 BN_GENCB_set_old(&cb, callback, cb_arg);
113 do_trial_division, &cb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_depr.c74 BN_GENCB cb; local
78 BN_GENCB_set_old(&cb, callback, cb_arg);
85 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
100 BN_GENCB cb; local
101 BN_GENCB_set_old(&cb, callback, cb_arg);
102 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
110 BN_GENCB cb; local
111 BN_GENCB_set_old(&cb, callback, cb_arg);
113 do_trial_division, &cb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dcompression.c114 struct compressed_bio *cb,
123 u32 *cb_sum = &cb->sums;
128 for (i = 0; i < cb->nr_pages; i++) {
129 page = cb->compressed_pages[i];
142 csum, *cb_sum, cb->mirror_num);
167 struct compressed_bio *cb = bio->bi_private; local
174 cb->errors = 1;
179 if (!atomic_dec_and_test(&cb->pending_bios))
182 inode = cb->inode;
183 ret = check_compressed_csum(inode, cb, (u6
113 check_compressed_csum(struct inode *inode, struct compressed_bio *cb, u64 disk_start) argument
279 struct compressed_bio *cb = bio->bi_private; local
343 struct compressed_bio *cb; local
435 add_ra_bio_pages(struct inode *inode, u64 compressed_end, struct compressed_bio *cb) argument
563 struct compressed_bio *cb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_length.c23 static void length_parse(struct xt_option_call *cb) argument
25 struct xt_length_info *info = cb->data;
27 xtables_option_parse(cb);
28 info->min = cb->val.u16_range[0];
29 info->max = cb->val.u16_range[0];
30 if (cb->nvals >= 2)
31 info->max = cb->val.u16_range[1];
32 if (cb->invert)
H A Dlibxt_devgroup.c45 static void devgroup_parse(struct xt_option_call *cb) argument
47 struct xt_devgroup_info *info = cb->data;
51 xtables_option_parse(cb);
52 switch (cb->entry->id) {
54 info->src_group = strtoul(cb->arg, &end, 0);
55 if (end != cb->arg && (*end == '/' || *end == '\0')) {
60 if (*end != '\0' || end == cb->arg)
63 cb->arg);
65 id = xtables_lmap_name2id(devgroups, cb->arg);
69 cb
154 devgroup_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_AUDIT.c30 static void audit_parse(struct xt_option_call *cb) argument
32 struct xt_audit_info *einfo = cb->data;
34 xtables_option_parse(cb);
35 if (strcasecmp(cb->arg, "accept") == 0)
37 else if (strcasecmp(cb->arg, "drop") == 0)
39 else if (strcasecmp(cb->arg, "reject") == 0)
43 "Bad action type value \"%s\"", cb->arg);
H A Dlibxt_tcpmss.c23 static void tcpmss_parse(struct xt_option_call *cb) argument
25 struct xt_tcpmss_match_info *mssinfo = cb->data;
27 xtables_option_parse(cb);
28 mssinfo->mss_min = cb->val.u16_range[0];
30 if (cb->nvals == 2)
31 mssinfo->mss_max = cb->val.u16_range[1];
32 if (cb->invert)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dfds.h15 void (*cb)(void *data); member in struct:fds_item
21 int register_fd(int fd, void (*cb)(void *data), void *data, struct fds *fds);
H A Dprocess.h17 void (*cb)(void *data); member in struct:child_process
21 int fork_process_new(int type, int flags, void (*cb)(void *data), void *data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A D8255.h30 int (*cb) (int, int, int, unsigned long),
33 int (*cb) (int, int, int, unsigned long),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Devent_compat.h176 #define evtimer_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg))
177 #define evsignal_set(ev, x, cb, arg) \
178 event_set((ev), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))
189 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg))
203 #define signal_set(ev, x, cb, arg) \
204 event_set((ev), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_length.c23 static void length_parse(struct xt_option_call *cb) argument
25 struct xt_length_info *info = cb->data;
27 xtables_option_parse(cb);
28 info->min = cb->val.u16_range[0];
29 info->max = cb->val.u16_range[0];
30 if (cb->nvals >= 2)
31 info->max = cb->val.u16_range[1];
32 if (cb->invert)
H A Dlibxt_devgroup.c45 static void devgroup_parse(struct xt_option_call *cb) argument
47 struct xt_devgroup_info *info = cb->data;
51 xtables_option_parse(cb);
52 switch (cb->entry->id) {
54 info->src_group = strtoul(cb->arg, &end, 0);
55 if (end != cb->arg && (*end == '/' || *end == '\0')) {
60 if (*end != '\0' || end == cb->arg)
63 cb->arg);
65 id = xtables_lmap_name2id(devgroups, cb->arg);
69 cb
154 devgroup_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_AUDIT.c30 static void audit_parse(struct xt_option_call *cb) argument
32 struct xt_audit_info *einfo = cb->data;
34 xtables_option_parse(cb);
35 if (strcasecmp(cb->arg, "accept") == 0)
37 else if (strcasecmp(cb->arg, "drop") == 0)
39 else if (strcasecmp(cb->arg, "reject") == 0)
43 "Bad action type value \"%s\"", cb->arg);
H A Dlibxt_tcpmss.c23 static void tcpmss_parse(struct xt_option_call *cb) argument
25 struct xt_tcpmss_match_info *mssinfo = cb->data;
27 xtables_option_parse(cb);
28 mssinfo->mss_min = cb->val.u16_range[0];
30 if (cb->nvals == 2)
31 mssinfo->mss_max = cb->val.u16_range[1];
32 if (cb->invert)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_pk8.c71 char *kstr, int klen, pem_password_cb *cb, void *u);
74 char *kstr, int klen, pem_password_cb *cb, void *u);
85 pem_password_cb *cb, void *u)
87 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
92 pem_password_cb *cb, void *u)
94 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
99 pem_password_cb *cb, void *u)
101 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
106 pem_password_cb *cb, void *u)
108 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb,
83 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
90 PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
97 i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
104 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
111 do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
159 d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
197 i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
203 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
210 PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
217 PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
224 do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
239 d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_pk8.c72 pem_password_cb *cb, void *u);
76 pem_password_cb *cb, void *u);
86 pem_password_cb *cb, void *u)
88 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
93 pem_password_cb *cb, void *u)
95 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
100 pem_password_cb *cb, void *u)
102 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
107 pem_password_cb *cb, void *u)
109 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb,
84 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
91 PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
98 i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
105 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
112 do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
152 d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
183 i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
190 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
197 PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
204 PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
210 do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
225 d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_pk8.c71 char *kstr, int klen, pem_password_cb *cb, void *u);
74 char *kstr, int klen, pem_password_cb *cb, void *u);
85 pem_password_cb *cb, void *u)
87 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
92 pem_password_cb *cb, void *u)
94 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
99 pem_password_cb *cb, void *u)
101 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
106 pem_password_cb *cb, void *u)
108 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb,
83 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
90 PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
97 i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
104 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
111 do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
159 d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
197 i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
203 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
210 PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
217 PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
224 do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
239 d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
[all...]

Completed in 300 milliseconds

1234567891011>>