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

  /src/sys/arch/pmax/stand/smallnet/
smallnet.c 76 struct btinfo_bootpath bi_bpath; local in function:main
91 strncpy(bi_bpath.bootpath, name, BTINFO_BOOTPATH_LEN);
92 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/sgimips/stand/common/
boot.c 107 struct btinfo_bootpath bi_bpath; variable in typeref:struct:btinfo_bootpath
234 strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN);
235 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
iris_boot.c 60 struct btinfo_bootpath bi_bpath; variable in typeref:struct:btinfo_bootpath
126 strlcpy(bi_bpath.bootpath, kernelname, BTINFO_BOOTPATH_LEN);
127 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/mipsco/stand/common/
boot.c 111 struct btinfo_bootpath bi_bpath; local in function:main
164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
165 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/pmax/stand/common/
boot.c 118 struct btinfo_bootpath bi_bpath; local in function:main
164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
165 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/arc/stand/boot/
boot.c 112 struct btinfo_bootpath bi_bpath; variable in typeref:struct:btinfo_bootpath
235 strlcpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
236 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/mmeye/stand/boot/
boot.c 194 struct btinfo_bootpath bi_bpath; local in function:main
248 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
249 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/emips/stand/common/
boot.c 87 struct btinfo_bootpath bi_bpath; local in function:main
147 strncpy(bi_bpath.bootpath, name/*kernel?*/, BTINFO_BOOTPATH_LEN);
148 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/newsmips/stand/boot/
boot.c 72 struct btinfo_bootpath bi_bpath; local in function:boot
195 strcpy(bi_bpath.bootpath, file);
196 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
  /src/sys/arch/cobalt/stand/boot/
boot.c 418 struct btinfo_bootpath bi_bpath; local in function:main
471 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
472 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));

Completed in 19 milliseconds