Home | History | Annotate | Download | only in boot

Lines Matching defs:kernel

346 		/* "wdXX:kernel" */
352 /* "kernel" */
405 * Parse PROM boot string, load the kernel and jump into it
410 char **namep, *dev, *kernel, *bi_addr;
426 kernel = NULL;
440 get_bsdbootname(&dev, &kernel, &howto);
442 if (kernel != NULL) {
443 DPRINTF(("kernel: %s\n", kernel));
444 kernelnames[0] = kernel;
447 DPRINTF(("kernel: NULL\n"));
451 DPRINTF(("Kernel names: %p\n", kernelnames));
453 kernel = *namep;
459 strcat(bootpath, kernel);
471 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);