Searched refs:nest (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dipaq-flash.c149 static int nest = 0; local
153 nest++;
155 nest--;
156 if (nest)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dunifdef.c209 static void nest(void);
359 static void Fdrop (void) { nest(); Dfalse(); }
360 static void Fpass (void) { nest(); Pelif(); }
361 static void Ftrue (void) { nest(); Strue(); }
362 static void Ffalse(void) { nest(); Sfalse(); }
459 nest(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netlink/
H A Dgenetlink.c398 struct nlattr *nest; local
400 nest = nla_nest_start(skb, idx++);
401 if (nest == NULL)
407 nla_nest_end(skb, nest);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Doption.c216 static void one_file(struct daemon *daemon, char *file, int nest);
343 static char *one_opt(struct daemon *daemon, int option, char *arg, char *problem, int nest) argument
367 one_file(daemon, file, nest);
406 one_file(daemon, path, nest + 1);
1718 static void one_file(struct daemon *daemon, char *file, int nest) argument
1724 if (nest > 20)
1729 if (errno == ENOENT && nest == 0)
1809 if ((errmess = one_opt(daemon, option, arg, _("error"), nest + 1)))
1823 int option, nest = 0; local
1887 nest
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c1607 struct nlattr *nest; local
1609 nest = nla_nest_start(skb, NDTA_PARMS);
1610 if (nest == NULL)
1632 return nla_nest_end(skb, nest);
1635 return nla_nest_cancel(skb, nest);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex182 % FIXME/TODO: LaTeX cannot nest enumerate that deeply, so I have to use

Completed in 111 milliseconds