Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4601 struct stage1_5_map { in setup_func() struct
4605 struct stage1_5_map stage1_5_map[] = in setup_func() local
4719 int size = sizeof (stage1_5_map) / sizeof (stage1_5_map[0]); in setup_func()
4723 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func()
4728 grub_sprintf (stage1_5, "%s%s", prefix, stage1_5_map[i].name); in setup_func()