Searched defs:stage1_5 (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 1538 char *stage1_5; 1544 stage1_5 = arg; 1545 device = skip_to (0, stage1_5); 1548 if (! grub_open (stage1_5)) 5009 auto int embed_stage1_5 (char * stage1_5, int drive, int partition); 5050 int embed_stage1_5 (char *stage1_5, int drive, int partition) 5055 grub_sprintf (cmd_arg, "%s %s", stage1_5, device); 5200 char stage1_5[64]; 5202 grub_sprintf (stage1_5, "%s%s", prefix, stage1_5_map[i].name); 5203 if (check_file (stage1_5)) 1521 char *stage1_5; local 4997 embed_stage1_5(char *stage1_5, int drive, int partition) argument 5147 char stage1_5[64]; local [all...] |
Completed in 36 milliseconds