Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h181 int grub_current_root(grub_fs_t *, grub_root_t *);
H A Dlibgrub_menu.c365 (ret = grub_current_root(&mp->gm_fs, &mp->gm_root)) != 0) in grub_menu_init()
H A Dlibgrub_fs.c438 grub_current_root(grub_fs_t *fs, grub_root_t *root) in grub_current_root() function