Searched refs:cb (Results 426 - 450 of 605) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h219 pktpool_cb_t cb; member in struct:__anon3192
291 extern int pktpool_avail_notify_exclusive(osl_t *osh, pktpool_t *pktp, pktpool_cb_t cb);
292 extern int pktpool_avail_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
293 extern int pktpool_empty_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
305 extern int pktpool_dbg_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.c147 /* static int add_cmp(ADDED_OBJ *ca, ADDED_OBJ *cb) */
153 ADDED_OBJ *cb = (ADDED_OBJ *)cb_void; local
155 i=ca->type-cb->type;
158 b=cb->obj;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvdsubdec.c32 int i, y, cb, cr; local
37 cb = *ycbcr++;
39 YUV_TO_RGB1_CCIR(cb, cr);
H A Dvorbis_dec.c226 uint_fast16_t cb; local
239 for(cb=0;cb<vc->codebook_count;++cb) {
240 vorbis_codebook *codebook_setup=&vc->codebooks[cb];
245 AV_DEBUG(" %d. Codebook \n", cb);
248 av_log(vc->avccontext, AV_LOG_ERROR, " %"PRIdFAST16". Codebook setup data corrupt. \n", cb);
254 av_log(vc->avccontext, AV_LOG_ERROR, " %"PRIdFAST16". Codebook's dimension is invalid (%d). \n", cb, codebook_setup->dimensions);
259 av_log(vc->avccontext, AV_LOG_ERROR, " %"PRIdFAST16". Codebook has too many entries (%"PRIdFAST32"). \n", cb, entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia_pp.c45 static int cpia_pp_registerCallback(void *privdata, void (*cb) (void *cbdata),
668 static int cpia_pp_registerCallback(void *privdata, void (*cb)(void *cbdata), void *cbdata)
674 cam->cb_func = cb;
H A Dcpia.h59 /* Registers callback function cb to be called with cbdata
60 * when an image is ready. If cb is NULL, only single image grabs
61 * should be used. cb should immediately call streamRead to read
65 int (*registerCallback)(void *privdata, void (*cb)(void *cbdata),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.c148 /* static int add_cmp(ADDED_OBJ *ca, ADDED_OBJ *cb) */
154 const ADDED_OBJ *cb = (const ADDED_OBJ *)cb_void; local
156 i=ca->type-cb->type;
159 b=cb->obj;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dwme.c162 (struct ieee80211_tx_packet_data *) skb->cb;
214 (struct ieee80211_tx_packet_data *) skb->cb;
272 (struct ieee80211_tx_packet_data *) skb->cb;
H A Dieee80211.c1090 pkt_data = (struct ieee80211_tx_packet_data *)tx->skb->cb;
1184 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
1449 * copy control out of the skb so other people can use skb->cb
1451 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
1616 * use skb->cb as an extra space for 802.11 header
1655 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
1716 pkt_data = (struct ieee80211_tx_packet_data *) skb->cb;
2705 memset(skb->cb, 0, sizeof(skb->cb));
2845 memset(skb->cb,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_police.c64 static int tcf_act_police_walker(struct sk_buff *skb, struct netlink_callback *cb, argument
73 s_i = cb->args[0];
102 cb->args[0] += n_i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000_isa.c391 act2000_isa_download(act2000_card * card, act2000_ddef __user * cb) argument
405 if (copy_from_user(&cblock, cb, sizeof(cblock)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c284 int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
310 i=(*cb)(name,sock, context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn.h427 * and put it always at the private skb->cb data array. A few macros help
435 #define ISDN_AUDIO_SKB_DLECOUNT(skb) (((isdn_audio_data_t *)&skb->cb[0])->dle_count)
436 #define ISDN_AUDIO_SKB_LOCK(skb) (((isdn_audio_data_t *)&skb->cb[0])->lock)
H A Dif_vlan.h165 #define VLAN_TX_SKB_CB(__skb) ((struct vlan_skb_tx_cookie *)&((__skb)->cb[0]))
289 * Puts the VLAN tag in @skb->cb[] and lets the device do the rest
342 * __vlan_hwaccel_get_tag - get the VLAN ID that is in @skb->cb[]
346 * Returns error if @skb->cb[] is not set correctly
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h112 ctf_detach_cb_t cb, void *arg);
238 ctf_detach_cb_t cb, void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c176 memset(skb->cb, 0, sizeof(skb->cb));
1080 memset(skb->cb, 0, sizeof(skb->cb));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan.c595 ach_t cb; local
605 obram_read(ioaddr, OFFSET_CU, (unsigned char *) &cb,
606 sizeof(cb));
607 if (cb.ac_status & AC_SFLD_C)
614 if (i <= 0 || !(cb.ac_status & AC_SFLD_OK)) {
617 dev->name, str, cb.ac_status);
3340 ach_t cb; /* Action command header */ local
3357 * scp, iscp, scb, cb.
3424 memset(&cb, 0x00, sizeof(cb));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h164 struct netlink_callback *cb);
H A Dllc_c_ev.h125 return (struct llc_conn_state_ev *)skb->cb;
H A Droute.h126 extern int ip_rt_dump(struct sk_buff *skb, struct netlink_callback *cb);
H A Dx25.h295 #define X25_SKB_CB(s) ((struct x25_skb_cb *) ((s)->cb))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dulpqueue.c683 cevent = (struct sctp_ulpevent *) pos->cb;
726 cevent = (struct sctp_ulpevent *) pos->cb;
743 cevent = (struct sctp_ulpevent *) pos->cb;
812 cevent = (struct sctp_ulpevent *) pos->cb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditfilter.c1616 static int audit_filter_user_rules(struct netlink_skb_parms *cb, argument
1628 result = audit_comparator(cb->creds.pid, f->op, f->val);
1631 result = audit_comparator(cb->creds.uid, f->op, f->val);
1634 result = audit_comparator(cb->creds.gid, f->op, f->val);
1637 result = audit_comparator(cb->loginuid, f->op, f->val);
1651 int audit_filter_user(struct netlink_skb_parms *cb, int type) argument
1659 if (audit_filter_user_rules(cb, &e->rule, &state)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c635 static int xfrm_dump_sa(struct sk_buff *skb, struct netlink_callback *cb) argument
639 info.in_skb = cb->skb;
641 info.nlmsg_seq = cb->nlh->nlmsg_seq;
644 info.start_idx = cb->args[0];
646 cb->args[0] = info.this_idx;
1295 static int xfrm_dump_policy(struct sk_buff *skb, struct netlink_callback *cb) argument
1299 info.in_skb = cb->skb;
1301 info.nlmsg_seq = cb->nlh->nlmsg_seq;
1304 info.start_idx = cb->args[0];
1309 cb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbntest.c1653 BN_GENCB cb; local
1665 BN_GENCB_set(&cb, genprime_cb, NULL);
1676 if (!BN_generate_prime_ex(b, 512, 0, NULL, NULL, &cb)) goto err;
1744 BN_GENCB cb; local
1754 BN_GENCB_set(&cb, genprime_cb, NULL);
1769 if (!BN_generate_prime_ex(p, 256, 0, a, r, &cb)) goto err;

Completed in 211 milliseconds

<<11121314151617181920>>