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.c987 if (v->value_handle != handle) in _scf_handle_decorations()
4320 if (h != v->value_handle) in scf_entry_add_value()
4392 ret->value_handle = h; in scf_value_create()
4437 val->value_handle = NULL; in scf_value_reset_locked()
4469 h = val->value_handle; in scf_value_destroy()
4684 scf_handle_t *h = v->value_handle; in scf_value_get_opaque()
4703 scf_handle_t *h = v->value_handle; in scf_value_set_boolean()
4715 scf_handle_t *h = v->value_handle; in scf_value_set_count()
4727 scf_handle_t *h = v->value_handle; in scf_value_set_integer()
5051 if (h != v->value_handle) in scf_iter_next_value()
[all …]
H A Dlowlevel_impl.h154 scf_handle_t *value_handle; member