Searched refs:nwam_value_create_int64_array (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 196 nwam_value_create_int64_array(int64_t *values, uint_t numvalues, in nwam_value_create_int64_array() function 206 return (nwam_value_create_int64_array(&value, 1, valuep)); in nwam_value_create_int64() 547 if ((err = nwam_value_create_int64_array(valint64, numvalues, in nwam_get_prop_value()
|
H A D | mapfile-vers | 46 nwam_value_create_int64_array;
|
H A D | libnwam.h | 157 extern nwam_error_t nwam_value_create_int64_array(int64_t *, uint_t,
|
H A D | libnwam_files.c | 282 if ((err = nwam_value_create_int64_array(newvalint, in nwam_line_to_object()
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 187 nwam_error_t nwam_value_create_int64_array(int64_t *, uint_t, nwam_value_t *);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2115 ret = nwam_value_create_int64_array(int_vals, n, &data); in str_to_nwam_value()
|