Searched refs:bootdev (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/stand/mips/beri/loader/
H A Dmain.c157 const char *bootdev; local
166 bootdev = "dram0";
170 bootdev = "cfi0";
174 bootdev = "sdcard0";
178 bootdev = NULL;
181 if (bootdev != NULL) {
182 env_setenv("currdev", EV_VOLATILE, bootdev, NULL, env_nounset);
183 env_setenv("loaddev", EV_VOLATILE, bootdev, env_noset,
/freebsd-11-stable/stand/i386/libi386/
H A Delf32_freebsd.c59 int boothowto, err, bootdev; local
65 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
75 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/freebsd-11-stable/stand/userboot/userboot/
H A Delf32_freebsd.c62 int boothowto, err, bootdev; local
70 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
92 *--sp = bootdev;
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c72 int boothowto, err, bootdev; local
91 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/freebsd-11-stable/stand/i386/common/
H A Dbootargs.h21 #define KARGS_FLAGS_CD 0x0001 /* .bootdev is a bios CD dev */
68 uint32_t bootdev; member in struct:bootargs
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c45 static ofwh_t bootdev; variable
141 ofw_close(bootdev);
429 if (bootdev > 0)
430 ofw_close(bootdev);
449 if (bootdev > 0)
450 ofw_close(bootdev);
485 if ((bootdev = ofw_open(device)) == -1) {
538 ofw_close(bootdev);
551 ofw_seek(bootdev, lba * DEV_BSIZE);
552 ofw_read(bootdev, bu
[all...]
/freebsd-11-stable/stand/powerpc/kboot/
H A Dmain.c258 const char *bootdev; local
271 /* Choose bootdev if provided */
273 bootdev = argv[1];
275 bootdev = "";
277 printf("Boot device: %s\n", bootdev);
289 setenv("currdev", bootdev, 1);
290 setenv("loaddev", bootdev, 1);
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c45 static ofwh_t bootdev; variable
445 ofw_close(bootdev);
493 ofw_close(bootdev);
503 if ((bootdev = ofw_open(device)) == -1) {
526 ofw_seek(bootdev, lba * DEV_BSIZE);
527 ofw_read(bootdev, buf, nblk * DEV_BSIZE);
/freebsd-11-stable/stand/pc98/loader/
H A Dmain.c100 initial_bootdev = kargs->bootdev;
/freebsd-11-stable/stand/i386/loader/
H A Dmain.c97 initial_bootdev = kargs->bootdev;
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c171 u_int32_t bootdev; variable
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c116 static uint32_t bootdev; variable
743 bootdev = MAKEBOOTDEV(dev_maj[zdsk->dsk.type],
1026 bootdev,
/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s342 * (*btext)(howto, bootdev, cyloffset, esym);
356 * (*btext)(howto, bootdev, 0, 0, 0, &bootinfo)
471 * (*btext)(howto, bootdev, cyloffset, esym);
473 * up howto and bootdev, cyloffset and esym are no longer used
479 movl %eax,R(bootdev)
H A Dmachdep.c1236 u_long bootdev; /* not a struct cdev *- encoding is different */ variable
1238 CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in struct cdev *format)");
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S366 mov %dl,%es:0x4(%bx) # in kargs->bootdev

Completed in 229 milliseconds