Searched refs:find_matching_entry (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c614 find_matching_entry( function
623 const char *fcn = "find_matching_entry()";
734 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
740 entry = find_matching_entry(entry->next, grubsign,
784 entry = find_matching_entry(entry->next, grubsign, grubroot,
805 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
812 entry = find_matching_entry(entry->next, grubsign, grubroot,
844 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
903 entry = find_matching_entry(entry->next, grubsign, grubroot,

Completed in 45 milliseconds