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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dnvpair_impl.h81 i_nvp_t **nvp_hashtable; /* table of entries used for lookup */ member in struct:__anon5462
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c264 ASSERT3P(priv->nvp_hashtable, ==, NULL);
272 priv->nvp_hashtable = tab;
280 i_nvp_t **tab = priv->nvp_hashtable;
289 priv->nvp_hashtable = NULL;
330 i_nvp_t **tab = priv->nvp_hashtable;
365 i_nvp_t **tab = priv->nvp_hashtable;
402 priv->nvp_hashtable = new_tab;
472 i_nvp_t **tab = priv->nvp_hashtable;
506 if (priv->nvp_hashtable == NULL) {
527 i_nvp_t **tab = priv->nvp_hashtable;
[all...]

Completed in 124 milliseconds