Searched refs:nwam_value_get_boolean_array (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 238 nwam_value_get_boolean_array(nwam_value_t value, boolean_t **valuesp, in nwam_value_get_boolean_array() function 255 err = nwam_value_get_boolean_array(value, &myvaluesp, &numvalues); in nwam_value_get_boolean() 604 if ((err = nwam_value_get_boolean_array(value, &valbool, in nwam_set_prop_value()
|
H A D | mapfile-vers | 53 nwam_value_get_boolean_array;
|
H A D | libnwam.h | 167 extern nwam_error_t nwam_value_get_boolean_array(nwam_value_t, boolean_t **,
|
H A D | libnwam_files.c | 644 if (nwam_value_get_boolean_array(val, &valbool, &nelem) in nwam_object_to_line()
|
H A D | libnwam_util.c | 578 if (nwam_value_get_boolean_array(value, &val, &numvalues) in nwam_valid_boolean()
|
/titanic_41/usr/src/lib/libnwam/ |
H A D | README | 195 nwam_error_t nwam_value_get_boolean_array(nwam_value_t, boolean_t **, uint_t *);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2752 if (nwam_value_get_boolean_array(value, &bvals, &num) != in output_prop_val()
|