Home
last modified time | relevance | path

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

/freebsd/stand/i386/loader/
H A Dmain.c60 static uint32_t initial_howto; variable
111 initial_howto = kargs->howto; in main()
162 bi_setboothowto(initial_howto); in main()
163 if (initial_howto & RB_MULTIPLE) { in main()
164 if (initial_howto & RB_SERIAL) in main()
168 } else if (initial_howto & RB_SERIAL) { in main()
170 } else if (initial_howto & RB_MUTE) { in main()