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

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h66 } fru_errno_t; typedef in typeref:enum:__anon3226
231 fru_errno_t fru_open_data_source(const char *name, ...);
232 fru_errno_t fru_close_data_source(void);
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 handle, fru_node_t *type);
245 fru_errno_t fru_list_segment
[all...]

Completed in 58 milliseconds