Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel.c834 if (v != SCF_DECORATE_CLEAR && handle != v->value_handle) in scf_handle_decorate()
963 if (v->value_handle != handle) in _scf_handle_decorations()
4269 if (h != v->value_handle) in scf_entry_add_value()
4341 ret->value_handle = h; in scf_value_create()
4365 scf_handle_t *h = val->value_handle; in scf_value_reset_locked()
4386 val->value_handle = NULL; in scf_value_reset_locked()
4397 scf_handle_t *h = val->value_handle; in scf_value_reset()
4407 return (handle_get(val->value_handle)); in scf_value_handle()
4418 h = val->value_handle; in scf_value_destroy()
4429 scf_handle_t *h = val->value_handle; in scf_value_base_type()
[all …]
H A Dlowlevel_impl.h153 scf_handle_t *value_handle; member