Home
last modified time | relevance | path

Searched refs:be_find_current_be (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_snapshot.c266 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in be_rollback()
425 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in _be_create_snapshot()
657 if ((err = be_find_current_be(&bt)) != BE_SUCCESS) { in _be_destroy_snapshot()
H A Dlibbe_priv.h205 int be_find_current_be(be_transaction_data_t *);
H A Dbe_rename.c104 if (be_find_current_be(&cbt) != BE_SUCCESS) { in be_rename()
H A Dbe_create.c421 if ((ret = be_find_current_be(&cur_bt)) != BE_SUCCESS) { in be_destroy()
670 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in be_copy()
H A Dbe_list.c237 if (be_find_current_be(&bt) != BE_SUCCESS) { in _be_list()
H A Dbe_utils.c130 ret = be_find_current_be(&bt); in be_get_boot_args()
2729 be_find_current_be(be_transaction_data_t *bt) in be_find_current_be() function
H A Dbe_activate.c459 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in be_activate_current_be()