Searched defs:config_file_location (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2258 char *config_file_location;
2538 config_file_location = stage2_second_buffer + STAGE2_VER_STR_OFFS;
2539 while (*(config_file_location++))
2555 grub_memmove (config_file_location, (char *) &device,
2569 grub_strcpy (config_file_location, ptr);
2596 grub_memmove (config_file_location, (char *) &device,
2598 grub_strcpy (config_file_location + sizeof (device),
2230 char *config_file_location; local

Completed in 56 milliseconds