Home
last modified time | relevance | path

Searched defs:BI_ALLOC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/landisk/stand/boot/
H A Dbootinfo.h41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ macro
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootinfo.h40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \ macro
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dbootinfo.h41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ macro