Searched refs:SYMBOL_VALID (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dsymbol.c17 flags: SYMBOL_YES|SYMBOL_VALID,
21 flags: SYMBOL_MOD|SYMBOL_VALID,
25 flags: SYMBOL_NO|SYMBOL_VALID,
29 flags: SYMBOL_VALID,
160 if (sym->flags & SYMBOL_VALID)
186 sym->flags |= SYMBOL_VALID;
293 sym->flags &= ~SYMBOL_VALID;
H A Dconfdata.c92 sym->flags &= ~SYMBOL_VALID;
H A Dexpr.h119 #define SYMBOL_VALID 0x0080 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c18 .flags = SYMBOL_CONST|SYMBOL_VALID,
22 .flags = SYMBOL_CONST|SYMBOL_VALID,
26 .flags = SYMBOL_CONST|SYMBOL_VALID,
30 .flags = SYMBOL_VALID,
295 if (sym->flags & SYMBOL_VALID)
297 sym->flags |= SYMBOL_VALID;
418 sym->flags &= ~SYMBOL_VALID;
H A Dconfdata.c205 sym->flags &= ~(def_flags|SYMBOL_VALID);
388 sym->flags &= ~(SYMBOL_VALID|SYMBOL_DEF_USER);
963 csym->flags &= ~(SYMBOL_VALID);
983 csym->flags &= ~(SYMBOL_VALID);
H A Dexpr.h96 #define SYMBOL_VALID 0x0080 /* set when symbol.curr is calculated */ macro
H A Dgconf.c96 if (val & SYMBOL_VALID)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c18 .flags = SYMBOL_YES|SYMBOL_VALID,
22 .flags = SYMBOL_MOD|SYMBOL_VALID,
26 .flags = SYMBOL_NO|SYMBOL_VALID,
30 .flags = SYMBOL_VALID,
271 if (sym->flags & SYMBOL_VALID)
273 sym->flags |= SYMBOL_VALID;
377 sym->flags &= ~SYMBOL_VALID;
H A Dconfdata.c121 sym->flags &= ~SYMBOL_VALID;
312 sym->flags &= ~SYMBOL_VALID;
H A Dexpr.h89 #define SYMBOL_VALID 0x0080 macro
H A Dgconf.c133 if (val & SYMBOL_VALID)

Completed in 130 milliseconds