Lines Matching refs:TOPO_PROP_VAL_VAL

226 			ret = nvlist_lookup_int32(pv->tp_val, TOPO_PROP_VAL_VAL,  in prop_getval()
231 TOPO_PROP_VAL_VAL, (uint32_t *)val); in prop_getval()
234 ret = nvlist_lookup_int64(pv->tp_val, TOPO_PROP_VAL_VAL, in prop_getval()
239 TOPO_PROP_VAL_VAL, (uint64_t *)val); in prop_getval()
243 TOPO_PROP_VAL_VAL, (double *)val); in prop_getval()
249 TOPO_PROP_VAL_VAL, &str); in prop_getval()
263 TOPO_PROP_VAL_VAL, &nvl); in prop_getval()
273 TOPO_PROP_VAL_VAL, &a2, nelems)) != 0) in prop_getval()
289 TOPO_PROP_VAL_VAL, &a2, nelems)) != 0) in prop_getval()
305 TOPO_PROP_VAL_VAL, &a2, nelems)) != 0) in prop_getval()
321 TOPO_PROP_VAL_VAL, &a2, nelems)) != 0) in prop_getval()
337 TOPO_PROP_VAL_VAL, &a2, nelems)) != 0) in prop_getval()
362 TOPO_PROP_VAL_VAL, &a2, nelems)) != 0) in prop_getval()
587 ret |= nvlist_add_int32(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
591 ret |= nvlist_add_uint32(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
595 ret |= nvlist_add_int64(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
599 ret |= nvlist_add_uint64(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
603 ret |= nvlist_add_double(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
607 ret |= nvlist_add_string(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
611 ret |= nvlist_add_nvlist(nvl, TOPO_PROP_VAL_VAL, in topo_prop_set()
616 TOPO_PROP_VAL_VAL, (int32_t *)val, nelems); in topo_prop_set()
620 TOPO_PROP_VAL_VAL, (uint32_t *)val, nelems); in topo_prop_set()
624 TOPO_PROP_VAL_VAL, (int64_t *)val, nelems); in topo_prop_set()
628 TOPO_PROP_VAL_VAL, (uint64_t *)val, nelems); in topo_prop_set()
632 TOPO_PROP_VAL_VAL, (char **)val, nelems); in topo_prop_set()
636 TOPO_PROP_VAL_VAL, (nvlist_t **)val, nelems); in topo_prop_set()