Searched refs:bootdelay (Results 1 – 1 of 1) sorted by relevance
353 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() argument425 if (bootdelay >= 0) { in abortboot()458 int bootdelay; in bootdelay_process() local471 bootdelay = ofnode_conf_read_int("bootdelay", bootdelay); in bootdelay_process()476 bootdelay = menu_show(bootdelay); in bootdelay_process()[all …]
Completed in 7 milliseconds