Searched refs:bi_size (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/mips/include/
H A Dbootinfo.h60 uint32_t bi_size; member in struct:bootinfo
/freebsd-12-stable/sys/i386/include/
H A Dbootinfo.h58 u_int32_t bi_size; member in struct:bootinfo
/freebsd-12-stable/stand/mips/beri/loader/
H A Dexec.c107 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-12-stable/stand/i386/libi386/
H A Dbootinfo32.c261 bi.bi_size = sizeof(bi);
/freebsd-12-stable/stand/i386/loader/
H A Dmain.c58 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE);
/freebsd-12-stable/stand/userboot/userboot/
H A Dbootinfo32.c245 bi.bi_size = sizeof(bi);
/freebsd-12-stable/stand/i386/isoboot/
H A Disoboot.c242 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-12-stable/stand/mips/beri/boot2/
H A Dboot2.c221 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-12-stable/sys/i386/i386/
H A Dgenassym.c203 ASSYM(BI_SIZE, offsetof(struct bootinfo, bi_size));
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c216 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptboot.c291 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsboot.c769 bootinfo.bi_size = sizeof(bootinfo);

Completed in 158 milliseconds