Searched defs:hwc_parse_mt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c99 struct hwc_parse_mt { struct
108 static void hwc_parse_thread(struct hwc_parse_mt *);
109 static struct hwc_parse_mt *hwc_parse_mtalloc(char *, struct par_list **,
111 static void hwc_parse_mtfree(struct hwc_parse_mt *);
1984 struct hwc_parse_mt *pltp = hwc_parse_mtalloc(fname, pl, props);
2003 hwc_parse_thread(struct hwc_parse_mt *pltp)
2026 static struct hwc_parse_mt *
2029 struct hwc_parse_mt *pltp = kmem_zalloc(sizeof (*pltp), KM_SLEEP);
2046 hwc_parse_mtfree(struct hwc_parse_mt *pltp)

Completed in 282 milliseconds