Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c60 free(value->nwv_values.nwv_uint64); in nwam_value_free()
114 if ((newvalue->nwv_values.nwv_uint64 = in nwam_value_create()
120 newvalue->nwv_values.nwv_uint64[i] = values_uint64[i]; in nwam_value_create()
170 values = old->nwv_values.nwv_uint64; in nwam_value_copy()
300 *valuesp = value->nwv_values.nwv_uint64; in nwam_value_get_uint64_array()
H A Dlibnwam_impl.h104 uint64_t *nwv_uint64; member