Lines Matching defs:boot
1 /* $NetBSD: boot.c,v 1.33 2025/08/08 03:31:20 isaki Exp $ */
67 static void boot(char *);
87 /* boot from FD */
91 /* Or, bootinf indicates the boot address */
112 printf("boot [ha@][dev:][file] -[flags]\n");
144 printf("XXX: unknown corruption in /boot.\n");
177 printf("boot device = %x\n", bootdev);
233 "this version of /boot.\n");
244 boot(char *arg)
309 printf("Press return to boot now, any other key for boot menu\n");
341 if (strcmp("boot", p) == 0)
342 boot(options);
380 * Arguments from the boot block:
381 * bootdev - specifies the device from which /boot was read, in
435 printf("Warning: unknown boot device: %x\n", bootdev);