Home
last modified time | relevance | path

Searched refs:NVP_VALUE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c141 #define EMBEDDED_NVL(nvp) ((nvlist_t *)(void *)NVP_VALUE(nvp))
830 NVP_NELEM(nvp), NVP_VALUE(nvp))) != 0) in nvlist_copy_pairs()
1210 char *buf = NVP_VALUE(nvp); in nvlist_add_common()
1255 bcopy(data, NVP_VALUE(nvp), value_sz); in nvlist_add_common()
1577 bcopy(NVP_VALUE(nvp), data, (size_t)value_sz); in nvpair_value_common()
1586 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common()
1606 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common()
2268 NVP_NELEM(nvp), NVP_VALUE(nvp))); in nvlist_add_nvpair()
2946 char **strp = (void *)NVP_VALUE(nvp); in nvpair_native_string_array()
3263 if ((buf = NVP_VALUE(nvp)) >= buf_end) in nvs_xdr_nvp_op()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair.h115 #define NVP_VALUE(nvp) ((char *)(nvp) + NV_ALIGN(sizeof (nvpair_t) \ macro