Searched refs:hc_walk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1238 struct hc_walk { struct
1311 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp,
1354 struct hc_walk *hwp = (struct hc_walk *)pdata;
1457 static struct hc_walk *
1463 struct hc_walk *hwp;
1466 if ((hwp = topo_mod_alloc(mod, sizeof (struct hc_walk))) == NULL) {
1475 topo_mod_free(mod, hwp, sizeof (struct hc_walk));
1484 topo_mod_free(mod, hwp, sizeof (struct hc_walk));
1501 topo_mod_free(mod, hwp, sizeof (struct hc_walk));
[all...]

Completed in 74 milliseconds