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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/common/board/bcm947xx/src/
H A Dui_bcm947xx.c578 char *maxpartialboots = nvram_get(MAXPARTIALBOOTS); local
817 if (maxpartialboots && (atoi(maxpartialboots) > 0)) {
818 if (partialboots && (atoi(partialboots) > atoi(maxpartialboots))) {
821 " (maxpartialboots exceeded)\n", i);

Completed in 161 milliseconds