Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c665 if (wp->tw_mod != NULL) in topo_walk_byid()
666 status = wp->tw_cb(wp->tw_mod, nnp, wp->tw_pdata); in topo_walk_byid()
716 if (wp->tw_mod != NULL) in topo_walk_step()
717 status = wp->tw_cb(wp->tw_mod, cnp, wp->tw_pdata); in topo_walk_step()
H A Dtopo_tree.h98 topo_mod_t *tw_mod; /* module if walking from plugin */ member
H A Dtopo_node.c852 wp->tw_mod = mod; in topo_node_walk_init()
H A Dhc.c1275 if (wp->tw_mod != NULL) in hc_walk_sibling()