Home
last modified time | relevance | path

Searched refs:bootdelay (Results 1 – 1 of 1) sorted by relevance

/common/
A Dautoboot.c353 uint64_t etime = endtick(bootdelay); in abortboot_key_sequence()
362 printf(CONFIG_AUTOBOOT_PROMPT, bootdelay); in abortboot_key_sequence()
395 while ((bootdelay > 0) && (!abort)) { in abortboot_single_key()
396 --bootdelay; in abortboot_single_key()
404 bootdelay = 0; /* no more delay */ in abortboot_single_key()
421 static int abortboot(int bootdelay) in abortboot() argument
425 if (bootdelay >= 0) { in abortboot()
458 int bootdelay; in bootdelay_process() local
471 bootdelay = ofnode_conf_read_int("bootdelay", bootdelay); in bootdelay_process()
476 bootdelay = menu_show(bootdelay); in bootdelay_process()
[all …]

Completed in 7 milliseconds