Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c200 nvp = &i_nvp.nvi_nvp; in ereport()
209 if (mdb_vread(nvpair, size, (uintptr_t)&nvcur->nvi_nvp) == -1) { in ereport()
H A Dnvpair.c83 nvpair = &((i_nvp_t *)wsp->walk_addr)->nvi_nvp; in nvpair_walk_step()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c344 if (strcmp(NVP_NAME(&e->nvi_nvp), name) == 0 && in nvt_lookup_name_type()
346 NVP_TYPE(&e->nvi_nvp) == type)) in nvt_lookup_name_type()
347 return (&e->nvi_nvp); in nvt_lookup_name_type()
609 nvsize = len + offsetof(i_nvp_t, nvi_nvp); in nvp_buf_alloc()
614 nvp = &buf->nvi_nvp; in nvp_buf_alloc()
809 nvpair_t *nvp = &curr->nvi_nvp; in nvlist_copy_pairs()
862 nvpair_t *nvp = &curr->nvi_nvp; in nvlist_free()
888 if (&curr->nvi_nvp == nvp) in nvlist_contains_nvp()
1456 return (curr != NULL ? &curr->nvi_nvp : NULL); in nvlist_next_nvpair()
1480 return (curr != NULL ? &curr->nvi_nvp : NULL); in nvlist_prev_nvpair()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair_impl.h68 nvpair_t nvi_nvp; member