Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1514 struct prop_lookup { struct
1529 struct prop_lookup *plp = (struct prop_lookup *)pdata; in hc_prop_get() argument
1543 struct prop_lookup *plp; in hc_fmri_prop_get()
1548 if ((plp = topo_mod_alloc(mod, sizeof (struct prop_lookup))) == NULL) in hc_fmri_prop_get()
1557 topo_mod_free(mod, plp, sizeof (struct prop_lookup)); in hc_fmri_prop_get()
1567 topo_mod_free(mod, plp, sizeof (struct prop_lookup)); in hc_fmri_prop_get()
1591 topo_mod_free(mod, plp, sizeof (struct prop_lookup)); in hc_fmri_prop_get()
1602 struct prop_lookup *plp = (struct prop_lookup *)pdata; in hc_pgrp_get()
1615 struct prop_lookup *plp; in hc_fmri_pgrp_get()
1620 if ((plp = topo_mod_alloc(mod, sizeof (struct prop_lookup))) == NULL) in hc_fmri_pgrp_get()
[all …]