Lines Matching refs:picl_prophdl_t
718 lookup_and_lock_propnode(int rw, picl_prophdl_t proph, picl_obj_t **nodep, in lookup_and_lock_propnode()
755 lookup_and_lock_tablenode(int rw, picl_prophdl_t tblh, picl_obj_t **nodep, in lookup_and_lock_tablenode()
787 lookup_and_lock_tableprop_node(int rw, picl_prophdl_t tblproph, in lookup_and_lock_tableprop_node()
937 picl_prophdl_t tblh; in piclize_prop()
942 tblh = *(picl_prophdl_t *)propp->prop_val; in piclize_prop()
1001 picl_prophdl_t tblh; in unpiclize_prop()
1008 tblh = *(picl_prophdl_t *)propp->prop_val; in unpiclize_prop()
1069 picl_prophdl_t tblh; in lookup_verify_table_prop()
1072 tblh = *(picl_prophdl_t *)propp->prop_val; in lookup_verify_table_prop()
1084 lookup_verify_prop_handle(picl_prophdl_t proph, picl_obj_t **ret) in lookup_verify_prop_handle()
1176 check_table_handle(picl_prophdl_t tblh) in check_table_handle()
1263 picl_prophdl_t *proph) in ptree_create_prop()
1267 picl_prophdl_t tblh; in ptree_create_prop()
1310 if (pinfo->piclinfo.size != sizeof (picl_prophdl_t)) in ptree_create_prop()
1312 tblh = *(picl_prophdl_t *)valbuf; in ptree_create_prop()
1343 picl_prophdl_t tblh; in destroy_table()
1349 tblh = *(picl_prophdl_t *)pobj->prop_val; in destroy_table()
1398 ptree_destroy_prop(picl_prophdl_t proph) in ptree_destroy_prop()
1428 ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph) in ptree_add_prop()
1549 ptree_delete_prop(picl_prophdl_t proph) in ptree_delete_prop()
1598 ptree_create_table(picl_prophdl_t *tblh) in ptree_create_table()
1624 ptree_add_row_to_table(picl_prophdl_t tblh, int nprops, in ptree_add_row_to_table()
1625 const picl_prophdl_t *props) in ptree_add_row_to_table()
1723 ptree_get_next_by_row(picl_prophdl_t proph, picl_prophdl_t *nextrowh) in ptree_get_next_by_row()
1755 ptree_get_next_by_col(picl_prophdl_t proph, picl_prophdl_t *nextcolh) in ptree_get_next_by_col()
1793 picl_prophdl_t phdl; in ptree_create_node()
1794 picl_prophdl_t cphdl; in ptree_create_node()
2096 ptree_get_propinfo(picl_prophdl_t proph, ptree_propinfo_t *pinfo) in ptree_get_propinfo()
2230 xptree_get_propval_with_cred(picl_prophdl_t proph, void *vbuf, size_t size, in xptree_get_propval_with_cred()
2259 ptree_get_propval(picl_prophdl_t proph, void *vbuf, size_t size) in ptree_get_propval()
2360 xptree_update_propval_with_cred(picl_prophdl_t proph, const void *vbuf, in xptree_update_propval_with_cred()
2390 ptree_update_propval(picl_prophdl_t proph, const void *vbuf, size_t size) in ptree_update_propval()
2456 picl_prophdl_t *proph) in ptree_get_prop_by_name()
2490 ptree_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph) in ptree_get_first_prop()
2517 ptree_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nextproph) in ptree_get_next_prop()
2749 picl_prophdl_t proph; in check_propval()
3004 void *vbuf, picl_prophdl_t *proph) in ptree_create_and_add_prop()
3007 picl_prophdl_t tmph; in ptree_create_and_add_prop()
3111 picl_prophdl_t proph; in compare_propval()
3467 picl_prophdl_t proph; in add_root_props()