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

/freebsd-current/stand/i386/libi386/
H A Delf32_freebsd.c56 int boothowto, err, bootdev; local
62 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
72 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/freebsd-current/stand/userboot/userboot/
H A Delf32_freebsd.c59 int boothowto, err, bootdev; local
67 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
89 *--sp = bootdev;
/freebsd-current/stand/kboot/kboot/
H A Dmain.c327 const char *bootdev; local
368 bootdev = getenv("bootdev");
369 if (bootdev == NULL)
370 bootdev = hostdisk_gen_probe();
372 if (bootdev == NULL || strcmp(bootdev, "zfs:") == 0) {
380 bootdev = getenv("currdev");
383 if (bootdev != NULL) {
390 set_currdev(bootdev);
[all...]
/freebsd-current/stand/efi/gptboot/
H A Dproto.c225 dev_info_t *bootdev; local
258 bootdev = find_partition(dsk.part);
259 if (bootdev == NULL) {
264 if (mod->load(fn, bootdev, &loaderbuf, &loadersize) !=
270 try_boot(mod, bootdev, loaderbuf, loadersize);
/freebsd-current/stand/i386/common/
H A Dbootargs.h19 #define KARGS_FLAGS_CD 0x0001 /* .bootdev is a bios CD dev */
66 uint32_t bootdev; member in struct:bootargs
/freebsd-current/stand/powerpc/boot1.chrp/
H A Dboot1.c44 static ofwh_t bootdev; variable
229 ofw_close(bootdev);
517 if (bootdev > 0)
518 ofw_close(bootdev);
537 if (bootdev > 0)
538 ofw_close(bootdev);
573 if ((bootdev = ofw_open(device)) == -1) {
626 ofw_close(bootdev);
639 ofw_seek(bootdev, lba * DEV_BSIZE);
640 ofw_read(bootdev, bu
[all...]
/freebsd-current/stand/i386/zfsboot/
H A Dzfsboot.c112 static uint32_t bootdev; variable
216 bootdev = MAKEBOOTDEV(dev_maj[DEVT_DISK], devdesc->d_slice + 1,
479 bootdev,
498 bootdev,
532 bootdev = MAKEBOOTDEV(dev_maj[bdev->dd.d_dev->dv_type],
/freebsd-current/sys/i386/i386/
H A Dlocore.S172 * (*btext)(howto, bootdev, cyloffset, esym);
189 * (*btext)(howto, bootdev, 0, 0, 0, &bootinfo)
299 * (*btext)(howto, bootdev, cyloffset, esym);
301 * up howto and bootdev, cyloffset and esym are no longer used
307 movl %eax,bootdev
H A Dmachdep.c327 u_long bootdev; /* not a struct cdev *- encoding is different */ variable
329 CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in struct cdev *format)");
/freebsd-current/stand/i386/loader/
H A Dmain.c98 initial_bootdev = kargs->bootdev;

Completed in 291 milliseconds