Searched refs:BI_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/common/
H A Dbootargs.h29 #define BI_SIZE 48 /* offsetof(struct bootinfo, bi_size) */ macro
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dmain.c55 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE); variable
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dmain.c52 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE); variable
/freebsd-9.3-release/sys/i386/i386/
H A Dgenassym.c204 ASSYM(BI_SIZE, offsetof(struct bootinfo, bi_size));
H A Dlocore.s507 movl BI_SIZE(%ebx),%ecx

Completed in 98 milliseconds