Searched refs:eb (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/
H A Dtest-mem.c35 unsigned char *eb, size[2]; local
50 exif_data_save_data (ed, &eb, &ebs);
58 for (i = 0; i < ebs && exif_loader_write (loader, eb + i, 1); i++);
60 free (eb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/econet/
H A Daf_econet.c224 struct ec_cb *eb; local
233 eb = (struct ec_cb *)&skb->cb;
234 sec = (struct sockaddr_ec *)&eb->sec;
253 struct ec_cb *eb = (struct ec_cb *)&skb->cb; local
254 tx_result(skb->sk, eb->cookie, result);
274 struct ec_cb *eb; local
350 eb = (struct ec_cb *)&skb->cb;
353 eb->cookie = saddr->cookie;
354 eb->sec = *saddr;
355 eb
795 struct ec_cb *eb = (struct ec_cb *)&skb->cb; local
892 struct ec_cb *eb; local
978 struct ec_cb *eb = (struct ec_cb *)&skb->cb; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c246 static void edge_buf_free(struct edge_buf *eb);
247 static void edge_buf_clear(struct edge_buf *eb);
248 static unsigned int edge_buf_data_avail(struct edge_buf *eb);
249 static unsigned int edge_buf_space_avail(struct edge_buf *eb);
250 static unsigned int edge_buf_put(struct edge_buf *eb, const char *buf,
252 static unsigned int edge_buf_get(struct edge_buf *eb, char *buf,
2803 struct edge_buf *eb; local
2809 eb = kmalloc(sizeof(struct edge_buf), GFP_KERNEL);
2810 if (eb == NULL)
2813 eb
2832 edge_buf_free(struct edge_buf *eb) argument
2847 edge_buf_clear(struct edge_buf *eb) argument
2862 edge_buf_data_avail(struct edge_buf *eb) argument
2878 edge_buf_space_avail(struct edge_buf *eb) argument
2896 edge_buf_put(struct edge_buf *eb, const char *buf, unsigned int count) argument
2938 edge_buf_get(struct edge_buf *eb, char *buf, unsigned int count) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c148 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; local
159 path->p_node[index].el = &eb->h_list;
297 struct ocfs2_extent_block *eb; local
315 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
316 el = &eb->h_list;
347 struct ocfs2_extent_block *eb; local
382 eb = (struct ocfs2_extent_block *) bhs[i]->b_data;
384 strcpy(eb->h_signature, OCFS2_EXTENT_BLOCK_SIGNATURE);
385 eb->h_blkno = cpu_to_le64(first_blkno);
386 eb
472 struct ocfs2_extent_block *eb; local
648 struct ocfs2_extent_block *eb; local
756 struct ocfs2_extent_block *eb; local
1027 struct ocfs2_extent_block *eb; local
1149 struct ocfs2_extent_block *eb =(struct ocfs2_extent_block *)bh->b_data; local
2185 struct ocfs2_extent_block *eb; local
2946 struct ocfs2_extent_block *eb; local
3198 struct ocfs2_extent_block *eb = local
3763 struct ocfs2_extent_block *eb; local
[all...]
H A Dextent_map.c328 struct ocfs2_extent_block *eb, *next_eb; local
333 eb = (struct ocfs2_extent_block *)eb_bh->b_data;
339 if (le64_to_cpu(eb->h_next_leaf_blk) == 0ULL)
343 le64_to_cpu(eb->h_next_leaf_blk),
420 struct ocfs2_extent_block *eb; local
447 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
448 el = &eb->h_list;
H A Dsuballoc.h96 struct ocfs2_extent_block *eb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_drv.c411 if (pbci->eb)
571 if (psp->bc && pbci->eb && pbci->bsi == 0) {
689 if (pbci->eb && pbci->bsi > 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c366 struct sg_el *eb = &escb->eb[k]; local
369 memset(eb, 0, sizeof(*eb));
370 eb->bus_addr = cpu_to_le64(((u64) edb->dma_handle));
371 eb->size = cpu_to_le32(((u32) edb->size));
H A Daic94xx_scb.c385 struct sg_el *eb = &escb->eb[edb_id]; local
389 eb->flags |= ELEMENT_NOT_VALID;
405 escb->eb[i].flags = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dbtext.c487 unsigned long *eb = expand_bits_16; local
492 base[0] = (eb[bits >> 6] & fg) ^ bg;
493 base[1] = (eb[(bits >> 4) & 3] & fg) ^ bg;
494 base[2] = (eb[(bits >> 2) & 3] & fg) ^ bg;
495 base[3] = (eb[bits & 3] & fg) ^ bg;
506 unsigned long *eb = expand_bits_8; local
511 base[0] = (eb[bits >> 4] & fg) ^ bg;
512 base[1] = (eb[bits & 0xf] & fg) ^ bg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dbtext.c540 unsigned int *eb = (int *)expand_bits_16; local
545 base[0] = (eb[bits >> 6] & fg) ^ bg;
546 base[1] = (eb[(bits >> 4) & 3] & fg) ^ bg;
547 base[2] = (eb[(bits >> 2) & 3] & fg) ^ bg;
548 base[3] = (eb[bits & 3] & fg) ^ bg;
558 unsigned int *eb = (int *)expand_bits_8; local
563 base[0] = (eb[bits >> 4] & fg) ^ bg;
564 base[1] = (eb[bits & 0xf] & fg) ^ bg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/conftools/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dconfig.sub285 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
369 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1193 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfig.sub285 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
369 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1193 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfig.sub260 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
332 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1043 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfig.sub279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1125 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dconfig.sub279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1125 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfig.sub260 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
332 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1043 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/build-aux/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)

Completed in 389 milliseconds

12