Searched defs:BI_ALLOC (Results 1 – 3 of 3) sorted by relevance
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ macro
40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \ macro