Home
last modified time | relevance | path

Searched refs:BTINFO_BOOTPATH_LEN (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/sys/arch/pmax/include/
Dbootinfo.h55 #define BTINFO_BOOTPATH_LEN 80 macro
58 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/mipsco/include/
Dbootinfo.h55 #define BTINFO_BOOTPATH_LEN 80 macro
58 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/sgimips/include/
Dbootinfo.h49 #define BTINFO_BOOTPATH_LEN 80 macro
52 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/arc/include/
Dbootinfo.h49 #define BTINFO_BOOTPATH_LEN 80 macro
52 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/emips/include/
Dbootinfo.h55 #define BTINFO_BOOTPATH_LEN 80 macro
58 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/mmeye/include/
Dbootinfo.h56 #define BTINFO_BOOTPATH_LEN 80 macro
59 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/newsmips/include/
Dbootinfo.h64 #define BTINFO_BOOTPATH_LEN 80 macro
67 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/cobalt/include/
Dbootinfo.h51 #define BTINFO_BOOTPATH_LEN 80 macro
54 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd/src/sys/arch/pmax/stand/smallnet/
Dsmallnet.c91 strncpy(bi_bpath.bootpath, name, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/sgimips/stand/common/
Diris_boot.c126 strlcpy(bi_bpath.bootpath, kernelname, BTINFO_BOOTPATH_LEN); in main()
Dboot.c234 strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/mipsco/stand/common/
Dboot.c164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/pmax/stand/common/
Dboot.c164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/arc/stand/boot/
Dboot.c235 strlcpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/mmeye/stand/boot/
Dboot.c248 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/emips/stand/common/
Dboot.c147 strncpy(bi_bpath.bootpath, name/*kernel?*/, BTINFO_BOOTPATH_LEN); in main()
/netbsd/src/sys/arch/cobalt/stand/boot/
Dboot.c471 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()