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

  /src/sys/arch/i386/stand/lib/
bootinfo.h 40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \
exec.c 431 BI_ALLOC(BTINFO_MAX);
exec_multiboot2.c 1361 BI_ALLOC(BTINFO_MAX);
  /src/sys/arch/landisk/stand/boot/
bootinfo.h 41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
boot2.c 274 BI_ALLOC(6); /* XXX */
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.h 41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
boot.c 274 BI_ALLOC(BTINFO_MAX);

Completed in 17 milliseconds