Searched refs:stage1 (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.solaris26 STAGE1_DATA = stage1
27 STAGE1_EXEC = stage1.exec
28 STAGE1_ASMOBJS = stage1.o
36 SRC_DIR = $(ROOT_SRC)/stage1
37 SRC_FILES = Makefile.am Makefile.in stage1.S stage1.h
H A Dstage1.S21 #include <stage1.h>
38 .file "stage1.S"
/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh386 vlog "cd $ZONEROOT && $stage1 "$insrc" | install_flar"
566 stage1=$1
572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
638 stage1=$1
641 get_archive_base "$stage1" "$archive" "cpio -it"
645 vlog "cd \"$ARCHIVE_BASE\" && $stage1 \"$archive\" | cpio $cpioopts"
649 ( cd "$ARCHIVE_BASE" && $stage1 "$archive" | cpio $cpioopts )
766 stage1="cat"
935 stage1="cat"
937 stage1
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/zfs/bootinstall/
H A Dbootinstall.sh55 STAGE1=/boot/grub/stage1
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris12 SUBDIRS = netboot stage2 stage1 lib grub util docs
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.solaris10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in42 stage1dir="$thisdir/../stage1"
65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
H A Dgrub-install.in306 if test -f "$pkglibdir/stage1"; then
309 echo "${pkglibdir}/stage1: Not found." 1>&2
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
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.solaris24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
/opensolaris-onvv-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh115 STAGE1="$ALT_ROOT"/boot/grub/stage1
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.mf41 dir path=usr/share/src/grub/stage1
188 file path=usr/share/src/grub/stage1/Makefile.am
189 file path=usr/share/src/grub/stage1/Makefile.in
190 file path=usr/share/src/grub/stage1/stage1.S
191 file path=usr/share/src/grub/stage1/stage1.h
H A Dsystem-boot-grub.mf62 $(i386_ONLY)file path=boot/grub/stage1 group=sys
/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c714 char stage1[MAXPATHLEN]; local
750 (void) snprintf(stage1, sizeof (stage1), "%s%s", tmp_mntpt, BE_STAGE_1);
827 BE_INSTALL_GRUB, stage1, stage2, vname);
848 BE_INSTALL_GRUB, stage1, stage2, vname);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A DMakefile.solaris111 INCLUDES = -I. -I.. -I../stage2 -I../stage1
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4863 char stage1[64];
5024 /* Check if stage1 exists. If the user doesn't specify the option
5031 grub_sprintf (stage1, "%s%s", prefix, "/stage1");
5032 if (! check_file (stage1))
5036 grub_sprintf (stage1, "%s%s", prefix, "/stage1");
5037 if (! check_file (stage1))
5043 grub_sprintf (stage1, "%s%s", prefix, "/stage1");
4810 char stage1[64]; local
[all...]
H A Dshared.h212 #include <stage1.h>
775 /* Enter the stage1.5/stage2 C code after the stack is set up. */
H A DMakefile.solaris17 INCLUDES = -I. -I.. -I../stage1 -I../netboot

Completed in 211 milliseconds