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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c601 * boot_pool - Used if the pool containing the grub menu is
616 be_append_menu(char *be_name, char *be_root_pool, char *boot_pool, argument
642 if (boot_pool == NULL)
643 boot_pool = be_root_pool;
812 boot_pool) != BE_SUCCESS) {
899 * boot_pool - the pool where the BE is, if different than
909 be_remove_menu(char *be_name, char *be_root_pool, char *boot_pool) argument
937 if (boot_pool == NULL)
938 boot_pool = be_root_pool;
1743 * boot_pool
1753 be_update_menu(char *be_orig_name, char *be_new_name, char *be_root_pool, char *boot_pool) argument
[all...]

Completed in 205 milliseconds