Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c57 free(value->nwv_values.nwv_int64); in nwam_value_free()
104 if ((newvalue->nwv_values.nwv_int64 = in nwam_value_create()
110 newvalue->nwv_values.nwv_int64[i] = values_int64[i]; in nwam_value_create()
167 values = old->nwv_values.nwv_int64; in nwam_value_copy()
272 *valuesp = value->nwv_values.nwv_int64; in nwam_value_get_int64_array()
H A Dlibnwam_impl.h103 int64_t *nwv_int64; member