Searched refs:hc_walk (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1241 struct hc_walk { struct 1314 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, in hc_walk_sibling() 1357 struct hc_walk *hwp = (struct hc_walk *)pdata; in hc_walker() 1460 static struct hc_walk * 1466 struct hc_walk *hwp; in hc_walk_init() 1469 if ((hwp = topo_mod_alloc(mod, sizeof (struct hc_walk))) == NULL) { in hc_walk_init() 1478 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init() 1487 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init() 1504 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init() 1542 struct hc_walk *hwp; in hc_fmri_prop_get() [all …]
|