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

/freebsd-13-stable/sys/mips/include/
H A Dbootinfo.h60 uint32_t bi_size; member in struct:bootinfo
/freebsd-13-stable/sys/i386/include/
H A Dbootinfo.h58 u_int32_t bi_size; member in struct:bootinfo
/freebsd-13-stable/stand/mips/beri/loader/
H A Dexec.c107 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h104 #define BIO_BI_SIZE(bio) (bio)->bi_iter.bi_size
112 #define BIO_BI_SIZE(bio) (bio)->bi_size
/freebsd-13-stable/stand/i386/libi386/
H A Dbootinfo32.c264 bi.bi_size = sizeof(bi);
/freebsd-13-stable/stand/userboot/userboot/
H A Dbootinfo32.c245 bi.bi_size = sizeof(bi);
/freebsd-13-stable/stand/i386/loader/
H A Dmain.c59 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE);
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c242 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c221 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-13-stable/sys/i386/i386/
H A Dgenassym.c190 ASSYM(BI_SIZE, offsetof(struct bootinfo, bi_size));
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c216 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c291 bootinfo.bi_size = sizeof(bootinfo);
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c200 bootinfo.bi_size = sizeof(bootinfo);

Completed in 113 milliseconds