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

1 2

  /src/sys/arch/arc/include/
bootinfo.h 40 #define BTINFO_BOOTPATH 2
50 struct btinfo_bootpath { struct
  /src/sys/arch/emips/include/
bootinfo.h 47 #define BTINFO_BOOTPATH 2
56 struct btinfo_bootpath { struct
  /src/sys/arch/mipsco/include/
bootinfo.h 47 #define BTINFO_BOOTPATH 2
56 struct btinfo_bootpath { struct
  /src/sys/arch/pmax/include/
bootinfo.h 47 #define BTINFO_BOOTPATH 2
56 struct btinfo_bootpath { struct
  /src/sys/arch/sgimips/include/
bootinfo.h 40 #define BTINFO_BOOTPATH 2
50 struct btinfo_bootpath { struct
  /src/sys/arch/landisk/include/
bootinfo.h 37 #define BTINFO_BOOTPATH 0
41 struct btinfo_bootpath { struct
  /src/sys/arch/mmeye/include/
bootinfo.h 42 #define BTINFO_BOOTPATH 3
57 struct btinfo_bootpath { struct
  /src/sys/arch/cobalt/include/
bootinfo.h 41 #define BTINFO_BOOTPATH 2
52 struct btinfo_bootpath { struct
  /src/sys/arch/evbarm/mini2440/
mini2440_bootinfo.h 46 #define BTINFO_BOOTPATH 4
67 struct btinfo_bootpath { struct
  /src/sys/arch/hp300/include/
bootinfo.h 38 #define BTINFO_BOOTPATH 2
52 struct btinfo_bootpath { struct
  /src/sys/arch/newsmips/include/
bootinfo.h 41 #define BTINFO_BOOTPATH 4
65 struct btinfo_bootpath { struct
  /src/sys/arch/pmax/stand/smallnet/
smallnet.c 76 struct btinfo_bootpath bi_bpath;
92 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/sandpoint/include/
bootinfo.h 43 #define BTINFO_BOOTPATH 5
72 struct btinfo_bootpath { struct
  /src/sys/arch/sandpoint/stand/altboot/
dev_net.c 57 extern struct btinfo_bootpath bi_path;
  /src/sys/arch/sgimips/stand/common/
iris_boot.c 60 struct btinfo_bootpath bi_bpath;
127 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
boot.c 107 struct btinfo_bootpath bi_bpath;
235 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/i386/stand/boot/
devopen.c 117 struct btinfo_bootpath bibp;
142 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
  /src/sys/arch/i386/stand/pxeboot/
devopen.c 55 struct btinfo_bootpath bibp;
138 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
  /src/sys/arch/landisk/stand/boot/
devopen.c 90 static struct btinfo_bootpath bibp;
128 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
  /src/sys/arch/i386/stand/dosboot/
devopen.c 92 struct btinfo_bootpath bibp;
120 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
  /src/sys/arch/mipsco/stand/common/
boot.c 111 struct btinfo_bootpath bi_bpath;
165 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/pmax/stand/common/
boot.c 118 struct btinfo_bootpath bi_bpath;
165 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/arc/stand/boot/
boot.c 112 struct btinfo_bootpath bi_bpath;
236 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/evbarm/stand/boot2440/
devopen.c 69 extern struct btinfo_bootpath bi_path;
  /src/sys/arch/mmeye/stand/boot/
boot.c 194 struct btinfo_bootpath bi_bpath;
249 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));

Completed in 22 milliseconds

1 2