Searched refs:nwam_value_get_int64_array (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 266 nwam_value_get_int64_array(nwam_value_t value, int64_t **valuesp, in nwam_value_get_int64_array() function 283 err = nwam_value_get_int64_array(value, &myvaluesp, &numvalues); in nwam_value_get_int64() 612 if ((err = nwam_value_get_int64_array(value, &valint64, in nwam_set_prop_value()
|
H A D | mapfile-vers | 55 nwam_value_get_int64_array;
|
H A D | libnwam.h | 170 extern nwam_error_t nwam_value_get_int64_array(nwam_value_t, int64_t **,
|
H A D | libnwam_files.c | 665 if (nwam_value_get_int64_array(val, &valint, &nelem) in nwam_object_to_line()
|
H A D | libnwam_util.c | 596 if (nwam_value_get_int64_array(value, &val, &numvalues) in nwam_valid_uint64()
|
/titanic_41/usr/src/lib/libnwam/ |
H A D | README | 199 nwam_error_t nwam_value_get_int64_array(nwam_value_t, int64_t **, uint_t *);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2738 if (nwam_value_get_int64_array(value, &ivals, &num) != in output_prop_val()
|