Searched refs:cb (Results 226 - 250 of 1266) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Denclosure.c125 struct enclosure_component_callbacks *cb)
133 BUG_ON(!cb);
142 edev->cb = cb;
184 edev->cb = &enclosure_null_callbacks;
412 if (edev->cb->get_fault)
413 edev->cb->get_fault(edev, ecomp);
425 if (edev->cb->set_fault)
426 edev->cb->set_fault(edev, ecomp, val);
436 if (edev->cb
124 enclosure_register(struct device *dev, const char *name, int components, struct enclosure_component_callbacks *cb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c172 * Pointers into the compressed data, i.e. the compression block (cb),
175 u8 *cb_end = cb_start + cb_size; /* End of cb. */
176 u8 *cb = cb_start; /* Current position in cb. */ local
177 u8 *cb_sb_start = cb; /* Beginning of the current sb in the cb. */
203 ntfs_debug("Beginning sub-block at offset = 0x%zx in the cb.",
204 cb - cb_start);
211 if (cb == cb_end || !le16_to_cpup((le16*)cb) ||
454 u8 *cb, *cb_pos, *cb_end; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dn_pkey.c107 int (*cb) (char *buf, int len, const char *prompt,
111 int (*cb) (char *buf, int len, const char *prompt,
114 return i2d_RSA_NET(a, pp, cb, 0);
118 int (*cb) (char *buf, int len, const char *prompt,
195 if (cb == NULL)
196 cb = EVP_read_pw_string;
197 i = cb((char *)buf, 256, "Enter Private Key password:", 1);
233 int (*cb) (char *buf, int len, const char *prompt,
236 return d2i_RSA_NET(a, pp, length, cb, 0);
240 int (*cb) (cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dn_pkey.c110 int (*cb)(char *buf, int len, const char *prompt,
115 int (*cb)(char *buf, int len, const char *prompt,
118 return i2d_RSA_NET(a, pp, cb, 0);
122 int (*cb)(char *buf, int len, const char *prompt, int verify),
198 if (cb == NULL)
199 cb=EVP_read_pw_string;
200 i=cb((char *)buf,256,"Enter Private Key password:",1);
234 int (*cb)(char *buf, int len, const char *prompt,
237 return d2i_RSA_NET(a, pp, length, cb, 0);
241 int (*cb)(cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dn_pkey.c107 int (*cb) (char *buf, int len, const char *prompt,
111 int (*cb) (char *buf, int len, const char *prompt,
114 return i2d_RSA_NET(a, pp, cb, 0);
118 int (*cb) (char *buf, int len, const char *prompt,
195 if (cb == NULL)
196 cb = EVP_read_pw_string;
197 i = cb((char *)buf, 256, "Enter Private Key password:", 1);
233 int (*cb) (char *buf, int len, const char *prompt,
236 return d2i_RSA_NET(a, pp, length, cb, 0);
240 int (*cb) (cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmessages.c736 struct messaging_callback *cb; local
738 for (cb = ctx->callbacks; cb; cb = cb->next) {
743 message_deregister(cb->msg_type);
768 struct messaging_callback *cb, *next; local
770 for (cb = ctx->callbacks; cb; cb
801 struct messaging_callback *cb; local
822 struct messaging_callback *cb, *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_pkttype.c77 static void pkttype_parse(struct xt_option_call *cb) argument
79 struct xt_pkttype_info *info = cb->data;
81 xtables_option_parse(cb);
82 parse_pkttype(cb->arg, info);
83 if (cb->invert)
H A Dlibxt_state.c66 static void state_parse(struct xt_option_call *cb) argument
68 struct xt_state_info *sinfo = cb->data;
70 xtables_option_parse(cb);
71 state_parse_states(cb->arg, sinfo);
72 if (cb->invert)
H A Dlibipt_DNAT.c151 static void DNAT_parse(struct xt_option_call *cb) argument
153 const struct ipt_entry *entry = cb->xt_entry;
154 struct ipt_natinfo *info = (void *)(*cb->target);
166 xtables_option_parse(cb);
167 switch (cb->entry->id) {
169 if (cb->xflags & F_X_TO_DEST) {
176 *cb->target = parse_to(cb->arg, portok, info);
178 if (cb->xflags & F_RANDOM)
180 cb
[all...]
H A Dlibipt_SNAT.c151 static void SNAT_parse(struct xt_option_call *cb) argument
153 const struct ipt_entry *entry = cb->xt_entry;
154 struct ipt_natinfo *info = (void *)(*cb->target);
166 xtables_option_parse(cb);
167 switch (cb->entry->id) {
169 if (cb->xflags & F_X_TO_SRC) {
176 *cb->target = parse_to(cb->arg, portok, info);
178 if (cb->xflags & F_RANDOM)
180 cb
[all...]
H A Dlibip6t_frag.c44 static void frag_parse(struct xt_option_call *cb) argument
46 struct ip6t_frag *fraginfo = cb->data;
48 xtables_option_parse(cb);
49 switch (cb->entry->id) {
51 if (cb->nvals == 1)
53 if (cb->invert)
66 if (cb->invert)
H A Dlibxt_limit.c91 static void limit_parse(struct xt_option_call *cb) argument
93 struct xt_rateinfo *r = cb->data;
95 xtables_option_parse(cb);
96 switch (cb->entry->id) {
98 if (!parse_rate(cb->arg, &r->avg))
100 "bad rate \"%s\"'", cb->arg);
103 if (cb->invert)
H A Dlibxt_recent.c85 static void recent_parse(struct xt_option_call *cb) argument
87 struct xt_recent_mtinfo *info = cb->data;
89 xtables_option_parse(cb);
90 switch (cb->entry->id) {
93 if (cb->invert)
98 if (cb->invert)
103 if (cb->invert)
108 if (cb->invert)
123 static void recent_check(struct xt_fcheck_call *cb) argument
125 if (!(cb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_filter.c90 dvb_filter_pes2ts_cb_t *cb, void *priv)
98 p2ts->cb=cb;
118 if ((ret=p2ts->cb(p2ts->priv, buf)))
134 return p2ts->cb(p2ts->priv, buf);
89 dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, dvb_filter_pes2ts_cb_t *cb, void *priv) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_pkttype.c77 static void pkttype_parse(struct xt_option_call *cb) argument
79 struct xt_pkttype_info *info = cb->data;
81 xtables_option_parse(cb);
82 parse_pkttype(cb->arg, info);
83 if (cb->invert)
H A Dlibxt_state.c66 static void state_parse(struct xt_option_call *cb) argument
68 struct xt_state_info *sinfo = cb->data;
70 xtables_option_parse(cb);
71 state_parse_states(cb->arg, sinfo);
72 if (cb->invert)
H A Dlibip6t_frag.c44 static void frag_parse(struct xt_option_call *cb) argument
46 struct ip6t_frag *fraginfo = cb->data;
48 xtables_option_parse(cb);
49 switch (cb->entry->id) {
51 if (cb->nvals == 1)
53 if (cb->invert)
66 if (cb->invert)
H A Dlibxt_limit.c86 static void limit_parse(struct xt_option_call *cb) argument
88 struct xt_rateinfo *r = cb->data;
90 xtables_option_parse(cb);
91 switch (cb->entry->id) {
93 if (!parse_rate(cb->arg, &r->avg))
95 "bad rate \"%s\"'", cb->arg);
98 if (cb->invert)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c177 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb) argument
179 for (; cb->name != NULL; ++cb)
180 if (strcmp(cb->name, cmd) == 0)
181 return cb->main;
185 int subcmd_main(int argc, char **argv, const struct subcommand *cb) argument
188 mainfunc_t f = subcmd_get(cmd, cb);
197 f = subcmd_get(*argv, cb);
205 for (; cb->name != NULL; ++cb)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dxshared.c177 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb) argument
179 for (; cb->name != NULL; ++cb)
180 if (strcmp(cb->name, cmd) == 0)
181 return cb->main;
185 int subcmd_main(int argc, char **argv, const struct subcommand *cb) argument
188 mainfunc_t f = subcmd_get(cmd, cb);
197 f = subcmd_get(*argv, cb);
205 for (; cb->name != NULL; ++cb)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dgendh.c87 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
93 BN_GENCB cb; local
106 BN_GENCB_set(&cb, dh_cb, bio_err);
204 || !DH_generate_parameters_ex(dh, num, g, &cb))
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) argument
235 BIO_write(cb->arg, &c, 1);
236 (void)BIO_flush(cb->arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcheckbox.cpp39 static void gtk_checkbox_toggled_callback(GtkWidget *widget, wxCheckBox *cb) argument
43 if (!cb->m_hasVMT) return;
47 if (cb->m_blockEvent) return;
49 wxCommandEvent event(wxEVT_COMMAND_CHECKBOX_CLICKED, cb->GetId());
50 event.SetInt(cb->GetValue());
51 event.SetEventObject(cb);
52 cb->GetEventHandler()->ProcessEvent(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dgendh.c87 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
93 BN_GENCB cb; local
106 BN_GENCB_set(&cb, dh_cb, bio_err);
204 || !DH_generate_parameters_ex(dh, num, g, &cb))
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) argument
235 BIO_write(cb->arg, &c, 1);
236 (void)BIO_flush(cb->arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dgendh.c85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
91 BN_GENCB cb; local
107 BN_GENCB_set(&cb, dh_cb, bio_err);
206 if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb))
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) argument
231 BIO_write(cb->arg,&c,1);
232 (void)BIO_flush(cb->arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.h692 #define RTMP_SET_PACKET_UP(_p, _prio) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+0] = _prio)
693 #define RTMP_GET_PACKET_UP(_p) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+0])
696 #define RTMP_SET_PACKET_FRAGMENTS(_p, _num) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+1] = _num)
697 #define RTMP_GET_PACKET_FRAGMENTS(_p) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+1])
702 #define RTMP_SET_PACKET_WCID(_p, _wdsidx) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+2] = _wdsidx)
703 #define RTMP_GET_PACKET_WCID(_p) ((u8)(RTPKT_TO_OSPKT(_p)->cb[CB_OFF+2]))
706 #define RTMP_SET_PACKET_SOURCE(_p, _pktsrc) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+3] = _pktsrc)
707 #define RTMP_GET_PACKET_SOURCE(_p) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+3])
710 #define RTMP_SET_PACKET_RTS(_p, _num) (RTPKT_TO_OSPKT(_p)->cb[CB_OFF+4] = _num)
711 #define RTMP_GET_PACKET_RTS(_p) (RTPKT_TO_OSPKT(_p)->cb[CB_OF
[all...]

Completed in 341 milliseconds

1234567891011>>