Lines Matching refs:valuep

73     nwam_value_t *valuep)  in nwam_value_create()  argument
83 *valuep = NULL; in nwam_value_create()
151 *valuep = newvalue; in nwam_value_create()
183 nwam_value_t *valuep) in nwam_value_create_boolean_array() argument
186 valuep)); in nwam_value_create_boolean_array()
190 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) in nwam_value_create_boolean() argument
192 return (nwam_value_create_boolean_array(&value, 1, valuep)); in nwam_value_create_boolean()
197 nwam_value_t *valuep) in nwam_value_create_int64_array() argument
200 valuep)); in nwam_value_create_int64_array()
204 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) in nwam_value_create_int64() argument
206 return (nwam_value_create_int64_array(&value, 1, valuep)); in nwam_value_create_int64()
211 nwam_value_t *valuep) in nwam_value_create_uint64_array() argument
214 valuep)); in nwam_value_create_uint64_array()
218 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) in nwam_value_create_uint64() argument
220 return (nwam_value_create_uint64_array(&value, 1, valuep)); in nwam_value_create_uint64()
225 nwam_value_t *valuep) in nwam_value_create_string_array() argument
228 valuep)); in nwam_value_create_string_array()
232 nwam_value_create_string(char *value, nwam_value_t *valuep) in nwam_value_create_string() argument
234 return (nwam_value_create_string_array(&value, 1, valuep)); in nwam_value_create_string()
249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) in nwam_value_get_boolean() argument
261 *valuep = myvaluesp[0]; in nwam_value_get_boolean()
277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) in nwam_value_get_int64() argument
289 *valuep = myvaluesp[0]; in nwam_value_get_int64()
305 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) in nwam_value_get_uint64() argument
317 *valuep = myvaluesp[0]; in nwam_value_get_uint64()
333 nwam_value_get_string(nwam_value_t value, char **valuep) in nwam_value_get_string() argument
345 *valuep = myvaluesp[0]; in nwam_value_get_string()
494 nwam_value_t *valuep) in nwam_next_object_prop() argument
508 return (nwam_get_prop_value(list, (const char *)*namep, valuep)); in nwam_next_object_prop()
512 nwam_get_prop_value(void *list, const char *name, nwam_value_t *valuep) in nwam_get_prop_value() argument
523 assert(valuep != NULL); in nwam_get_prop_value()
525 *valuep = NULL; in nwam_get_prop_value()
540 valuep)) != NWAM_SUCCESS) in nwam_get_prop_value()
548 valuep)) != NWAM_SUCCESS) in nwam_get_prop_value()
556 valuep)) != NWAM_SUCCESS) in nwam_get_prop_value()
564 valuep)) != NWAM_SUCCESS) in nwam_get_prop_value()