Lines Matching refs:kmem_free
87 kmem_free(p.bind->addr.buf, p.bind->addr.maxlen); in t_kfree()
88 kmem_free(ptr, sizeof (struct t_bind)); in t_kfree()
95 kmem_free(p.call->addr.buf, p.call->addr.maxlen); in t_kfree()
97 kmem_free(p.call->opt.buf, p.call->opt.maxlen); in t_kfree()
99 kmem_free(p.call->udata.buf, p.call->udata.maxlen); in t_kfree()
100 kmem_free(ptr, sizeof (struct t_call)); in t_kfree()
107 kmem_free(p.opt->opt.buf, p.opt->opt.maxlen); in t_kfree()
108 kmem_free(ptr, sizeof (struct t_optmgmt)); in t_kfree()
115 kmem_free(p.dis->udata.buf, p.dis->udata.maxlen); in t_kfree()
116 kmem_free(ptr, sizeof (struct t_discon)); in t_kfree()
131 kmem_free(p.udata->opt.buf, p.udata->opt.maxlen); in t_kfree()
136 kmem_free(p.udata->addr.buf, p.udata->addr.maxlen); in t_kfree()
139 kmem_free(ptr, sizeof (struct t_kunitdata)); in t_kfree()
146 kmem_free(p.uderr->addr.buf, p.uderr->addr.maxlen); in t_kfree()
148 kmem_free(p.uderr->opt.buf, p.uderr->opt.maxlen); in t_kfree()
149 kmem_free(ptr, sizeof (struct t_uderr)); in t_kfree()