Home
last modified time | relevance | path

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

12

/external/grub/
DAndroid.mk67 stage2/asm.S \
68 stage2/bios.c \
69 stage2/boot.c \
70 stage2/builtins.c \
71 stage2/char_io.c \
72 stage2/cmdline.c \
73 stage2/common.c \
74 stage2/console.c \
75 stage2/disk_io.c \
76 stage2/fsys_ext2fs.c \
[all …]
DChangeLog17 * stage2/fsys_xfs.c (next_dentry): Use arrays of arrays instead of
29 * stage2/stage2.c (cmain): Initialize DEFAULT_FILE to an empty
34 * stage2/fsys_fat.c (fat_mount): Ignore the 3rd bit of a media
45 * stage2/builtins.c (install_func): If DEST_DRIVE is a hard
67 * stage2/smp-imps.h (imps_any_new_apics): Removed.
74 * stage2/Makefile.am (libgrub_a_CFLAGS): Remove
84 * stage2/char_io.c (memcheck) [GRUB_UTIL]: Likewise.
86 * stage2/builtins.c (blocklist_func): Likewise.
114 * stage2/cmdline.c (run_script): Fix a reversed conditional.
120 * stage2/fsys_ext2fs.c (ext2fs_read): Handle sparse files.
[all …]
DAUTHORS29 Klaus Reichl wrote stage2/fsys_minix.c.
33 Jochen Hoenicke rewrote stage2/fsys_fat.c and wrote
34 stage2/fsys_reiserfs.c and stage2/md5.c.
DMakefile.am3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
Dconfigure.ac17 AC_CONFIG_SRCDIR([stage2/stage2.c])
665 AC_CONFIG_FILES([Makefile stage1/Makefile stage2/Makefile \
DNEWS165 * Add a new option `--stage2' into the commands "install" and "setup",
316 * The /sbin/grub stage2 simulator now works at least on GNU/Linux, and
323 stage2.
385 GRUB stage2 filesystem code. Simply compress the file using GNU
527 FFS floppy loading "/grub/stage2" as the main bootloader.
/external/grub/util/
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
Dgrub-image40 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
Dgrub-install410 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
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
Dmkbimage369 stage2_os_name=`find ${image}1 -name stage2 -type f`
/external/grub/grub/
DMakefile.am13 $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \
19 grub_LDADD = ../stage2/libgrub.a ../lib/libcommon.a $(GRUB_LIBS)
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)
/external/grub/stage2/
DMakefile.am21 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \
35 pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ data
46 pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ data
93 hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c
125 stage2: pre_stage2 start target
126 -rm -f stage2
127 cat start pre_stage2 > stage2
DMakefile.in75 subdir = stage2
102 libgrub_a-stage2.$(OBJEXT) libgrub_a-terminfo.$(OBJEXT) \
127 diskless_exec-stage2.$(OBJEXT) \
218 pre_stage2_exec-stage2.$(OBJEXT) \
450 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \
459 @DISKLESS_SUPPORT_FALSE@pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
463 @DISKLESS_SUPPORT_TRUE@pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
493 hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c
668 $(AUTOMAKE) --gnu stage2/Makefile
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskless_exec-stage2.Po@am__quote@
[all …]
Dbuiltins.c3845 char stage2[64]; in setup_func() local
4029 grub_sprintf (stage2, "%s%s", prefix, "/stage2"); in setup_func()
4034 if (! check_file (stage2)) in setup_func()
4059 grub_sprintf (config_filename, "%s%s", device, stage2); in setup_func()
4060 grub_strcpy (stage2, buffer); in setup_func()
4081 stage2, in setup_func()
4098 stage2, in setup_func()
/external/icu4c/tools/makeconv/
Dgenmbcs.c46 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member
293 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
724 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode()
758 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode()
786 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode()
792 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode()
869 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode()
883 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode()
1288 …for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2[start+i]==0 && mbcsData->stage2[prevEnd-i]=… in compactStage2()
1296 mbcsData->stage2[newStart++]=mbcsData->stage2[start++]; in compactStage2()
[all …]
Dgencnvex.c59 uint16_t stage2[MBCS_STAGE_2_SIZE]; member
232 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2); in CnvExtWrite()
254 if(extData->stage2[i]!=0) { in CnvExtWrite()
255 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]); in CnvExtWrite()
843 while(min<newBlock && extData->stage2[newBlock-1]==0) { in addFromUTrieEntry()
849 if(extData->stage2Top>LENGTHOF(extData->stage2)) { in addFromUTrieEntry()
858 if(extData->stage2[i2]==0) { in addFromUTrieEntry()
868 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT); in addFromUTrieEntry()
877 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; in addFromUTrieEntry()
905 extData->stage2[i2]=extData->stage3Sub1Block; in addFromUTrieEntry()
[all …]
/external/grub/lib/
DMakefile.am3 AM_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/stage2 \
/external/icu4c/common/
Ducnvmbcs.c734 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
755 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
757 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
775 const uint32_t *stage2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
801 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
803 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1263 uint32_t *stage2; in writeStage3Roundtrip() local
1308 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); in writeStage3Roundtrip()
1310 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip()
1331 *stage2|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip()
[all …]
/external/grub/docs/
Dinternals.texi86 See the file @file{stage2/shared.h}, for more information.
126 @file{stage2/start.S}.
164 See the file @file{stage2/asm.S}, for more information.
Dgrub.info434 to copy the files `stage1', `stage2', and `*stage1_5' to the directory
457 `stage2' from the image directory, and write them to the first and the
470 # dd if=stage2 of=/dev/fd0 bs=512 seek=1
626 `menu.lst'. You don't need to use `stage1' or `stage2', because El
1582 `stage2'
1596 between `stage1' and `stage2', that is to say, Stage 1.5 is loaded
2747 -- Command: install [`--force-lba'] [`--stage2=os_stage2_file']
2768 reads the first block of stage2, modifies it with the values of
2770 string CONFIG_FILE into the area telling the stage2 where to look
2796 *Caution3:* You must specify the option `--stage2' in the grub
[all …]
Dgrub.texi483 you need to copy the files @file{stage1}, @file{stage2}, and
505 and @file{stage2} from the image directory, and write them to the first
520 # @kbd{dd if=stage2 of=/dev/fd0 bs=512 seek=1}
690 @file{menu.lst}. You don't need to use @file{stage1} or @file{stage2},
1769 @item stage2
1783 between @file{stage1} and @file{stage2}, that is to say, Stage 1.5 is
2912 @deffn Command install [@option{--force-lba}] [@option{--stage2=os_stage2_file}] stage1_file [@opti…
2931 @var{config_file} are present, then it reads the first block of stage2,
2934 telling the stage2 where to look for a configuration file at boot
2960 @strong{Caution3:} You must specify the option @option{--stage2} in the
[all …]
/external/grub/netboot/
DMakefile.am2 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
/external/valgrind/main/
DREADME_DEVELOPERS138 program, not its stage2.

12