Searched refs:dict_put (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | dict.h | 58 extern void *dict_put(dict_hdl_t *, const void *, void *);
|
H A D | dict.c | 311 dict_put(dict_hdl_t *hdl, const void *key, void *value) function
|
H A D | pool_kernel.c | 332 if (dict_put(prov->pkc_elements, elem, elem) != NULL) { 412 if (dict_put(prov->pkc_elements, elem, elem) != 452 if (dict_put(prov->pkc_elements, elem, elem) != 486 if (dict_put(prov->pkc_elements, elem, elem) != 697 (void) dict_put(dead_map, pke, pke); 1662 if (dict_put(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks, 1738 if (dict_put(prov->pkc_elements, elem, elem) != NULL) { 2836 assert(dict_put(prov->pkc_elements, create->pcu_elem, 3042 assert(dict_put(prov->pkc_elements, destroy->pdu_elem, 3186 if (dict_put(pro [all...] |
H A D | pool_internal.c | 1985 (void) dict_put(_pv_atoms, atom->a_string, atom);
|
Completed in 86 milliseconds