Lines Matching defs:call
71 struct t_call *call;
95 p.call = (struct t_call *)ptr;
96 if (p.call->addr.buf != NULL)
97 kmem_free(p.call->addr.buf, p.call->addr.maxlen);
98 if (p.call->opt.buf != NULL)
99 kmem_free(p.call->opt.buf, p.call->opt.maxlen);
100 if (p.call->udata.buf != NULL)
101 kmem_free(p.call->udata.buf, p.call->udata.maxlen);