/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | update_grub.ksh | 48 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 D | fcalupdate.c | 599 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 D | cpr_sparc.c | 193 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 D | Makefile | 42 MODULE = bootdev
|
/titanic_41/usr/src/uts/sun4u/bootdev/ |
H A D | Makefile | 40 MODULE = bootdev
|
/titanic_41/usr/src/uts/sun4v/bootdev/ |
H A D | Makefile | 40 MODULE = bootdev
|
/titanic_41/usr/src/uts/i86pc/cpr/ |
H A D | Makefile | 62 LDFLAGS += -dy -N misc/acpica -N misc/bootdev
|
/titanic_41/usr/src/uts/sun4u/cpr/ |
H A D | Makefile | 80 LDFLAGS += -dy -N misc/bootdev
|
/titanic_41/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, 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 D | shared.h | 1065 void bsd_boot (kernel_t type, int bootdev, char *arg)
|
H A D | builtins.c | 57 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 D | modstubs.s | 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_41/usr/src/lib/libdevinfo/ |
H A D | devfsinfo.c | 140 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 D | Makefile.files | 166 BOOTDEV_OBJS += bootdev.o
|
H A D | Makefile.sun4v | 389 MISC_KMODS += bootdev
|
/titanic_41/usr/src/uts/sun4u/ |
H A D | Makefile.files | 178 BOOTDEV_OBJS += bootdev.o
|
H A D | Makefile.sun4u | 427 MISC_KMODS += obpsym bootdev vis cpr platmod md5 sha1 i2c_svc
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 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_41/usr/src/uts/intel/ |
H A D | Makefile.files | 291 bootdev.o
|
H A D | Makefile.intel | 574 MISC_KMODS += bootdev
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 122 : get-bootdev ( -- ) 663 get-bootdev
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.mf | 645 $(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 D | system-kernel-platform.mf | 1064 $(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 \
|