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

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

Completed in 3 milliseconds