HomeSort by: relevance | last modified time | path
    Searched refs:kernels (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/news68k/stand/boot/
boot.c 68 char *kernels[] = { "/netbsd", "/netbsd.gz", NULL }; variable in typeref:typename:char * []
123 kernels[0] = netbsd;
124 kernels[1] = NULL;
131 for (i = 0; kernels[i]; i++) {
132 snprintf(file, sizeof(file), "%s%s", devname, kernels[i]);
138 if (kernels[i] == NULL) {
  /src/distrib/acorn32/
Makefile 6 SUBDIR= ramdisk .WAIT kernels stand .WAIT cdroms
  /src/distrib/utils/embedded/conf/
arm64.conf 92 kernels=""
97 test -f "${f}" && kernels="${kernels} ${f}"
100 for k in ${kernels}; do
arm64mbr.conf 77 kernels=""
82 test -f "${f}" && kernels="${kernels} ${f}"
85 for k in ${kernels}; do
armv7.conf 122 echo "${bar} looking for kernels in ${kernel} ${bar}"
123 kernels=""
124 # .ub kernels
127 test -f "${f}" && kernels="${kernels} ${f}"
129 # .img kernels
132 test -f "${f}" && kernels="${kernels} ${f}"
135 # install kernels to /boot partition
136 for k in ${kernels}; d
    [all...]
rpi.conf 107 # install kernels to /boot partition
108 for k in ${kernels}; do
  /src/sys/arch/ofppc/stand/ofwboot/
boot.c 107 static char *kernels[] = { "/netbsd.ofppc", "/netbsd", variable in typeref:typename:char * []
238 kernels[0] = bootline;
239 kernels[1] = NULL;
250 for (i = 0; kernels[i]; i++) {
251 DPRINTF("Trying %s\n", kernels[i]);
254 if (loadfile(kernels[i], marks, LOAD_KERNEL) >= 0)
  /src/sys/arch/shark/stand/ofwboot/
boot.c 105 static const char *kernels[] = { variable in typeref:typename:const char * []
240 kernels[0] = bootline;
241 kernels[1] = NULL;
244 for (i = 0; kernels[i]; i++) {
245 DPRINTF("Trying %s\n", kernels[i]);
248 if (loadfile(kernels[i], marks, LOAD_KERNEL) >= 0)
  /src/sys/arch/macppc/stand/ofwboot/
boot.c 101 static const char *kernels[] = { "/netbsd", "/netbsd.gz", "/netbsd.macppc", NULL }; variable in typeref:typename:const char * []
298 kernels[0] = bootline;
299 kernels[1] = NULL;
302 for (i = 0; kernels[i]; i++) {
303 floppyboot = is_floppyboot(kernels[i], bootdev);
305 DPRINTF("Trying %s%s\n", kernels[i],
313 if (loadfile(kernels[i], marks, loadflag) >= 0)
  /src/sys/arch/acorn32/doc/
bootoptions 48 Options for all kernels
63 Options for StrongARM kernels
  /src/sys/arch/newsmips/stand/boot/
boot.c 51 char *kernels[] = { "/netbsd", "/netbsd.gz", NULL }; variable in typeref:typename:char * []
158 kernels[0] = netbsd;
159 kernels[1] = NULL;
168 for (i = 0; kernels[i]; i++) {
169 snprintf(file, sizeof(file), "%s%s", devname, kernels[i]);
175 if (kernels[i] == NULL)
  /src/sys/arch/sparc/stand/boot/
boot.c 60 int compatmode = 0; /* For loading older kernels */
72 char *kernels[] = { variable in typeref:typename:char * []
269 i = -1; /* not using the kernels */
273 strcpy(kernel, kernels[i]);
300 strcpy(kernel, kernels[i]);
319 i != -1 && kernels[++i]) {
320 strcpy(kernel, kernels[i]);
  /src/usr.sbin/sysinst/arch/cobalt/
md.c 179 static const char *kernels[] = { local in function:md_post_newfs
199 for (i = 0; i < __arraycount(kernels); i++)
201 bootfile, bootdir, kernels[i]);
  /src/share/mk/
bsd.kernobj.mk 13 # KERNCONFDIR Is where the configuration files for kernels are found.
bsd.sys.mk 181 . if !defined(KERNSRCDIR) && !defined(KERN) # not for kernels / kern modules
  /src/distrib/atari/floppies/tos/
build_image.sh 13 KERNEL_DIR=/tmp/kernels
  /src/etc/
Makefile 16 # KERNCONFDIR is where the configuration files for kernels are found;
418 # Build a full distribution including kernels & install media.
531 # build kernels --
532 # This target builds the kernels specified by each port.
533 # A port may specify the following kernels:
535 # KERNEL_SETS The list of kernels that will be
538 # These kernels are also placed in the
542 # EXTRA_KERNELS Additional kernels to place in the
549 # BUILD_KERNELS Additional kernels to build which are
552 # package. These are typically kernels
    [all...]
  /src/sys/arch/arm/samsung/
mct.c 61 #error MULTIPROCESSOR kernels require __HAVE_GENERIC_CPU_INITCLOCKS
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916-huawei-g7.dts 13 * Note: The original firmware from Huawei can only boot 32-bit kernels.
14 * To boot arm64 kernels it is necessary to flash 64-bit TZ/HYP firmware
msm8992-xiaomi-libra.dts 63 /* This is for getting crash logs using Android downstream kernels */
msm8994-sony-xperia-kitakami.dtsi 75 /* This is for getting crash logs using Android downstream kernels */
msm8998-oneplus-common.dtsi 45 /* For getting crash logs using Android downstream kernels */
msm8994-msft-lumia-octagon.dtsi 31 * Most Lumia 950/XL users use GRUB to load their kernels,
  /src/distrib/amiga/miniroot/
install.md 279 echo "There are no NetBSD kernels available in \"$1\""
284 echo "The following kernels are available:"
  /src/
build.sh 1111 release Run "make release" (includes kernels & distrib media).
1128 kernels Build all kernels.
1546 kernels|\
2381 statusmsg "Kernels built from ${kernelconf}:"
2952 kernels)

Completed in 46 milliseconds

1 2