Lines Matching +defs:new +defs:value
246 nvlist_update_size(nvlist_t *nvl, nvpair_t *new, ssize_t mul) in nvlist_update_size()
543 const bool *value; in nvlist_dump() local
559 const char * const *value; in nvlist_dump() local
578 const uint64_t *value; in nvlist_dump() local
595 const int *value; in nvlist_dump() local
611 const nvlist_t * const *value; in nvlist_dump() local
709 const int *value; in nvlist_xdescriptors() local
727 const nvlist_t * const *value; in nvlist_xdescriptors() local
793 const nvlist_t * const *value; in nvlist_ndescriptors() local
929 const nvlist_t * const * value; in nvlist_xpack() local
1524 nvlist_add_binary(nvlist_t *nvl, const char *name, const void *value, in nvlist_add_binary()
1665 nvlist_move_string(nvlist_t *nvl, const char *name, char *value) in nvlist_move_string()
1685 nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value) in nvlist_move_nvlist()
1707 nvlist_move_descriptor(nvlist_t *nvl, const char *name, int value) in nvlist_move_descriptor()
1728 nvlist_move_binary(nvlist_t *nvl, const char *name, void *value, size_t size) in nvlist_move_binary()
1748 nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, in nvlist_move_bool_array()
1769 nvlist_move_string_array(nvlist_t *nvl, const char *name, char **value, in nvlist_move_string_array()
1795 nvlist_move_nvlist_array(nvlist_t *nvl, const char *name, nvlist_t **value, in nvlist_move_nvlist_array()
1823 nvlist_move_number_array(nvlist_t *nvl, const char *name, uint64_t *value, in nvlist_move_number_array()
1845 nvlist_move_descriptor_array(nvlist_t *nvl, const char *name, int *value, in nvlist_move_descriptor_array()
1966 void *value; local