Home
last modified time | relevance | path

Searched refs:bootdev (Results 1 – 25 of 31) sorted by relevance

12

/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Delf32_freebsd.c59 int boothowto, err, bootdev; in elf32_exec() local
65 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
75 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c68 int boothowto, err, bootdev; in elf32_exec() local
75 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
87 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
/titanic_51/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh49 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs \
51 if [ X"$bootdev" = "X" ]; then
121 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs | \
123 rpcfsdev=`echo "$bootdev" | sed -e "s/dev\/dsk/dev\/rdsk/"`
/titanic_51/usr/src/boot/sys/boot/userboot/userboot/
H A Delf32_freebsd.c62 int boothowto, err, bootdev; in elf32_exec() local
70 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
92 *--sp = bootdev; in elf32_exec()
/titanic_51/usr/src/cmd/luxadm/
H A Dfcalupdate.c599 char bootdev[PATH_MAX]; in getbootdev() local
607 (void) memset((char *)&bootdev[0], 0, in getbootdev()
615 (void) sscanf(p, "%s", bootdev); in getbootdev()
627 if (bootdev[0]) { in getbootdev()
637 (void) strcat(ls, bootdev); in getbootdev()
660 (void) memset((char *)&bootdev[0], 0, PATH_MAX); in getbootdev()
661 (void) sscanf(p, "%s", bootdev); in getbootdev()
663 (void) strcat(bootpath, bootdev); in getbootdev()
/titanic_51/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c45 static ofwh_t bootdev; variable
445 ofw_close(bootdev); in loadzfs()
493 ofw_close(bootdev); in load()
503 if ((bootdev = ofw_open(device)) == -1) { in domount()
526 ofw_seek(bootdev, lba * DEV_BSIZE); in dskread()
527 ofw_read(bootdev, buf, nblk * DEV_BSIZE); in dskread()
/titanic_51/usr/src/boot/sys/boot/i386/common/
H A Dbootargs.h49 uint32_t bootdev; member
/titanic_51/usr/src/uts/sparc/os/
H A Dcpr_sparc.c193 char bootdev[OBP_MAXPATHLEN], bootfile[OBP_MAXPATHLEN]; in cpr_prop_setup() local
202 cpr_abbreviate_devpath(prom_bootpath(), bootdev); in cpr_prop_setup()
234 cpr_prop_update(dev_idx, bootdev); in cpr_prop_setup()
/titanic_51/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c100 static uint32_t bootdev; variable
179 bootdev = MAKEBOOTDEV(dev_maj[devdesc.d_type], devdesc.d_slice + 1, in main()
381 bootdev, in load()
389 bootdev, 0, 0, 0, VTOP(&bootinfo)); in load()
417 bootdev = MAKEBOOTDEV(dev_maj[bdev->d_type], in mount_root()
/titanic_51/usr/src/uts/intel/bootdev/
H A DMakefile22 # uts/intel/bootdev/Makefile
28 # This makefile drives the production of the bootdev driver
42 MODULE = bootdev
/titanic_51/usr/src/uts/sun4v/bootdev/
H A DMakefile22 # uts/sun4v/bootdev/Makefile
28 # This makefile drives the production of the bootdev misc kernel
40 MODULE = bootdev
/titanic_51/usr/src/uts/sun4u/bootdev/
H A DMakefile22 # uts/sun4u/bootdev/Makefile
28 # This makefile drives the production of the bootdev misc kernel
40 MODULE = bootdev
/titanic_51/usr/src/uts/i86pc/cpr/
H A DMakefile58 # bootdev required as per previous inline commenting referencing symbol
62 LDFLAGS += -dy -N misc/acpica -N misc/bootdev
/titanic_51/usr/src/uts/sun4u/cpr/
H A DMakefile78 # Depends on bootdev
80 LDFLAGS += -dy -N misc/bootdev
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dboot.c870 bsd_boot_entry (int flags, int bootdev, int sym_start, int sym_end, in bsd_boot_entry() argument
887 bsd_boot (kernel_t type, int bootdev, char *arg) in bsd_boot() argument
994 (*entry_addr) (clval, bootdev, 0, 0, 0, ((int) (&bi))); in bsd_boot()
1027 (*entry_addr) (clval, bootdev, 0, end_mark, in bsd_boot()
/titanic_51/usr/src/uts/sparc/ml/
H A Dmodstubs.s741 * Stubs for bootdev
744 MODULE(bootdev,misc);
745 STUB(bootdev, i_devname_to_promname, 0);
746 STUB(bootdev, i_promname_to_devname, 0);
747 STUB(bootdev, i_convert_boot_device_name, 0);
748 END_MODULE(bootdev);
/titanic_51/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c140 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) in set_boot_dev_var() argument
554 "bootdev", in set_boot_dev_var()
590 * bootdev in set_boot_dev_var()
630 (void) strcpy(valbuf, bootdev); in set_boot_dev_var()
646 if (_prom_strcmp(opp->oprom_array, bootdev) == 0) { in set_boot_dev_var()
653 if ((strlen(bootdev) == 0) && (opp->oprom_size == 0)) { in set_boot_dev_var()
699 "bootdev", in get_boot_dev_var()
735 * bootdev in get_boot_dev_var()
[all...]
/titanic_51/usr/src/uts/i86pc/os/
H A Dfakebop.c1664 multiboot_tag_bootdev_t *bootdev = NULL; in build_boot_properties() local
1668 bootdev = dboot_multiboot2_find_tag(mbi, in build_boot_properties()
1673 if (bootdev != NULL) { in build_boot_properties()
1674 DBG(bootdev->mb_biosdev); in build_boot_properties()
1675 boot_device = bootdev->mb_biosdev; in build_boot_properties()
/titanic_51/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c93 initial_bootdev = kargs->bootdev; in main()
/titanic_51/usr/src/uts/sun4v/
H A DMakefile.files165 BOOTDEV_OBJS += bootdev.o
H A DMakefile.sun4v389 MISC_KMODS += bootdev
/titanic_51/usr/src/uts/sun4u/
H A DMakefile.files176 BOOTDEV_OBJS += bootdev.o
H A DMakefile.sun4u427 MISC_KMODS += obpsym bootdev vis cpr platmod md5 sha1 i2c_svc
/titanic_51/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s831 * Stubs for bootdev
834 MODULE(bootdev,misc);
835 STUB(bootdev, i_promname_to_devname, 0);
836 STUB(bootdev, i_convert_boot_device_name, 0);
837 END_MODULE(bootdev);
/titanic_51/usr/src/uts/intel/
H A DMakefile.files276 bootdev.o

12