Searched refs:NVP_VALUE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | fm.c | 215 char *p = (char *)NVP_VALUE(nvpair); in ereport() 221 bcopy(NVP_VALUE(nvpair), (char *)&ena, in ereport()
|
H A D | nvpair.c | 289 data = (char *)NVP_VALUE(nvpair); in nvpair_print()
|
/titanic_44/usr/src/common/nvpair/ |
H A D | nvpair.c | 133 #define EMBEDDED_NVL(nvp) ((nvlist_t *)(void *)NVP_VALUE(nvp)) 134 #define EMBEDDED_NVL_ARRAY(nvp) ((nvlist_t **)(void *)NVP_VALUE(nvp)) 490 if (i_validate_nvpair_value(type, NVP_NELEM(nvp), NVP_VALUE(nvp)) != 0) in i_validate_nvpair() 497 size2 = i_get_value_size(type, NVP_VALUE(nvp), NVP_NELEM(nvp)); in i_validate_nvpair() 519 NVP_NELEM(nvp), NVP_VALUE(nvp))) != 0) in nvlist_copy_pairs() 923 char *buf = NVP_VALUE(nvp); in nvlist_add_common() 968 bcopy(data, NVP_VALUE(nvp), value_sz); in nvlist_add_common() 1279 bcopy(NVP_VALUE(nvp), data, in nvpair_value_common() 1289 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common() 1309 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | nvpair.h | 119 #define NVP_VALUE(nvp) ((char *)(nvp) + NV_ALIGN(sizeof (nvpair_t) \ macro
|