Lines Matching defs:value

45 nwam_value_free(nwam_value_t value)  in nwam_value_free()
190 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) in nwam_value_create_boolean()
204 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) in nwam_value_create_int64()
218 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) in nwam_value_create_uint64()
232 nwam_value_create_string(char *value, nwam_value_t *valuep) in nwam_value_create_string()
238 nwam_value_get_boolean_array(nwam_value_t value, boolean_t **valuesp, in nwam_value_get_boolean_array()
249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) in nwam_value_get_boolean()
266 nwam_value_get_int64_array(nwam_value_t value, int64_t **valuesp, in nwam_value_get_int64_array()
277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) in nwam_value_get_int64()
294 nwam_value_get_uint64_array(nwam_value_t value, uint64_t **valuesp, in nwam_value_get_uint64_array()
305 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) in nwam_value_get_uint64()
322 nwam_value_get_string_array(nwam_value_t value, char ***valuesp, in nwam_value_get_string_array()
333 nwam_value_get_string(nwam_value_t value, char **valuep) in nwam_value_get_string()
350 nwam_value_get_type(nwam_value_t value, nwam_value_type_t *typep) in nwam_value_get_type()
357 nwam_value_get_numvalues(nwam_value_t value, uint_t *numvaluesp) in nwam_value_get_numvalues()
582 nwam_set_prop_value(void *list, const char *propname, nwam_value_t value) in nwam_set_prop_value()
642 uint64_t value; member