Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c109 struct hwc_parse_mt { struct
118 static void hwc_parse_thread(struct hwc_parse_mt *); argument
119 static struct hwc_parse_mt *hwc_parse_mtalloc(char *, struct par_list **,
121 static void hwc_parse_mtfree(struct hwc_parse_mt *);
2017 struct hwc_parse_mt *pltp = hwc_parse_mtalloc(fname, pl, props); in hwc_parse()
2036 hwc_parse_thread(struct hwc_parse_mt *pltp) in hwc_parse_thread()
2059 static struct hwc_parse_mt *
2062 struct hwc_parse_mt *pltp = kmem_zalloc(sizeof (*pltp), KM_SLEEP); in hwc_parse_mtalloc()
2079 hwc_parse_mtfree(struct hwc_parse_mt *pltp) in hwc_parse_mtfree()