Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1721 struct hc_args { struct
1747 struct hc_args *hap = (struct hc_args *)pdata; in hc_is_present() argument
1804 struct hc_args *hap; in hc_fmri_present()
1809 if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL) in hc_fmri_present()
1830 topo_mod_free(mod, hap, sizeof (struct hc_args)); in hc_fmri_present()
1839 struct hc_args *hap = (struct hc_args *)pdata; in hc_is_replaced()
1922 struct hc_args *hap; in hc_fmri_replaced()
1927 if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL) in hc_fmri_replaced()
1948 topo_mod_free(mod, hap, sizeof (struct hc_args)); in hc_fmri_replaced()
1957 struct hc_args *hap = (struct hc_args *)pdata; in hc_unusable()
[all …]