Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c57 static dict_hdl_t *_pv_atoms; /* pool_value_t atoms */ variable
273 if (_pv_atoms == NULL) in atom_init()
274 if ((_pv_atoms = dict_new((int (*)(const void *, const void *)) in atom_init()
1971 if ((atom = dict_get(_pv_atoms, s)) == NULL) { in atom_string()
1983 (void) dict_put(_pv_atoms, atom->a_string, atom); in atom_string()
2001 if ((atom = dict_get(_pv_atoms, s)) != NULL) { in atom_free()
2003 (void) dict_remove(_pv_atoms, s); in atom_free()