Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dboot.c46 static int autoboot_tried; variable
167 if ((autoboot_tried == 0) && ((cp == NULL) || strcasecmp(cp, "NO"))) in autoboot_maybe()
182 autoboot_tried = 1; in autoboot()