Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3694 real_root_func (char *arg, int attempt_mount) in real_root_func() function
3756 return real_root_func (arg, 1); in root_func()
3803 return real_root_func (root, 1); in findroot_func()
3877 return real_root_func (arg, 0); in rootnoverify_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1310 (real_root_func): Check ERRNUM after calling set_bootdev.
1547 (real_root_func): If ATTEMPT_MOUNT is false, call open_partition
1557 * stage2/builtins.c (real_root_func): New function.
1558 (root_func): Just call real_root_func.