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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c106 static void scf_value_reset_locked(scf_value_t *val, int and_destroy);
3742 entry_invalidate(scf_transaction_entry_t *cur, int and_destroy, argument
3766 if (and_destroy || and_reset_value)
3767 scf_value_reset_locked(v, and_destroy);
4121 scf_transaction_reset_impl(scf_transaction_t *tran, int and_destroy, argument
4135 entry_invalidate(cur, and_destroy, and_reset_value);
4136 if (and_destroy)
4360 scf_value_reset_locked(scf_value_t *val, int and_destroy) argument
4385 if (and_destroy) {

Completed in 130 milliseconds