Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh48 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs \
50 if [ X"$bootdev" = "X" ]; then
124 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs | \
126 rpcfsdev=`echo "$bootdev" | sed -e "s/dev\/dsk/dev\/rdsk/"`
/titanic_41/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_41/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_41/usr/src/uts/intel/bootdev/
H A DMakefile42 MODULE = bootdev
/titanic_41/usr/src/uts/sun4u/bootdev/
H A DMakefile40 MODULE = bootdev
/titanic_41/usr/src/uts/sun4v/bootdev/
H A DMakefile40 MODULE = bootdev
/titanic_41/usr/src/uts/i86pc/cpr/
H A DMakefile62 LDFLAGS += -dy -N misc/acpica -N misc/bootdev
/titanic_41/usr/src/uts/sun4u/cpr/
H A DMakefile80 LDFLAGS += -dy -N misc/bootdev
/titanic_41/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()
H A Dshared.h1065 void bsd_boot (kernel_t type, int bootdev, char *arg)
H A Dbuiltins.c57 static int bootdev; variable
106 bootdev = set_bootdev (0); in init_builtins()
279 bsd_boot (kernel_type, bootdev, (char *) mbi.cmdline); in boot_func()
3734 bootdev = set_bootdev (hdbias); in real_root_func()
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s744 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_41/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c140 static int set_boot_dev_var(struct openpromio *opp, char *bootdev);
545 set_boot_dev_var(struct openpromio *opp, char *bootdev) in set_boot_dev_var() argument
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()
/titanic_41/usr/src/uts/sun4v/
H A DMakefile.files166 BOOTDEV_OBJS += bootdev.o
H A DMakefile.sun4v389 MISC_KMODS += bootdev
/titanic_41/usr/src/uts/sun4u/
H A DMakefile.files178 BOOTDEV_OBJS += bootdev.o
H A DMakefile.sun4u427 MISC_KMODS += obpsym bootdev vis cpr platmod md5 sha1 i2c_svc
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s834 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_41/usr/src/uts/intel/
H A DMakefile.files291 bootdev.o
H A DMakefile.intel574 MISC_KMODS += bootdev
/titanic_41/usr/src/psm/stand/bootblks/common/
H A Dboot.fth122 : get-bootdev ( -- )
663 get-bootdev
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.mf645 $(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755
683 $(i386_ONLY)file path=kernel/misc/bootdev group=sys mode=0755
H A Dsystem-kernel-platform.mf1064 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/bootdev group=sys \
1142 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/bootdev group=sys \