Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dboot.c47 static int autoboot_tried; variable
164 if ((autoboot_tried == 0) && ((cp == NULL) || strcasecmp(cp, "NO"))) in autoboot_maybe()
177 autoboot_tried = 1; in autoboot()