Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1720 struct hc_args { struct
1746 struct hc_args *hap = (struct hc_args *)pdata; in hc_is_present() argument
1803 struct hc_args *hap; in hc_fmri_present()
1808 if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL) in hc_fmri_present()
1829 topo_mod_free(mod, hap, sizeof (struct hc_args)); in hc_fmri_present()
1838 struct hc_args *hap = (struct hc_args *)pdata; in hc_is_replaced()
1921 struct hc_args *hap; in hc_fmri_replaced()
1926 if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL) in hc_fmri_replaced()
1947 topo_mod_free(mod, hap, sizeof (struct hc_args)); in hc_fmri_replaced()
1956 struct hc_args *hap = (struct hc_args *)pdata; in hc_unusable()
[all …]