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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c37 * kept in a ptree hash table (ptreetbl), and the mapping of a picl handle
40 * hash table (ptreetbl) and/or the PICL tree structure (nodes and linkages
136 static hash_t ptreetbl; /* ptree handles to picl obj */ variable
682 (void) hash_add_newobj(&ptreetbl, pobj->ptree_hdl, pobj);
724 pobj = hash_lookup_obj(&ptreetbl, proph);
761 pobj = hash_lookup_obj(&ptreetbl, tblh);
793 pobj = hash_lookup_obj(&ptreetbl, tblproph);
826 nobj = hash_lookup_obj(&ptreetbl, nodeh);
901 pobj = hash_lookup_obj(&ptreetbl, *handlep);
943 tbl_obj = hash_lookup_obj(&ptreetbl, tbl
[all...]

Completed in 57 milliseconds