Searched refs:nwam_value_create_boolean_array (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 182 nwam_value_create_boolean_array(boolean_t *values, uint_t numvalues, in nwam_value_create_boolean_array() function 192 return (nwam_value_create_boolean_array(&value, 1, valuep)); in nwam_value_create_boolean() 539 if ((err = nwam_value_create_boolean_array(valbool, numvalues, in nwam_get_prop_value()
|
H A D | mapfile-vers | 45 nwam_value_create_boolean_array;
|
H A D | libnwam.h | 154 extern nwam_error_t nwam_value_create_boolean_array(boolean_t *, uint_t,
|
H A D | libnwam_files.c | 264 if ((err = nwam_value_create_boolean_array(newvalbool, in nwam_line_to_object()
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 182 nwam_error_t nwam_value_create_boolean_array(boolean_t *, uint_t,
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2121 ret = nwam_value_create_boolean_array(boolean_vals, n, &data); in str_to_nwam_value()
|