Searched defs:BI_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/boot/i386/common/
H A Dbootargs.h29 #define BI_SIZE 48 /* offsetof(struct bootinfo, bi_size) */ macro
/freebsd-10.1-release/sys/boot/i386/loader/
H A Dmain.c55 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE); variable
/freebsd-10.1-release/sys/boot/pc98/loader/
H A Dmain.c52 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE); variable

Completed in 97 milliseconds