Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc524 fru_treehdl_t tr_child; in fru_get_child() local
531 &tr_child)) in fru_get_child()
536 RETRY(err = data_source->get_node_type(tr_child, &type)) in fru_get_child()
544 *child = TREEHDL_TO_NODEHDL(tr_child); in fru_get_child()
553 RETRY(err = data_source->get_peer(tr_child, &tr_child)) in fru_get_child()
558 RETRY(err = data_source->get_node_type(tr_child, &type)) in fru_get_child()
565 *child = TREEHDL_TO_NODEHDL(tr_child); in fru_get_child()