Searched refs:stage1_5 (Results 1 – 8 of 8) sorted by relevance
/external/grub/stage2/ |
D | Makefile.am | 141 stage1_5.c fsys_ext2fs.c bios.c 150 stage1_5.c fsys_fat.c bios.c 159 stage1_5.c fsys_ffs.c bios.c 168 stage1_5.c fsys_ufs2.c bios.c 177 stage1_5.c fsys_minix.c bios.c 186 disk_io.c stage1_5.c fsys_reiserfs.c bios.c 195 disk_io.c stage1_5.c fsys_vstafs.c bios.c 204 disk_io.c stage1_5.c fsys_jfs.c bios.c 213 disk_io.c stage1_5.c fsys_xfs.c bios.c 222 disk_io.c stage1_5.c fsys_iso9660.c bios.c
|
D | Makefile.in | 137 e2fs_stage1_5_exec-stage1_5.$(OBJEXT) \ 147 fat_stage1_5_exec-stage1_5.$(OBJEXT) \ 157 ffs_stage1_5_exec-stage1_5.$(OBJEXT) \ 168 iso9660_stage1_5_exec-stage1_5.$(OBJEXT) \ 178 jfs_stage1_5_exec-stage1_5.$(OBJEXT) \ 188 minix_stage1_5_exec-stage1_5.$(OBJEXT) \ 233 reiserfs_stage1_5_exec-stage1_5.$(OBJEXT) \ 250 ufs2_stage1_5_exec-stage1_5.$(OBJEXT) \ 261 vstafs_stage1_5_exec-stage1_5.$(OBJEXT) \ 271 xfs_stage1_5_exec-stage1_5.$(OBJEXT) \ [all …]
|
D | builtins.c | 1022 char *stage1_5; in embed_func() local 1028 stage1_5 = arg; in embed_func() 1029 device = skip_to (0, stage1_5); in embed_func() 1032 if (! grub_open (stage1_5)) in embed_func() 3857 auto int embed_stage1_5 (char * stage1_5, int drive, int partition); in setup_func() 3898 int embed_stage1_5 (char *stage1_5, int drive, int partition) in setup_func() 3903 grub_sprintf (cmd_arg, "%s %s", stage1_5, device); in setup_func() 4047 char stage1_5[64]; in setup_func() local 4049 grub_sprintf (stage1_5, "%s%s", prefix, stage1_5_map[i].name); in setup_func() 4050 if (check_file (stage1_5)) in setup_func() [all …]
|
/external/grub/util/ |
D | grub-install | 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
|
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
|
/external/grub/ |
D | ChangeLog | 1615 * stage2/stage1_5.c (saved_sector): Initialized with -1. 2008 * stage2/stage1_5.c: Likewise. 2667 position of the embedded stage1_5 for setup_func. 2871 embedded stage1_5 give the path to menu.lst as real_config_file. 4021 the --force-lba switch in stage2/stage1_5. 5864 * stage2/stage1_5.c (cmain): Call grub_close after grub_read. 6270 * stage2/stage1_5.c (cmain): Call grub_close after grub_open. 6577 * stage2/stage1_5.c: Change the second argument for chain_stage2 8144 * shared_src/stage1_5.c: Moved to ... 8145 * stage2/stage1_5.c: ... here.
|
/external/grub/docs/ |
D | grub.texi | 484 @file{*stage1_5} to the directory @file{/boot/grub}, and run the 2813 @deffn Command embed stage1_5 device 2814 Embed the Stage 1.5 @var{stage1_5} in the sectors after the MBR if 2818 @var{stage1_5} occupies, if successful.
|
D | grub.info | 434 to copy the files `stage1', `stage2', and `*stage1_5' to the directory 2635 -- Command: embed stage1_5 device
|