/netbsd-src/sys/arch/news68k/stand/boot/ |
H A D | boot.c | 68 char *kernels[] = { "/netbsd", "/netbsd.gz", NULL }; variable 123 kernels[0] = netbsd; in boot() 124 kernels[1] = NULL; in boot() 131 for (i = 0; kernels[i]; i++) { in boot() 132 snprintf(file, sizeof(file), "%s%s", devname, kernels[i]); in boot() 138 if (kernels[i] == NULL) { in boot()
|
/netbsd-src/distrib/utils/embedded/conf/ |
H A D | armv7.conf | 123 kernels="" 127 test -f "${f}" && kernels="${kernels} ${f}" 132 test -f "${f}" && kernels="${kernels} ${f}" 136 for k in ${kernels}; do
|
H A D | arm64mbr.conf | 77 kernels="" 82 test -f "${f}" && kernels="${kernels} ${f}" 85 for k in ${kernels}; do
|
H A D | arm64.conf | 92 kernels="" 97 test -f "${f}" && kernels="${kernels} ${f}" 100 for k in ${kernels}; do
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | boot.c | 101 static const char *kernels[] = { "/netbsd", "/netbsd.gz", "/netbsd.macppc", NULL }; variable 298 kernels[0] = bootline; in main() 299 kernels[1] = NULL; in main() 302 for (i = 0; kernels[i]; i++) { in main() 303 floppyboot = is_floppyboot(kernels[i], bootdev); in main() 305 DPRINTF("Trying %s%s\n", kernels[i], in main() 313 if (loadfile(kernels[i], marks, loadflag) >= 0) in main()
|
/netbsd-src/sys/arch/shark/stand/ofwboot/ |
H A D | boot.c | 105 static const char *kernels[] = { variable 240 kernels[0] = bootline; in main() 241 kernels[1] = NULL; in main() 244 for (i = 0; kernels[i]; i++) { in main() 245 DPRINTF("Trying %s\n", kernels[i]); in main() 248 if (loadfile(kernels[i], marks, LOAD_KERNEL) >= 0) in main()
|
/netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
H A D | boot.c | 107 static char *kernels[] = { "/netbsd.ofppc", "/netbsd", variable 238 kernels[0] = bootline; in main() 239 kernels[1] = NULL; in main() 250 for (i = 0; kernels[i]; i++) { in main() 251 DPRINTF("Trying %s\n", kernels[i]); in main() 254 if (loadfile(kernels[i], marks, LOAD_KERNEL) >= 0) in main()
|
/netbsd-src/sys/arch/newsmips/stand/boot/ |
H A D | boot.c | 51 char *kernels[] = { "/netbsd", "/netbsd.gz", NULL }; variable 158 kernels[0] = netbsd; in boot() 159 kernels[1] = NULL; in boot() 168 for (i = 0; kernels[i]; i++) { in boot() 169 snprintf(file, sizeof(file), "%s%s", devname, kernels[i]); in boot() 175 if (kernels[i] == NULL) in boot()
|
/netbsd-src/sys/arch/sparc/stand/boot/ |
H A D | boot.c | 72 char *kernels[] = { variable 273 strcpy(kernel, kernels[i]); in main() 300 strcpy(kernel, kernels[i]); in main() 319 i != -1 && kernels[++i]) { in main() 320 strcpy(kernel, kernels[i]); in main()
|
/netbsd-src/sys/arch/evbmips/conf/ |
H A D | README.evbmips | 56 * "*-el" represent targets for building little-endian kernels. 57 * "*-eb" represent targets for building big-endian kernels. 58 * "evbmips64-*" represent targets for building 64-bit (or N32 ABI) kernels and 60 * "evbmipsn64*" represent targets for building fully N64 ABI kernels and 63 64-bit kernels can be built using N32 or N64 ABIs; they will run with a 64-bit
|
/netbsd-src/sys/arch/sgimips/conf/ |
H A D | std.sgimips64_32 | 2 # this is for building n32 kernels 8 # ELF64 doesn't currently buid with 32bit kernels
|
/netbsd-src/external/gpl3/gcc.old/ |
H A D | README.gcc10 | 22 kernels: does a kernel run? y (yes), b (builds/ready), ? (not ready) 31 architecture tools kernels libgcc native-gcc make release runs atf switched 72 architecture tools kernels libgcc native-gcc make release runs atf 84 CPU vs platform test table (for CPUs with multiple ports). this is "make release" or just kernels. 85 values: y (yes), k (kernels only), n (failed), r (running), ? (not attempted), nx (yes, no x11)
|
/netbsd-src/sys/external/bsd/drm/dist/ |
H A D | README | 51 kernel sources in /usr/src/kernels/VERSION (where version is `uname -r`): 54 ln -s /usr/src/kernels/VERSION build 68 That is rm the /usr/src/kernels/2.6.15-1.2054_FC5-smp-i686/Module.symvers
|
/netbsd-src/usr.sbin/sysinst/arch/cobalt/ |
H A D | md.c | 179 static const char *kernels[] = { in md_post_newfs() local 199 for (i = 0; i < __arraycount(kernels); i++) in md_post_newfs() 201 bootfile, bootdir, kernels[i]); in md_post_newfs()
|
/netbsd-src/sys/arch/sparc64/conf/ |
H A D | std.sparc64 | 5 # 64-bit kernels. Options which require different settings for 32-bit 6 # kernels are adjusted by also including "std.sparc64-32".
|
/netbsd-src/external/bsd/ntp/dist/util/ |
H A D | tickadj.c | 694 static const char *kernels[] = in getoffsets() local 737 if (kernels[0] == NULL) in getoffsets() 743 kernels[0] = cp; in getoffsets() 747 kernels[0] = "/Placeholder"; in getoffsets() 751 for (kname = kernels; *kname != NULL; kname++) in getoffsets()
|
/netbsd-src/sys/arch/sparc/stand/ofwboot/ |
H A D | version | 19 1.13: Deal with kernels missing a separate read-only text segment 24 1.18: Fix loading of kernels with huge .bss
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | version | 6 1.4: load kernels from local disk 9 1.7: ST1023/IP1000A driver, load kernels from memory (mem:), possibility
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | ChangeLog | 368 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c: 370 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Likewise. 376 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c: Enhance. 400 * testsuite/libgomp.oacc-c-c++-common/kernels-decompose-1.c: 402 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c: 406 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: 412 * testsuite/libgomp.oacc-c-c++-common/kernels-decompose-1.c: Point 415 enable '--param=openacc-kernels=decompose' and adjust. 416 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c: 419 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: [all …]
|
/netbsd-src/sys/rump/ |
H A D | README.compileopts | 3 This file describes compile-time options for rump kernels. 87 This option is useful only when building rump kernels for 114 set by users, but by the package building rump kernels.
|
/netbsd-src/external/gpl2/lvm2/dist/udev/ |
H A D | 10-dm.rules.in | 30 # kernels >= 2.6.31 only. 48 # only (kernels >= 2.6.29). We have to check for its existence 51 # The "suspended" item was added even later (kernels >= 2.6.31),
|
/netbsd-src/external/bsd/libpcap/dist/doc/ |
H A D | README.linux | 4 You must configure 2.6.x kernels with the CONFIG_PACKET_MMAP option for 5 this protocol. 3.x and later kernels do not require that.
|
/netbsd-src/sys/conf/ |
H A D | compat_netbsd.config | 3 # Traditional NetBSD options enabled for most kernels.
|
/netbsd-src/sys/arch/acorn32/doc/ |
H A D | bootoptions | 48 Options for all kernels 63 Options for StrongARM kernels
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | INSTALL | 3 # INSTALL -- Common configuration fragment for install kernels.
|