Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1187 struct hc_walk { struct
1260 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, in hc_walk_sibling()
1303 struct hc_walk *hwp = (struct hc_walk *)pdata; in hc_walker()
1406 static struct hc_walk *
1412 struct hc_walk *hwp; in hc_walk_init()
1415 if ((hwp = topo_mod_alloc(mod, sizeof (struct hc_walk))) == NULL) { in hc_walk_init()
1424 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init()
1433 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init()
1450 topo_mod_free(mod, hwp, sizeof (struct hc_walk)); in hc_walk_init()
1488 struct hc_walk *hwp; in hc_fmri_prop_get()
[all …]