Searched defs:picl_prophdl_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpicl/
H A Dpicl.h44 typedef uint64_t picl_prophdl_t; typedef
133 extern int picl_get_propval(picl_prophdl_t proph, void *valbuf,
137 extern int picl_set_propval(picl_prophdl_t proph, void *valbuf,
141 extern int picl_get_propinfo(picl_prophdl_t proph, picl_propinfo_t *pi);
142 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
143 extern int picl_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nexth);
145 picl_prophdl_t *ph);
146 extern int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *prop
[all...]

Completed in 27 milliseconds