Searched refs:tw_cb (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 440 twp->tw_cb = topo_walk_destroy; in topo_snap_destroy() 596 status = wp->tw_cb(wp->tw_mod, nnp, wp->tw_pdata); in topo_walk_byid() 598 status = wp->tw_cb(wp->tw_thp, nnp, wp->tw_pdata); in topo_walk_byid() 647 status = wp->tw_cb(wp->tw_mod, cnp, wp->tw_pdata); in topo_walk_step() 649 status = wp->tw_cb(wp->tw_thp, cnp, wp->tw_pdata); in topo_walk_step() 731 if ((status = wp->tw_cb(wp->tw_thp, cnp, wp->tw_pdata)) in topo_walk_bottomup()
|
H A D | topo_tree.h | 92 int (*tw_cb)(); /* Walker callback function */ member
|
H A D | topo_node.c | 833 wp->tw_cb = cb_f; in topo_node_walk_init()
|
H A D | hc.c | 1330 status = wp->tw_cb(mod, np, hwp); in hc_walk_sibling() 1332 status = wp->tw_cb(wp->tw_thp, np, hwp); in hc_walk_sibling()
|