Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair_impl.h81 i_nvp_t **nvp_hashtable; /* table of entries used for lookup */ member
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c260 ASSERT3P(priv->nvp_hashtable, ==, NULL); in nvt_tab_alloc()
268 priv->nvp_hashtable = tab; in nvt_tab_alloc()
276 i_nvp_t **tab = priv->nvp_hashtable; in nvt_tab_free()
285 priv->nvp_hashtable = NULL; in nvt_tab_free()
326 i_nvp_t **tab = priv->nvp_hashtable; in nvt_lookup_name_type()
361 i_nvp_t **tab = priv->nvp_hashtable; in nvt_resize()
398 priv->nvp_hashtable = new_tab; in nvt_resize()
468 i_nvp_t **tab = priv->nvp_hashtable; in nvt_remove_nvpair()
502 if (priv->nvp_hashtable == NULL) { in nvt_add_nvpair()
523 i_nvp_t **tab = priv->nvp_hashtable; in nvt_add_nvpair()