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

/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h80 typedef struct picl_obj picl_obj_t; typedef in typeref:struct:picl_obj
117 picl_obj_t *nodep; /* prop's node or table */
118 picl_obj_t *next_in_list;
119 picl_obj_t *next_by_row;
120 picl_obj_t *next_by_col;
129 picl_obj_t *firstprop;
131 picl_obj_t *parent; /* protected by ptree lock */
132 picl_obj_t *child; /* protected by ptree lock */
133 picl_obj_t *sibling; /* protected by ptree lock */
H A Dpicltree.c36 * The mapping of ptree handles to the internal PICL object (picl_obj_t) is
145 static picl_obj_t *picl_root_obj = NULL;
678 alloc_and_add_to_ptree(picl_obj_t *pobj)
690 lock_obj(int rw, picl_obj_t *nodep)
706 unlock_node(picl_obj_t *nodep)
718 lookup_and_lock_propnode(int rw, picl_prophdl_t proph, picl_obj_t **nodep,
719 picl_obj_t **propp)
721 picl_obj_t *pobj;
722 picl_obj_t *nobj;
755 lookup_and_lock_tablenode(int rw, picl_prophdl_t tblh, picl_obj_t **node
[all...]

Completed in 19 milliseconds