Searched refs:hc_walk (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1240 struct hc_walk { struct 1313 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, in hc_walk_sibling() 1356 struct hc_walk *hwp = (struct hc_walk *)pdata; in hc_walker() 1459 static struct hc_walk * 1465 struct hc_walk *hwp; in hc_walk_init() 1468 if ((hwp = topo_mod_alloc(mod, sizeof (struct hc_walk))) == NULL) { in hc_walk_init() 1477 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init() 1486 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init() 1503 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init() 1541 struct hc_walk *hwp; in hc_fmri_prop_get() [all …]
|