Home
last modified time | relevance | path

Searched refs:_be_list (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h160 int _be_list(char *, be_node_list_t **, uint64_t);
H A Dbe_list.c142 ret = _be_list(be_name, be_nodes, flags); in be_list()
222 _be_list(char *be_name, be_node_list_t **be_nodes, uint64_t flags) in _be_list() function
H A Dbe_activate.c301 if ((ret = _be_list(cb.obe_name, &be_nodes, BE_LIST_DEFAULT)) in _be_activate()
496 if (_be_list(be_name, &be_node, BE_LIST_DEFAULT) != BE_SUCCESS) { in be_is_active_on_boot()
H A Dbe_utils.c145 ret = _be_list(NULL, &be_nodes, BE_LIST_DEFAULT); in be_get_boot_args()
3764 } else if (_be_list(NULL, &be_nodes, BE_LIST_DEFAULT) != BE_SUCCESS) { in be_get_auto_name()
4056 if (_be_list(NULL, &be_nodes, BE_LIST_DEFAULT) == BE_SUCCESS) { in be_create_menu()