Home
last modified time | relevance | path

Searched refs:stage2 (Results 1 – 25 of 42) sorted by relevance

12

/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c372 ig_stage2_t *stage2 = &data.stage2; in handle_getinfo() local
403 ret = read_stage2_from_disk(device->part_fd, stage2, device->type); in handle_getinfo()
418 einfo = find_einfo(stage2->extra, stage2->extra_size); in handle_getinfo()
432 size = stage2->buf_size - P2ROUNDUP(stage2->file_size, 8); in handle_getinfo()
459 ig_stage2_t *stage2_curr = &curr_data.stage2; in handle_mirror()
460 ig_stage2_t *stage2_attach = &attach_data.stage2; in handle_mirror()
583 ig_stage2_t *src_stage2 = &source->stage2; in propagate_bootblock()
584 ig_stage2_t *dest_stage2 = &target->stage2; in propagate_bootblock()
720 cleanup_stage2(ig_stage2_t *stage2) in cleanup_stage2() argument
722 if (stage2->buf) in cleanup_stage2()
[all …]
H A Dinstallgrub.h65 ig_stage2_t stage2; member
/titanic_50/usr/src/pkg/manifests/
H A Dsource-system-grub.mf43 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_50/usr/src/grub/grub-0.97/
H A DChangeLog17 * 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 DAUTHORS38 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 DMakefile.solaris.defs33 # 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 DMakefile.am3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
H A DMakefile.solaris12 SUBDIRS = netboot stage2 stage1 lib grub util docs
/titanic_50/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in40 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 Dgrub-install.in410 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 Dmkbimage369 stage2_os_name=`find ${image}1 -name stage2 -type f`
/titanic_50/usr/src/grub/grub-0.97/grub/
H A DMakefile.am13 $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \
19 grub_LDADD = ../stage2/libgrub.a ../lib/libcommon.a $(GRUB_LIBS)
H A DMakefile.solaris13 $(GRUB) := LIBS = ../stage2/libgrub.a ../lib/libcommon.a -lcurses
24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
H A DMakefile.in58 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_50/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am23 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 DMakefile.solaris88 libgrub_a-stage2.o \
181 diskless_exec-stage2.o \
394 pre_stage2_exec-stage2.o \
450 STAGE2_DATA = stage2
608 SRC_DIR = $(ROOT_SRC)/stage2
622 size_test smp-imps.c smp-imps.h stage1_5.c stage2.c \
H A DMakefile.in79 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_50/usr/src/lib/libbe/common/
H A Dbe_activate.c876 char *stage2, uint16_t flags) in be_do_installboot_helper() argument
953 stage1, stage2, diskname); in be_do_installboot_helper()
962 "%s %s %s %s", BE_INSTALL_BOOT, flag, stage2, diskname); in be_do_installboot_helper()
1216 char stage2[MAXPATHLEN]; in be_do_installboot() local
1256 (void) snprintf(stage2, sizeof (stage2), "%s%s", in be_do_installboot()
1271 (void) snprintf(stage2, sizeof (stage2), in be_do_installboot()
1338 stage1, stage2, flags); in be_do_installboot()
1346 stage2, flags); in be_do_installboot()
/titanic_50/usr/src/grub/grub-0.97/lib/
H A DMakefile.am3 AM_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/stage2 \
H A DMakefile.solaris10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-338 - 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_50/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh113 STAGE2="$ALT_ROOT"/boot/grub/stage2
/titanic_50/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh568 stage2=$3
572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
/titanic_50/exception_lists/
H A Dcopyright105 usr/src/grub/grub-0.97/stage2/Makefile.am
106 usr/src/grub/grub-0.97/stage2/builtins.c
107 usr/src/grub/grub-0.97/stage2/disk_io.c
108 usr/src/grub/grub-0.97/stage2/pc_slice.h
109 usr/src/grub/grub-0.97/stage2/gpt.h
110 usr/src/grub/grub-0.97/stage2/shared.h
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A DMakefile.solaris111 INCLUDES = -I. -I.. -I../stage2 -I../stage1

12