Searched defs:topo_walk (Results 1 – 1 of 1) sorted by relevance
92 struct topo_walk { struct93 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 */