Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dmodsysfile.c101 struct hwc_parse_mt { struct
110 static void hwc_parse_thread(struct hwc_parse_mt *); argument
111 static struct hwc_parse_mt *hwc_parse_mtalloc(char *, struct par_list **,
113 static void hwc_parse_mtfree(struct hwc_parse_mt *);
1986 struct hwc_parse_mt *pltp = hwc_parse_mtalloc(fname, pl, props); in hwc_parse()
2005 hwc_parse_thread(struct hwc_parse_mt *pltp) in hwc_parse_thread()
2028 static struct hwc_parse_mt *
2031 struct hwc_parse_mt *pltp = kmem_zalloc(sizeof (*pltp), KM_SLEEP); in hwc_parse_mtalloc()
2048 hwc_parse_mtfree(struct hwc_parse_mt *pltp) in hwc_parse_mtfree()