Home
last modified time | relevance | path

Searched refs:value_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c853 if (v != SCF_DECORATE_CLEAR && handle != v->value_handle) in scf_handle_decorate()
996 if (v->value_handle != handle) in _scf_handle_decorations()
4329 if (h != v->value_handle) in scf_entry_add_value()
4401 ret->value_handle = h; in scf_value_create()
4425 scf_handle_t *h = val->value_handle; in scf_value_reset_locked()
4446 val->value_handle = NULL; in scf_value_reset_locked()
4457 scf_handle_t *h = val->value_handle; in scf_value_reset()
4467 return (handle_get(val->value_handle)); in scf_value_handle()
4478 h = val->value_handle; in scf_value_destroy()
4489 scf_handle_t *h = val->value_handle; in scf_value_base_type()
[all …]
H A Dlowlevel_impl.h154 scf_handle_t *value_handle; member