Searched refs:bi_bpath (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/smallnet/
H A Dsmallnet.c76 struct btinfo_bootpath bi_bpath; local
91 strncpy(bi_bpath.bootpath, name, BTINFO_BOOTPATH_LEN);
92 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dboot.c118 struct btinfo_bootpath bi_bpath; local
164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
165 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dboot.c107 struct btinfo_bootpath bi_bpath; variable in typeref:struct:btinfo_bootpath
232 strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN);
233 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dboot.c111 struct btinfo_bootpath bi_bpath; local
162 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
163 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dboot.c194 struct btinfo_bootpath bi_bpath; local
248 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
249 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dboot.c112 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));
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/boot/
H A Dboot.c72 struct btinfo_bootpath bi_bpath; local
194 strcpy(bi_bpath.bootpath, file);
195 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dboot.c88 struct btinfo_bootpath bi_bpath; local
148 strncpy(bi_bpath.bootpath, name/*kernel?*/, BTINFO_BOOTPATH_LEN);
149 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dboot.c418 struct btinfo_bootpath bi_bpath; local
471 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
472 bi_add(&bi_bpath, BTINFO_BOOTPATH, sizeof(bi_bpath));

Completed in 201 milliseconds