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

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h91 typedef uint64_t fru_nodehdl_t; typedef
235 fru_errno_t fru_get_root(fru_nodehdl_t *handle);
236 fru_errno_t fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child);
237 fru_errno_t fru_get_peer(fru_nodehdl_t handle, fru_nodehdl_t *peer);
238 fru_errno_t fru_get_parent(fru_nodehdl_t handle, fru_nodehdl_t *parent);
241 fru_errno_t fru_get_name_from_hdl(fru_nodehdl_t handle, char **name);
242 fru_errno_t fru_get_node_type(fru_nodehdl_t handl
[all...]

Completed in 76 milliseconds