Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h87 unsigned int bi_size; member
H A Dboot.c968 bi.bi_size = sizeof (struct bootinfo); in bsd_boot()
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h56 u_int32_t bi_size; member
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c56 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE);
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo32.c252 bi.bi_size = sizeof(bi); in bi_load32()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c254 bootinfo.bi_size = sizeof (bootinfo); in main()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c222 bootinfo.bi_size = sizeof (bootinfo); in main()