Searched refs:ele (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr023/
H A Dq.c44 struct sh_le *ele = SH_LIST_FIRST(l, sh_le); local
48 while (ele != NULL) {
49 buf[i] = ele->content;
50 ele = SH_LIST_NEXT(ele, sh_les, sh_le);
51 if (ele != NULL)
66 struct sh_le *ele = NULL, *last_ele = (struct sh_le*)-1; local
73 last_ele = ele;
74 ele = calloc(1, sizeof(struct sh_le));
75 ele
91 struct sh_le *ele = SH_LIST_FIRST(l, sh_le); local
104 struct sh_le *ele = SH_LIST_FIRST(l, sh_le); local
124 struct sh_le *ele = SH_LIST_FIRST(l, sh_le); local
141 struct sh_le *ele = calloc(1, sizeof(struct sh_le)); local
154 struct sh_le *ele = NULL; local
180 struct sh_le *ele = NULL; local
202 struct sh_le *ele = NULL; local
222 struct sh_le *ele = NULL; local
238 struct sh_le *ele = NULL, *lele = NULL; local
326 struct sh_te *ele = SH_TAILQ_FIRST(l, sh_te); local
348 struct sh_te *ele = NULL, *last_ele = (struct sh_te*)-1; local
374 struct sh_te *ele = SH_TAILQ_FIRST(l, sh_te); local
388 struct sh_te *ele = SH_TAILQ_FIRST(l, sh_te); local
409 struct sh_te *ele = SH_TAILQ_FIRST(l, sh_te); local
427 struct sh_te *ele = calloc(1, sizeof(struct sh_te)); local
440 struct sh_te *ele = 0; local
453 struct sh_te *ele = NULL; local
477 struct sh_te *ele = NULL; local
499 struct sh_te *ele = NULL; local
514 struct sh_te *ele = NULL, *lele = NULL; local
611 struct sh_te *ele = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dchan_kern.c178 struct list_head *ele; local
182 list_for_each(ele, chans){
183 chan = list_entry(ele, struct chan, list);
193 struct list_head *ele; local
196 list_for_each(ele, chans){
197 chan = list_entry(ele, struct chan, list);
207 struct list_head *ele; local
210 list_for_each(ele, &line->chan_list){
211 chan = list_entry(ele, struct chan, list);
236 struct list_head *ele; local
296 struct list_head *ele; local
309 struct list_head *ele; local
323 struct list_head *ele; local
343 struct list_head *ele; local
372 struct list_head *ele; local
402 struct list_head *ele, *next; local
460 struct list_head *ele; local
613 struct list_head *ele; local
627 struct list_head *ele, *next; local
[all...]
H A Dport_kern.c138 struct list_head *ele; local
142 list_for_each(ele, &ports){
143 port = list_entry(ele, struct port_list, list);
166 struct list_head *ele; local
172 list_for_each(ele, &ports){
173 port = list_entry(ele, struct port_list, list);
297 struct list_head *ele; local
300 list_for_each(ele, &ports){
301 port = list_entry(ele, struct port_list, list);
H A Dnet_kern.c493 struct list_head *ele; local
496 list_for_each(ele, &devices){
497 device = list_entry(ele, struct uml_net, list);
576 struct list_head *ele, *next; local
587 list_for_each_safe(ele, next, &eth_cmd_line){
588 eth = list_entry(ele, struct eth_init, list);
603 struct list_head *ele; local
610 list_for_each(ele, &transports){
611 transport = list_entry(ele, struct transport, list);
763 struct list_head *ele; local
796 struct list_head *ele; local
[all...]
H A Dline.c819 struct list_head *ele; local
824 list_for_each(ele, &winch_handlers){
825 winch = list_entry(ele, struct winch, list);
836 struct list_head *ele, *next; local
841 list_for_each_safe(ele, next, &winch_handlers){
842 winch = list_entry(ele, struct winch, list);
H A Dmconsole_kern.c271 struct list_head *ele; local
274 list_for_each(ele, &mconsole_devices){
275 dev = list_entry(ele, struct mc_device, list);
568 struct list_head *ele; local
583 list_for_each(ele, &clients){
586 entry = list_entry(ele, struct mconsole_output, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A DjScrollPane.js472 function appendArrows(ele, p, a1, a2)
490 ele[p1](a1)[p2](a2);
493 function getArrowScroll(dirX, dirY, ele)
497 arrowScroll(dirX, dirY, this, ele);
503 function arrowScroll(dirX, dirY, arrow, ele)
524 eve = ele ? 'mouseout.jsp' : 'mouseup.jsp';
525 ele = ele || $('html');
526 ele.bind(
533 ele
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A DjScrollPane.js472 function appendArrows(ele, p, a1, a2)
490 ele[p1](a1)[p2](a2);
493 function getArrowScroll(dirX, dirY, ele)
497 arrowScroll(dirX, dirY, this, ele);
503 function arrowScroll(dirX, dirY, arrow, ele)
524 eve = ele ? 'mouseout.jsp' : 'mouseup.jsp';
525 ele = ele || $('html');
526 ele.bind(
533 ele
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/platform-iss/
H A Dnetwork.c374 struct list_head *ele; local
379 list_for_each(ele, &opened) {
382 lp = list_entry(ele, struct iss_net_private, opened_list);
675 struct list_head *ele; local
695 list_for_each(ele, &devices) {
696 device = list_entry(ele, struct iss_net_private, device_list);
731 struct list_head *ele, *next; local
735 list_for_each_safe(ele, next, &eth_cmd_line) {
737 eth = list_entry(ele, struct iss_net_init, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hppfs/
H A Dhppfs_kern.c353 struct list_head *ele, *next; local
357 list_for_each_safe(ele, next, &head->list){
358 data = list_entry(ele, struct hppfs_data, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.sub1078 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dconfig.sub1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfig.sub1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/conftools/
H A Dconfig.sub1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dconfig.sub1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfig.sub1067 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dconfig.sub1048 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
H A Dconfig_arm.sub1048 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfig.sub1193 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.sub1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfig.sub1120 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfig.sub1216 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfig.sub1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dconfig.sub1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)

Completed in 169 milliseconds

12