Lines Matching defs:grubroot
634 char *grubroot,
647 grubroot, opt));
672 == 0 && strcmp(line->arg, grubroot) == 0) {
738 bam_add_findroot(menu_t *mp, char *grubsign, char *grubroot, int root_opt)
751 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
758 grubroot, root_opt);
801 entry = find_matching_entry(entry->next, grubsign, grubroot,
815 bam_add_hv(menu_t *mp, char *grubsign, char *grubroot, int root_opt)
822 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
829 entry = find_matching_entry(entry->next, grubsign, grubroot,
850 char *grubroot,
861 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
920 entry = find_matching_entry(entry->next, grubsign, grubroot,
935 char *grubroot;
976 /* not fatal if we can't get grubroot */
977 grubroot = get_grubroot(osroot, osdev, menu_root);
978 INJECT_ERROR1("UPGRADE_GRUBROOT", grubroot = NULL);
983 grubroot, root_optional(osroot, menu_root));
989 ret2 = bam_add_hv(mp, grubsign, grubroot,
998 grubroot, root_optional(osroot, menu_root));