Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair_impl.h48 typedef struct i_nvp i_nvp_t; typedef
57 i_nvp_t *_nvi_next;
60 i_nvp_t *_nvi_prev;
63 i_nvp_t *_nvi_hashtable_next;
75 i_nvp_t *nvp_list; /* linked list of nvpairs */
76 i_nvp_t *nvp_last; /* last nvpair */
77 i_nvp_t *nvp_curr; /* current walker nvpair */
81 i_nvp_t **nvp_hashtable; /* table of entries used for lookup */
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c146 ((i_nvp_t *)((size_t)(nvp) - offsetof(i_nvp_t, nvi_nvp)))
270 i_nvp_t **tab = nv_mem_zalloc(priv, buckets * sizeof (i_nvp_t *)); in nvt_tab_alloc()
619 i_nvp_t *buf; in nvp_buf_alloc()
820 i_nvp_t *curr; in nvlist_copy_pairs()
869 i_nvp_t *curr; in nvlist_free()
900 i_nvp_t *curr; in nvlist_contains_nvp()
1446 i_nvp_t *curr; in nvlist_next_nvpair()
1475 i_nvp_t *curr; in nvlist_prev_nvpair()
2084 i_nvp_t *curr; in nvlist_exists()
2345 i_nvp_t *curr; in nvs_encode_pairs()
[all …]