Home
last modified time | relevance | path

Searched refs:tp_val (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c172 nvlist_free(pv->tp_val); in prop_method_get()
173 pv->tp_val = nvl; in prop_method_get()
189 if (pv->tp_flag & TOPO_PROP_NONVOLATILE && pv->tp_val != NULL) in prop_get()
226 ret = nvlist_lookup_int32(pv->tp_val, TOPO_PROP_VAL_VAL, in prop_getval()
230 ret = nvlist_lookup_uint32(pv->tp_val, in prop_getval()
234 ret = nvlist_lookup_int64(pv->tp_val, TOPO_PROP_VAL_VAL, in prop_getval()
238 ret = nvlist_lookup_uint64(pv->tp_val, in prop_getval()
242 ret = nvlist_lookup_double(pv->tp_val, in prop_getval()
248 ret = nvlist_lookup_string(pv->tp_val, in prop_getval()
262 ret = nvlist_lookup_nvlist(pv->tp_val, in prop_getval()
[all …]
H A Dtopo_prop.h63 nvlist_t *tp_val; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c401 mdb_printf(" %-32s %-16s value: %p\n", name, type, pval.tp_val); in dump_propval()