Searched defs:BOOTARGS_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/common/
H A Dbootargs.h26 #define BOOTARGS_SIZE 24 /* sizeof(struct bootargs) */ macro
/freebsd-11.0-release/sys/boot/i386/loader/
H A Dmain.c53 CTASSERT(sizeof(struct bootargs) == BOOTARGS_SIZE); variable
/freebsd-11.0-release/sys/boot/pc98/loader/
H A Dmain.c49 CTASSERT(sizeof(struct bootargs) == BOOTARGS_SIZE); variable

Completed in 44 milliseconds