Home
last modified time | relevance | path

Searched refs:BI_ALLOC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/landisk/stand/boot/
H A Dbootinfo.h41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ macro
H A Dboot2.c274 BI_ALLOC(6); /* XXX */ in exec_netbsd()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootinfo.h40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \ macro
H A Dexec.c431 BI_ALLOC(BTINFO_MAX); in common_load_kernel()
H A Dexec_multiboot2.c1361 BI_ALLOC(BTINFO_MAX); in exec_multiboot2()
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dbootinfo.h41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ macro
H A Dboot.c274 BI_ALLOC(BTINFO_MAX); in exec_netbsd()