Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c216 char *p = (char *)NVP_VALUE(nvpair); in ereport()
222 bcopy(NVP_VALUE(nvpair), (char *)&ena, in ereport()
H A Dnvpair.c287 data = (char *)NVP_VALUE(nvpair); in nvpair_print()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c135 #define EMBEDDED_NVL(nvp) ((nvlist_t *)(void *)NVP_VALUE(nvp))
813 NVP_NELEM(nvp), NVP_VALUE(nvp))) != 0) in nvlist_copy_pairs()
1198 char *buf = NVP_VALUE(nvp); in nvlist_add_common()
1243 bcopy(data, NVP_VALUE(nvp), value_sz); in nvlist_add_common()
1561 bcopy(NVP_VALUE(nvp), data, in nvpair_value_common()
1571 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common()
1591 *(void **)data = (void *)NVP_VALUE(nvp); in nvpair_value_common()
2253 NVP_NELEM(nvp), NVP_VALUE(nvp))); in nvlist_add_nvpair()
2935 char **strp = (void *)NVP_VALUE(nvp); in nvpair_native_string_array()
3252 if ((buf = NVP_VALUE(nvp)) >= buf_end) in nvs_xdr_nvp_op()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h120 #define NVP_VALUE(nvp) ((char *)(nvp) + NV_ALIGN(sizeof (nvpair_t) \ macro