Searched defs:_pv_atoms (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c59 static dict_hdl_t *_pv_atoms; /* pool_value_t atoms */ variable
275 if (_pv_atoms == NULL)
276 if ((_pv_atoms = dict_new((int (*)(const void *, const void *))
1973 if ((atom = dict_get(_pv_atoms, s)) == NULL) {
1985 (void) dict_put(_pv_atoms, atom->a_string, atom);
2003 if ((atom = dict_get(_pv_atoms, s)) != NULL) {
2005 (void) dict_remove(_pv_atoms, s);

Completed in 48 milliseconds