Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c595 if (wp->tw_mod != NULL) in topo_walk_byid()
596 status = wp->tw_cb(wp->tw_mod, nnp, wp->tw_pdata); in topo_walk_byid()
646 if (wp->tw_mod != NULL) in topo_walk_step()
647 status = wp->tw_cb(wp->tw_mod, cnp, wp->tw_pdata); in topo_walk_step()
H A Dtopo_tree.h94 topo_mod_t *tw_mod; /* module if walking from plugin */ member
H A Dtopo_node.c836 wp->tw_mod = mod; in topo_node_walk_init()
H A Dhc.c1329 if (wp->tw_mod != NULL) in hc_walk_sibling()