HomeSort by: relevance | last modified time | path
    Searched defs:BI_ALLOC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
bootinfo.h 40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \
  /src/sys/arch/landisk/stand/boot/
bootinfo.h 41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.h 41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \

Completed in 13 milliseconds