HomeSort by: relevance | last modified time | path
    Searched refs:bi_add (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/arch/cobalt/stand/boot/
bootinfo.h 35 void bi_add(void *, int, int);
bootinfo.c 56 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
62 void bi_add(void *new, int type, int size) function in typeref:typename:void
  /src/sys/arch/mmeye/stand/boot/
bootinfo.h 35 void bi_add(void *, int, int);
bootinfo.c 56 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
62 void bi_add(void *new, int type, int size) function in typeref:typename:void
  /src/sys/arch/arc/stand/boot/
bootinfo.h 35 void bi_add(void *, int, size_t);
bootinfo.c 56 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
60 bi_add(void *new, int type, size_t size) function in typeref:typename:void
  /src/sys/arch/emips/stand/common/
bootinfo.h 35 void bi_add (void *, int, int);
bootinfo.c 54 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
57 void bi_add(void *new, int type, int size) function in typeref:typename:void
  /src/sys/arch/mipsco/stand/common/
bootinfo.h 35 void bi_add(void *, int, int);
bootinfo.c 55 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
58 void bi_add(new, type, size) function
  /src/sys/arch/pmax/stand/common/
bootinfo.h 35 void bi_add(void *, int, int);
bootinfo.c 54 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
57 void bi_add(void *new, int type, int size) function in typeref:typename:void
  /src/sys/arch/sgimips/stand/common/
bootinfo.h 35 void bi_add(void *, int, size_t);
bootinfo.c 56 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
60 bi_add(void *new, int type, size_t size) function in typeref:typename:void
  /src/sys/arch/sparc/stand/boot/
bootinfo.h 35 void bi_add(void *, int, size_t);
  /src/sys/arch/hppa/stand/boot/
bootinfo.h 53 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
56 void bi_add(struct btinfo_common *, int, size_t);
bootinfo.c 49 BI_ADD(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
53 bi_add(struct btinfo_common *what, int type, size_t size) function in typeref:typename:void
  /src/sys/arch/i386/stand/lib/
bootinfo.h 46 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
48 void bi_add(struct btinfo_common *, int, int);
bootinfo.c 38 bi_add(struct btinfo_common *what, int type, int size) function in typeref:typename:void
  /src/sys/arch/landisk/stand/boot/
bootinfo.h 47 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
49 void bi_add(struct btinfo_common *, int, int);
bootinfo.c 37 bi_add(struct btinfo_common *what, int type, int size) function in typeref:typename:void
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.h 47 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
50 void bi_add(struct btinfo_common *, int, int);
  /src/sys/arch/newsmips/stand/boot/
bootinfo.c 54 bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
58 bi_add(void *new, int type, int size) function in typeref:typename:void
  /src/sys/arch/newsmips/include/
bootinfo.h 81 void bi_add(void *, int, int);
  /src/sys/arch/sparc/stand/ofwboot/
boot.h 48 void bi_add(void *, int, size_t);

Completed in 28 milliseconds

1 2