Searched refs:NVP_VALUE (Results 1 – 2 of 2) sorted by relevance
142 #define EMBEDDED_NVL(nvp) ((nvlist_t *)(void *)NVP_VALUE(nvp))143 #define EMBEDDED_NVL_ARRAY(nvp) ((nvlist_t **)(void *)NVP_VALUE(nvp))805 if (i_validate_nvpair_value(type, NVP_NELEM(nvp), NVP_VALUE(nvp)) != 0) in i_validate_nvpair()812 size2 = i_get_value_size(type, NVP_VALUE(nvp), NVP_NELEM(nvp)); in i_validate_nvpair()834 NVP_NELEM(nvp), NVP_VALUE(nvp))) != 0) in nvlist_copy_pairs()1214 char *buf = NVP_VALUE(nvp); in nvlist_add_common()1259 memcpy(NVP_VALUE(nvp), data, value_sz); in nvlist_add_common()1592 memcpy(data, NVP_VALUE(nvp), (size_t)value_sz); in nvpair_value_common()1605 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common()1629 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common()[all …]
115 #define NVP_VALUE(nvp) ((char *)(nvp) + NV_ALIGN(sizeof (nvpair_t) \ macro