Searched refs:bi_boot2opts (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/stand/mips/beri/loader/
H A Dexec.c108 bootinfo.bi_boot2opts = boot2_bootinfo.bi_boot2opts;
H A Dmain.c121 if (bootinfop->bi_boot2opts & RB_MULTIPLE) {
122 if (bootinfop->bi_boot2opts & RB_SERIAL)
126 } else if (bootinfop->bi_boot2opts & RB_SERIAL)
128 else if (bootinfop->bi_boot2opts & RB_MUTE)
/freebsd-11-stable/sys/mips/include/
H A Dbootinfo.h61 uint64_t bi_boot2opts; /* boot2 flags to loader. */ member in struct:bootinfo
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c285 bootinfo.bi_boot2opts = opts & RBX_MASK;

Completed in 138 milliseconds