Home
last modified time | relevance | path

Searched defs:topo_walk (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h92 struct topo_walk { struct
93 struct topo_hdl *tw_thp; /* Topo handle pointer */
94 struct topo_node *tw_root; /* Root node of current walk */
95 struct topo_node *tw_node; /* Current walker node */
96 int (*tw_cb)(); /* Walker callback function */
97 void *tw_pdata; /* Private callback data */
98 topo_mod_t *tw_mod; /* module if walking from plugin */