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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1611 find_common (char *arg, char *root, int for_root, int flags)
1627 if (for_root && arg[0] == '(') {
1637 } else if (for_root && !grub_strchr(arg, '/')) {
1660 if (for_root) {
1680 if (for_root && tmp_argpart) {
1726 if (for_root) {
1751 if (is_zfs_mount && for_root) {
1592 find_common(char *arg, char *root, int for_root, int flags) argument

Completed in 67 milliseconds