Home
last modified time | relevance | path

Searched refs:fru_get_child (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h236 fru_errno_t fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c848 if (fru_get_child(node, &next_node) == FRU_SUCCESS) in walk_tree()
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc521 fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child) in fru_get_child() function
696 if ((status = fru_get_child(node, &next)) == FRU_SUCCESS) in fru_walk_tree()