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

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

Completed in 110 milliseconds