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

/freebsd-10.2-release/sys/boot/i386/common/
H A Dbootargs.h28 #define BA_BOOTINFO 20 /* offsetof(struct bootargs, bootinfo) */ macro
/freebsd-10.2-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S102 movl BA_BOOTINFO+4(%esp),%esi # Source: bootinfo
110 movl %ebp,BA_BOOTINFO+4(%esp) # Update pointer
/freebsd-10.2-release/sys/boot/i386/loader/
H A Dmain.c54 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO); variable
/freebsd-10.2-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S118 movl BA_BOOTINFO+4(%esp),%esi # Source: bootinfo
126 movl %ebp,BA_BOOTINFO+4(%esp) # Update pointer
/freebsd-10.2-release/sys/boot/pc98/loader/
H A Dmain.c50 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO); variable

Completed in 111 milliseconds