Searched refs:nwam_value_create_uint64_array (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 210 nwam_value_create_uint64_array(uint64_t *values, uint_t numvalues, in nwam_value_create_uint64_array() function 220 return (nwam_value_create_uint64_array(&value, 1, valuep)); in nwam_value_create_uint64() 555 if ((err = nwam_value_create_uint64_array(valuint64, numvalues, in nwam_get_prop_value()
|
H A D | mapfile-vers | 48 nwam_value_create_uint64_array;
|
H A D | libnwam.h | 160 extern nwam_error_t nwam_value_create_uint64_array(uint64_t *, uint_t,
|
H A D | libnwam_ncp.c | 830 if ((err = nwam_value_create_uint64_array(ver, vercnt, &ipver)) in nwam_ncu_create() 834 (err = nwam_value_create_uint64_array(v6src, v6srccnt, in nwam_ncu_create()
|
H A D | libnwam_files.c | 300 if ((err = nwam_value_create_uint64_array(newvaluint, in nwam_line_to_object()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu.c | 101 if ((err = nwam_value_create_uint64_array(uintval, cnt, &val)) in nwamd_set_ncu_uint()
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 185 nwam_error_t nwam_value_create_uint64_array(uint64_t *, uint_t, nwam_value_t *);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2118 ret = nwam_value_create_uint64_array(uint_vals, n, &data); in str_to_nwam_value()
|