Searched refs:bootflags (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndsoc.c137 if ((val = nvram_get("bootflags")) != NULL) {
138 int bootflags; local
140 bootflags = simple_strtol(val, NULL, 0);
142 bootflags = atoi(val);
144 if (bootflags & FLASH_KERNEL_NFLASH)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c219 int bootflags = 0; local
226 bootflags = FLASH_BOOT_NFLASH | FLASH_KERNEL_NFLASH;
228 else if ((val = nvram_get("bootflags"))) {
229 bootflags = simple_strtol(val, NULL, 0);
230 bootflags &= FLASH_KERNEL_NFLASH;
234 return bootflags;
239 int bootflags; local
242 bootflags = boot_flags();
245 if ((bootflags & (FLASH_BOOT_NFLASH | FLASH_KERNEL_NFLASH)) ==
250 if ((bootflags
468 int bootflags; local
635 int bootflags; local
[all...]

Completed in 100 milliseconds