Searched refs:boot_file (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/arch/alpha/stand/netboot/ |
| D | netboot.c | 47 char boot_file[128]; variable 72 prom_getenv(PROM_E_BOOTED_FILE, boot_file, sizeof(boot_file)); in main() 75 if (boot_file[0] == '\0') in main() 76 bcopy("bsd", boot_file, sizeof "bsd"); in main() 78 (void)printf("Boot: %s %s\n", boot_file, boot_flags); in main() 80 (void)printf("Loading %s...\n", boot_file); in main() 82 rc = loadfile(boot_file, &marks, LOAD_KERNEL | COUNT_KERNEL); in main()
|
| /openbsd/src/sys/arch/armv7/armv7/ |
| D | autoconf.c | 112 if (*boot_file != '\0') in diskconf() 113 printf("bootfile: %s\n", boot_file); in diskconf() 119 if ((p = strchr(boot_file, ':')) != NULL) in diskconf() 120 len = p - boot_file; in diskconf() 122 len = strlen(boot_file); in diskconf() 123 bootdv = parsedisk(boot_file, len, 0, &tmpdev); in diskconf() 145 printf("boot device: lookup %s failed.\n", boot_file); in diskconf()
|
| D | armv7_machdep.c | 150 char *boot_file = ""; variable 875 boot_file = bootargs; in process_kernel_args() 889 printf("bootfile: %s\n", boot_file); in process_kernel_args()
|
| /openbsd/src/sys/arch/alpha/stand/boot/ |
| D | boot.c | 55 char boot_file[128]; variable 144 prom_getenv(PROM_E_BOOTED_FILE, boot_file, sizeof(boot_file)); in main() 147 if (boot_file[0] != '\0') { in main() 148 (void)printf("Boot file: %s %s\n", boot_file, boot_flags); in main() 149 name = boot_file; in main()
|
| /openbsd/src/sys/arch/armv7/include/ |
| D | bootconfig.h | 67 extern char *boot_file;
|
| /openbsd/src/distrib/notes/alpha/ |
| D | prep | 83 boot_file 92 You can bypass the boot_file value from the command prompt, with the
|