/titanic_41/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 365 ig_stage2_t *stage2 = &data.stage2; in handle_getinfo() local 396 ret = read_stage2_from_disk(device->part_fd, stage2, device->type); in handle_getinfo() 411 einfo = find_einfo(stage2->extra, stage2->extra_size); in handle_getinfo() 425 size = stage2->buf_size - P2ROUNDUP(stage2->file_size, 8); in handle_getinfo() 452 ig_stage2_t *stage2_curr = &curr_data.stage2; in handle_mirror() 453 ig_stage2_t *stage2_attach = &attach_data.stage2; in handle_mirror() 576 ig_stage2_t *src_stage2 = &source->stage2; in propagate_bootblock() 577 ig_stage2_t *dest_stage2 = &target->stage2; in propagate_bootblock() 713 cleanup_stage2(ig_stage2_t *stage2) in cleanup_stage2() argument 715 if (stage2->buf) in cleanup_stage2() [all …]
|
H A D | installgrub.h | 65 ig_stage2_t stage2; member
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 43 dir path=usr/share/src/grub/stage2 44 dir path=usr/share/src/grub/stage2/zfs-include 193 file path=usr/share/src/grub/stage2/$(ARCH)-elf.h 194 file path=usr/share/src/grub/stage2/Makefile.am 195 file path=usr/share/src/grub/stage2/Makefile.in 196 file path=usr/share/src/grub/stage2/apic.h 197 file path=usr/share/src/grub/stage2/apm.S 198 file path=usr/share/src/grub/stage2/asm.S 199 file path=usr/share/src/grub/stage2/bios.c 200 file path=usr/share/src/grub/stage2/boot.c [all …]
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 17 * stage2/cmdline.c (run_script): Fix a reversed conditional. 23 * stage2/fsys_ext2fs.c (ext2fs_read): Handle sparse files. 27 * stage2/stage2.c (cmain): Terminate DEFAULT_FILE with NUL 53 * stage2/Makefile.am: Likewise. 77 * stage2/stage2.c (run_menu): Change the fallback handling to 82 * stage2/shared.h (DEFAULT_FILE_BUF): New macro. 91 * stage2/cmdline.c (run_script): Use FALLBACK_ENTRYNO instead of 94 * stage2/builtins.c (fallback_entry): Removed. 116 * stage2/ufs2.h (int8_t): Renamed to ... 150 * stage2/ufs2.h (__uint8_t): Remove. [all …]
|
H A D | AUTHORS | 38 Klaus Reichl wrote stage2/fsys_minix.c. 42 Jochen Hoenicke rewrote stage2/fsys_fat.c and wrote 43 stage2/fsys_reiserfs.c and stage2/md5.c.
|
H A D | Makefile.solaris.defs | 33 # the sizes of stage2 and pxegrub and may cause malfunction. 36 # Include netboot support in stage2 (on by default). 37 # This only affects stage2, not pxegrub (diskless support).
|
H A D | Makefile.am | 3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
|
H A D | Makefile.solaris | 12 SUBDIRS = netboot stage2 stage1 lib grub util docs
|
/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | grub-image.in | 40 if test -f $thisdir/../stage2/stage2; then 65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \ 134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
|
H A D | grub-install.in | 410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do 414 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do 425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do 456 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive
|
H A D | mkbimage | 369 stage2_os_name=`find ${image}1 -name stage2 -type f`
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | Makefile.am | 13 $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \ 19 grub_LDADD = ../stage2/libgrub.a ../lib/libcommon.a $(GRUB_LIBS)
|
H A D | Makefile.solaris | 13 $(GRUB) := LIBS = ../stage2/libgrub.a ../lib/libcommon.a -lcurses 24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
|
H A D | Makefile.in | 58 grub_DEPENDENCIES = ../stage2/libgrub.a ../lib/libcommon.a \ 187 $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \ 192 grub_LDADD = ../stage2/libgrub.a ../lib/libcommon.a $(GRUB_LIBS)
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.am | 23 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \ 37 pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ data 50 pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ data 105 gunzip.c hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c \ 138 stage2: pre_stage2 start target 139 -rm -f stage2 140 cat start pre_stage2 > stage2
|
H A D | Makefile.solaris | 89 libgrub_a-stage2.o \ 182 diskless_exec-stage2.o \ 395 pre_stage2_exec-stage2.o \ 451 STAGE2_DATA = stage2 609 SRC_DIR = $(ROOT_SRC)/stage2 623 size_test smp-imps.c smp-imps.h stage1_5.c stage2.c \
|
H A D | Makefile.in | 79 subdir = stage2 110 libgrub_a-stage2.$(OBJEXT) libgrub_a-terminfo.$(OBJEXT) \ 140 diskless_exec-stage2.$(OBJEXT) \ 237 pre_stage2_exec-stage2.$(OBJEXT) \ 498 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \ 507 @DISKLESS_SUPPORT_FALSE@pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ 513 @DISKLESS_SUPPORT_TRUE@pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ 547 gunzip.c hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c \ 747 $(AUTOMAKE) --gnu stage2/Makefile 865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskless_exec-stage2.Po@am__quote@ [all …]
|
/titanic_41/usr/src/grub/grub-0.97/lib/ |
H A D | Makefile.am | 3 AM_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/stage2 \
|
H A D | Makefile.solaris | 10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 825 char *stage2) in be_do_installgrub_helper() argument 870 "%s %s %s %s %s", BE_INSTALL_GRUB, m_flag, stage1, stage2, in be_do_installgrub_helper() 920 char stage2[MAXPATHLEN]; in be_do_installgrub() local 954 (void) snprintf(stage2, sizeof (stage2), "%s%s", tmp_mntpt, BE_STAGE_2); in be_do_installgrub() 1018 stage1, stage2); in be_do_installgrub() 1026 stage2); in be_do_installgrub()
|
/titanic_41/usr/src/cmd/fs.d/zfs/bootinstall/ |
H A D | bootinstall.sh | 56 STAGE2=/boot/grub/stage2
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 38 - Command: install [`--force-lba'] [`--stage2=os_stage2_file'] 59 reads the first block of stage2, modifies it with the values of 61 string CONFIG_FILE into the area telling the stage2 where to look 87 *Caution3:* You must specify the option `--stage2' in the grub 88 shell, if you cannot unmount the filesystem where your stage2 file 330 - Command: setup [`--force-lba'] [`--stage2=os_stage2_file'] 345 The options `--force-lba' and `--stage2' are just passed to 430 The stage2 or stage1.5 is being read from a hard disk, and the 434 The stage2 or stage1.5 is being read from a floppy disk, and the 440 A disk read error happened while trying to read the stage2 or [all …]
|
/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | update_grub.ksh | 116 STAGE2="$ALT_ROOT"/boot/grub/stage2
|
/titanic_41/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 568 stage2=$3 572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
|
/titanic_41/exception_lists/ |
H A D | copyright | 96 usr/src/grub/grub-0.97/stage2/Makefile.am 97 usr/src/grub/grub-0.97/stage2/builtins.c 98 usr/src/grub/grub-0.97/stage2/disk_io.c 99 usr/src/grub/grub-0.97/stage2/pc_slice.h 100 usr/src/grub/grub-0.97/stage2/gpt.h 101 usr/src/grub/grub-0.97/stage2/shared.h
|