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

/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h39 typedef uint64_t picl_hdl_t; typedef
50 #define PICL_INVALID_PICLHDL (picl_hdl_t)0
63 #define MAKE_HANDLE(x, y) (((picl_hdl_t)(x) << 32) | (y))
150 picl_hdl_t ptree_hdl; /* ptree handle */
151 picl_hdl_t picl_hdl; /* client handle */
228 extern int cvt_picl2ptree(picl_hdl_t piclh, picl_hdl_t *ptreeh);
229 extern void cvt_ptree2picl(picl_hdl_t *vbuf);
H A Dpicltree.c473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj)
489 hash_add_newhdl(hash_t *htbl, picl_hdl_t piclh, picl_hdl_t ptreeh)
511 hash_remove(hash_t *htbl, picl_hdl_t hdl)
546 hash_lookup_obj(hash_t *htbl, picl_hdl_t hdl)
563 static picl_hdl_t
564 hash_lookup_hdl(hash_t *htbl, picl_hdl_t hdl)
585 picl_hdl_error(picl_hdl_t hdl)
604 ptree_hdl_error(picl_hdl_t hdl)
624 cvt_picl2ptree(picl_hdl_t hd
[all...]

Completed in 40 milliseconds