Searched refs:nvram_tuple (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/nvram/
H A Dnvram.c30 extern struct nvram_tuple *_nvram_realloc(struct nvram_tuple *t, const char *name,
32 extern void _nvram_free(struct nvram_tuple *t);
44 static struct nvram_tuple *BCMINITDATA(nvram_hash)[257];
45 static struct nvram_tuple *nvram_dead;
52 struct nvram_tuple *t, *next;
134 struct nvram_tuple *t;
156 struct nvram_tuple *t, *u, **prev;
192 struct nvram_tuple *t, **prev;
219 struct nvram_tuple *
[all...]
H A Dnvram_rw.c38 struct nvram_tuple *_nvram_realloc(struct nvram_tuple *t, const char *name, const char *value);
39 void _nvram_free(struct nvram_tuple *t);
319 struct nvram_tuple *
320 BCMINITFN(_nvram_realloc)(struct nvram_tuple *t, const char *name, const char *value)
322 if (!(t = MALLOC(NULL, sizeof(struct nvram_tuple) + strlen(name) + 1 +
340 BCMINITFN(_nvram_free)(struct nvram_tuple *t)
343 MFREE(NULL, t, sizeof(struct nvram_tuple) + strlen(t->name) + 1 +
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmnvram.h37 struct nvram_tuple { struct
40 struct nvram_tuple *next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Ddefaults.c35 struct nvram_tuple router_defaults[] = {
H A Dbroadcom.c155 extern struct nvram_tuple router_defaults[];
10964 struct nvram_tuple *t;
11368 struct nvram_tuple *t=NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Drc.c85 extern struct nvram_tuple router_defaults[];
962 struct nvram_tuple generic[] = {
970 struct nvram_tuple vlan[] = {
978 struct nvram_tuple *u = generic;
1350 struct nvram_tuple generic[] = {
1358 struct nvram_tuple vlan[] = {
1366 struct nvram_tuple dyna[] = {
1373 struct nvram_tuple generic_auto_bridge[] = {
1381 struct nvram_tuple vlan_auto_bridge[] = {
1390 struct nvram_tuple dyna_auto_bridg
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c303 struct nvram_tuple *
304 _nvram_realloc(struct nvram_tuple *t, const char *name, const char *value)
310 if (!(t = kmalloc(sizeof(struct nvram_tuple) + strlen(name) + 1, GFP_ATOMIC)))
331 _nvram_free(struct nvram_tuple *t)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/nvram/
H A Dnvram_linux.c241 extern struct nvram_tuple router_defaults[];

Completed in 101 milliseconds