Searched refs:kernel (Results 26 - 50 of 3110) sorted by relevance

1234567891011>>

/netbsd-current/distrib/bebox/floppies/kernel/
H A DMakefile9 FLOPPYBASE= kernel
13 FLOPPYDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
/netbsd-current/sys/modules/lua/
H A Dtest.lua3 systm.print("hello, kernel world!\n")
/netbsd-current/sys/arch/next68k/stand/boot/
H A Dboot.c60 char kernel[KNAMEN]; variable
112 strcpy(kernel, boot_arg);
117 fd = loadfile(kernel, marks, LOAD_KERNEL);
122 printf("load of %s: %s\n", kernel, strerror(errno));
124 kgets(kernel, sizeof(kernel));
125 if (kernel[0] == '\0')
129 kernel_args = strchr(kernel, ')');
131 kernel_args = kernel;
140 if (devparse(kernel,
[all...]
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dboot.c74 * this list is used in sequence, to find a kernel.
119 bootoptions(const char *ap, char *loaddev, char *kernel, char *options) argument
126 *kernel = '\0';
169 memcpy(kernel, start1, (end1 - start1));
170 kernel[end1 - start1] = '\0';
171 path = filename(kernel, &partition);
173 strcpy(loaddev, kernel);
174 kernel[0] = '\0';
175 } else if (path != kernel) {
177 memcpy(loaddev, kernel, pat
255 jump_to_kernel(u_long *marks, char *kernel, char *args, void *ofw, int boothowto) argument
366 start_kernel(char *kernel, char *bootline, void *ofw, int isfloppy, int boothowto) argument
450 char kernel[PROM_MAX_PATH]; local
[all...]
/netbsd-current/sys/arch/evbsh3/stand/mesboot/src/
H A Dmesboot.c21 printf("%s [-h] [-0] [kernel binary image file]\n", progname);
28 char *kernel = NULL; local
39 if (kernel == NULL) {
40 kernel = argv[i];
50 if (kernel == NULL)
51 kernel = "/mmc0/netbsd.bin";
63 fd = open(kernel, OptRead);
66 printf("can't open %s\r\n", kernel);
89 printf("NetBSD kernel loading.");
/netbsd-current/sys/arch/arc/stand/boot/
H A Dboot.c87 * We won't go overboard with gzip'd kernel names. After all we can
88 * still boot a gzip'd kernel called "netbsd.arc" - it doesn't need
132 const char *kernel = NULL; local
182 kernel = firmware_getenv("OSLoadFilename");
183 if (kernel == NULL)
184 kernel = arcbios_GetEnvironmentVariable("OSLoadFilename");
186 DPRINTF("kernel = %s\n", kernel ? kernel : "<null>");
189 * The first arg is assumed to contain the name of the kernel t
[all...]
/netbsd-current/etc/etc.acorn32/
H A DMakefile.inc13 INSTALLATION_DIRS+= installation/kernel \
19 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
/netbsd-current/etc/etc.zaurus/
H A DMakefile.inc12 INSTALLATION_DIRS+= installation/kernel
19 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'
/netbsd-current/sys/arch/amd64/include/
H A DMakefile.inc8 CFLAGS+= -mcmodel=kernel -fno-omit-frame-pointer
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Ddelay.h36 #include <sys/kernel.h>
39 #include <linux/kernel.h>
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dboot.c80 * We won't go overboard with gzip'd kernel names. After all we can
81 * still boot a gzip'd kernel called "netbsd.mipsco" - it doesn't need
106 char *name, **namep, *dev, *kernel; local
127 kernel = devsplit(argv[1], bootname);
130 if (*kernel)
137 kernel = NULL;
151 kernel = *namep;
153 strcat(bootpath, kernel);
161 if (!win || !kernel)
164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LE
[all...]
/netbsd-current/distrib/acorn32/kernels/
H A DMakefile10 MDSET_RELEASEDIR= installation/kernel
/netbsd-current/distrib/arc/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/bebox/floppies/kernel-ramdisk/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/hp300/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/landisk/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/luna68k/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/news68k/floppies/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/newsmips/floppies/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/prep/floppies/bootfloppy.generic/
H A DMakefile7 KERNDIR!= cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
/netbsd-current/distrib/prep/floppies/bootfloppy.sysinst/
H A DMakefile7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
/netbsd-current/distrib/prep/floppies/bootfloppy_com0.generic/
H A DMakefile7 KERNDIR!= cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
/netbsd-current/distrib/prep/floppies/bootfloppy_com0.sysinst/
H A DMakefile7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
/netbsd-current/distrib/prep/floppies/bootfloppy_small.sysinst/
H A DMakefile7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
/netbsd-current/distrib/prep/floppies/bootfloppy_small_com0.sysinst/
H A DMakefile7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}

Completed in 208 milliseconds

1234567891011>>