Home
last modified time | relevance | path

Searched refs:BA_BOOTINFO (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/i386/common/
H A Dbootargs.h27 #define BA_BOOTINFO 20 /* offsetof(struct bootargs, bootinfo) */ macro
/freebsd/stand/i386/btx/btxldr/
H A Dbtxldr.S100 movl BA_BOOTINFO+4(%esp),%esi # Source: bootinfo
/freebsd/stand/i386/loader/
H A Dmain.c54 _Static_assert(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO, "BA_BOOTINFO");