Home
last modified time | relevance | path

Searched refs:stage2_os_file (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2246 char *stage2_os_file = 0; in install_func() local
2317 stage2_os_file = arg + sizeof ("--stage2=") - 1; in install_func()
2319 nul_terminate (stage2_os_file); in install_func()
2628 if (stage2_os_file) in install_func()
2632 fp = fopen (stage2_os_file, "r+"); in install_func()
2670 if (! is_stage1_5 && stage2_os_file) in install_func()
2674 fp = fopen (stage2_os_file, "r+"); in install_func()