Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/i386/common/
HDbootargs.h29 #define BA_BOOTINFO 20 /* offsetof(struct bootargs, bootinfo) */ macro
/freebsd-11-stable/stand/i386/btx/btxldr/
HDbtxldr.S102 movl BA_BOOTINFO+4(%esp),%esi # Source: bootinfo
/freebsd-11-stable/stand/pc98/btx/btxldr/
HDbtxldr.S118 movl BA_BOOTINFO+4(%esp),%esi # Source: bootinfo
/freebsd-11-stable/stand/pc98/loader/
HDmain.c50 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO);
/freebsd-11-stable/stand/i386/loader/
HDmain.c56 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO);