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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c38 * to its ptree handle is kept in the picl hash table (picltbl).
42 * or modifying picl hash table (picltbl).
135 static hash_t picltbl; /* client handles to picl obj */ variable
630 tmph = hash_lookup_hdl(&picltbl, hdl);
918 (void) hash_add_newhdl(&picltbl, pobj->picl_hdl, pobj->ptree_hdl);
980 (void) hash_remove(&picltbl, pobj->picl_hdl);
3324 if (hash_init(&picltbl) < 0)

Completed in 51 milliseconds