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

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h48 typedef uint64_t picl_prophdl_t; typedef
137 extern int picl_get_propval(picl_prophdl_t proph, void *valbuf,
141 extern int picl_set_propval(picl_prophdl_t proph, void *valbuf,
145 extern int picl_get_propinfo(picl_prophdl_t proph, picl_propinfo_t *pi);
146 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
147 extern int picl_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nexth);
149 picl_prophdl_t *ph);
150 extern int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *prop
[all...]

Completed in 61 milliseconds