/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | elf32_freebsd.c | 68 int boothowto, err, bootdev; local 74 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); 84 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | elf32_freebsd.c | 59 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);
|
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | bootargs.h | 49 uint32_t bootdev; member in struct:bootargs
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | elf32_freebsd.c | 62 int boothowto, err, bootdev; local 70 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); 92 *--sp = bootdev;
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 870 bsd_boot_entry (int flags, int bootdev, int sym_start, int sym_end, argument 887 bsd_boot (kernel_t type, int bootdev, char *arg) argument 994 (*entry_addr) (clval, bootdev, 0, 0, 0, ((int) (&bi))); 1027 (*entry_addr) (clval, bootdev, 0, end_mark,
|
H A D | builtins.c | 57 static int bootdev; variable 106 bootdev = set_bootdev (0); 280 bsd_boot (kernel_type, bootdev, (char *) mbi.cmdline); 3784 bootdev = set_bootdev (hdbias);
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | cpr_sparc.c | 193 char bootdev[OBP_MAXPATHLEN], bootfile[OBP_MAXPATHLEN]; local 202 cpr_abbreviate_devpath(prom_bootpath(), bootdev); local 234 cpr_prop_update(dev_idx, bootdev);
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | zfsboot.c | 101 static uint32_t bootdev; variable 295 bootdev = MAKEBOOTDEV(dev_maj[devdesc.d_type], devdesc.d_slice + 1, 505 bootdev, 513 bootdev, 0, 0, 0, VTOP(&bootinfo)); 541 bootdev = MAKEBOOTDEV(dev_maj[bdev->d_type],
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 599 char bootdev[PATH_MAX]; local 607 (void) memset((char *)&bootdev[0], 0, 615 (void) sscanf(p, "%s", bootdev); 627 if (bootdev[0]) { 637 (void) strcat(ls, bootdev); 660 (void) memset((char *)&bootdev[0], 0, PATH_MAX); 661 (void) sscanf(p, "%s", bootdev); 663 (void) strcat(bootpath, bootdev);
|
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/ |
H A D | boot1.c | 45 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);
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devfsinfo.c | 140 static int set_boot_dev_var(struct openpromio *opp, char *bootdev); 542 * sets the string bootdev as the new value for boot-device 545 set_boot_dev_var(struct openpromio *opp, char *bootdev) argument 554 "bootdev", 590 * bootdev 630 (void) strcpy(valbuf, bootdev); 646 if (_prom_strcmp(opp->oprom_array, bootdev) == 0) { 653 if ((strlen(bootdev) == 0) && (opp->oprom_size == 0)) { 699 "bootdev", 735 * bootdev [all...] |