Searched refs:BTINFO_BOOTPATH_LEN (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/sys/arch/pmax/include/ |
| D | bootinfo.h | 55 #define BTINFO_BOOTPATH_LEN 80 macro 58 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/mipsco/include/ |
| D | bootinfo.h | 55 #define BTINFO_BOOTPATH_LEN 80 macro 58 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/sgimips/include/ |
| D | bootinfo.h | 49 #define BTINFO_BOOTPATH_LEN 80 macro 52 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/arc/include/ |
| D | bootinfo.h | 49 #define BTINFO_BOOTPATH_LEN 80 macro 52 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/emips/include/ |
| D | bootinfo.h | 55 #define BTINFO_BOOTPATH_LEN 80 macro 58 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/mmeye/include/ |
| D | bootinfo.h | 56 #define BTINFO_BOOTPATH_LEN 80 macro 59 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/newsmips/include/ |
| D | bootinfo.h | 64 #define BTINFO_BOOTPATH_LEN 80 macro 67 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/cobalt/include/ |
| D | bootinfo.h | 51 #define BTINFO_BOOTPATH_LEN 80 macro 54 char bootpath[BTINFO_BOOTPATH_LEN];
|
| /netbsd/src/sys/arch/pmax/stand/smallnet/ |
| D | smallnet.c | 91 strncpy(bi_bpath.bootpath, name, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/sgimips/stand/common/ |
| D | iris_boot.c | 126 strlcpy(bi_bpath.bootpath, kernelname, BTINFO_BOOTPATH_LEN); in main()
|
| D | boot.c | 234 strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/mipsco/stand/common/ |
| D | boot.c | 164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/pmax/stand/common/ |
| D | boot.c | 164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/arc/stand/boot/ |
| D | boot.c | 235 strlcpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/mmeye/stand/boot/ |
| D | boot.c | 248 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | boot.c | 147 strncpy(bi_bpath.bootpath, name/*kernel?*/, BTINFO_BOOTPATH_LEN); in main()
|
| /netbsd/src/sys/arch/cobalt/stand/boot/ |
| D | boot.c | 471 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN); in main()
|