hwc_parse_mt
static void hwc_parse_thread(struct hwc_parse_mt *);
static struct hwc_parse_mt *hwc_parse_mtalloc(char *, struct par_list **,
static void hwc_parse_mtfree(struct hwc_parse_mt *);
struct hwc_parse_mt *pltp = hwc_parse_mtalloc(fname, pl, props);
hwc_parse_thread(struct hwc_parse_mt *pltp)
static struct hwc_parse_mt *
struct hwc_parse_mt *pltp = kmem_zalloc(sizeof (*pltp), KM_SLEEP);
hwc_parse_mtfree(struct hwc_parse_mt *pltp)