Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2233 char *config_file_location; in install_func() local
2513 config_file_location = stage2_second_buffer + STAGE2_VER_STR_OFFS; in install_func()
2514 while (*(config_file_location++)) in install_func()
2530 grub_memmove (config_file_location, (char *) &device, in install_func()
2544 grub_strcpy (config_file_location, ptr); in install_func()
2571 grub_memmove (config_file_location, (char *) &device, in install_func()
2573 grub_strcpy (config_file_location + sizeof (device), in install_func()