Searched refs:BTINFO_BOOTPATH_LEN (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/pmax/include/
H A Dbootinfo.h55 #define BTINFO_BOOTPATH_LEN 80 macro
58 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/include/
H A Dbootinfo.h49 #define BTINFO_BOOTPATH_LEN 80 macro
52 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/include/
H A Dbootinfo.h55 #define BTINFO_BOOTPATH_LEN 80 macro
58 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/emips/include/
H A Dbootinfo.h55 #define BTINFO_BOOTPATH_LEN 80 macro
58 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Dbootinfo.h49 #define BTINFO_BOOTPATH_LEN 80 macro
52 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/include/
H A Dbootinfo.h56 #define BTINFO_BOOTPATH_LEN 80 macro
59 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/include/
H A Dbootinfo.h64 #define BTINFO_BOOTPATH_LEN 80 macro
67 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/include/
H A Dbootinfo.h51 #define BTINFO_BOOTPATH_LEN 80 macro
54 char bootpath[BTINFO_BOOTPATH_LEN];
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/smallnet/
H A Dsmallnet.c91 strncpy(bi_bpath.bootpath, name, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dboot.c164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dboot.c232 strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dboot.c162 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dboot.c248 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dboot.c235 strlcpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dboot.c148 strncpy(bi_bpath.bootpath, name/*kernel?*/, BTINFO_BOOTPATH_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dboot.c471 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);

Completed in 105 milliseconds