Searched refs:_be_list (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libbe/common/ |
H A D | libbe_priv.h | 151 int _be_list(char *, be_node_list_t **, uint64_t);
|
H A D | be_list.c | 137 ret = _be_list(be_name, be_nodes, flags); in be_list() 217 _be_list(char *be_name, be_node_list_t **be_nodes, uint64_t flags) in _be_list() function
|
H A D | be_activate.c | 278 if ((ret = _be_list(cb.obe_name, &be_nodes, BE_LIST_DEFAULT)) in _be_activate() 449 if (_be_list(be_name, &be_node, BE_LIST_DEFAULT) != BE_SUCCESS) { in be_is_active_on_boot()
|
H A D | be_utils.c | 3462 } else if (_be_list(NULL, &be_nodes, BE_LIST_DEFAULT) != BE_SUCCESS) { in be_get_auto_name() 3754 if (_be_list(NULL, &be_nodes, BE_LIST_DEFAULT) == BE_SUCCESS) { in be_create_menu()
|