Searched refs:hc_args (Results 1 – 1 of 1) sorted by relevance
1720 struct hc_args { struct1746 struct hc_args *hap = (struct hc_args *)pdata; in hc_is_present() argument1803 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 …]