Searched refs:tw_pdata (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 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 | 93 void *tw_pdata; /* Private callback data */ member
|
H A D | topo_node.c | 834 wp->tw_pdata = pdata; in topo_node_walk_init()
|