Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair_impl.h68 nvpair_t nvi_nvp; member
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c350 if (strcmp(NVP_NAME(&e->nvi_nvp), name) == 0 && in nvt_lookup_name_type()
352 NVP_TYPE(&e->nvi_nvp) == type)) in nvt_lookup_name_type()
353 return (&e->nvi_nvp); in nvt_lookup_name_type()
626 nvsize = len + offsetof(i_nvp_t, nvi_nvp); in nvp_buf_alloc()
631 nvp = &buf->nvi_nvp; in nvp_buf_alloc()
826 nvpair_t *nvp = &curr->nvi_nvp; in nvlist_copy_pairs()
880 nvpair_t *nvp = &curr->nvi_nvp; in nvlist_free()
906 if (&curr->nvi_nvp == nvp) in nvlist_contains_nvp()
1468 return (curr != NULL ? &curr->nvi_nvp : NULL); in nvlist_next_nvpair()
1492 return (curr != NULL ? &curr->nvi_nvp : NULL); in nvlist_prev_nvpair()
[all …]