Lines Matching refs:kmem_alloc
161 char *buf = kmem_alloc(FE_BUFLEN, KM_SLEEP); in kobj_file_err()
162 char *trailer = kmem_alloc(FE_BUFLEN, KM_SLEEP); in kobj_file_err()
163 char *fmt_str = kmem_alloc(FE_BUFLEN, KM_SLEEP); in kobj_file_err()
1614 new_val = kmem_alloc(sizeof (struct val_list), KM_SLEEP); in add_val()
1618 new_val->val.string = kmem_alloc(new_val->val_size, KM_SLEEP); in add_val()
1706 valip = (int *)kmem_alloc( in make_prop()
1730 valsp = (char **)kmem_alloc( in make_prop()
1844 prop_name = kmem_alloc(strlen(tokbuf) + in get_hwc_spec()
1849 prop_name = kmem_alloc(strlen(tokbuf) + in get_hwc_spec()
1884 devi->devi_name = kmem_alloc(strlen(tokbuf) + 1, in get_hwc_spec()
1895 hwcp->hwc_parent_name = kmem_alloc(strlen in get_hwc_spec()
1905 hwcp->hwc_class_name = kmem_alloc( in get_hwc_spec()
2066 pltp->name = kmem_alloc(strlen(name) + 1, KM_SLEEP); in hwc_parse_mtalloc()
2113 tokval = kmem_alloc(MAX_HWC_LINESIZE, KM_SLEEP); in hwc_parse_now()
2350 name = kmem_alloc(strlen(tokbuf) + 1, KM_SLEEP); in read_binding_file()
2361 bind_name = kmem_alloc(strlen(tokbuf) + 1, in read_binding_file()
2811 hcl->class_exporter = kmem_alloc(strlen(exporter) + 1, KM_SLEEP); in add_class()
2812 hcl->class_name = kmem_alloc(strlen(class) + 1, KM_SLEEP); in add_class()
2888 name = kmem_alloc(strlen(tokbuf) + 1, KM_SLEEP); in read_class_file()
3018 machp = kmem_alloc((sizeof (struct psm_mach) + in open_mach_list()