Searched refs:bindsz (Results 1 – 1 of 1) sorted by relevance
72 int bindsz; in t_kbind() local89 bindsz = (req == NULL) ? 0 : req->addr.len; in t_kbind()90 bindsz = MAX(bindsz, tiptr->tp_info.addr); in t_kbind()91 bindsz += MAX(TBINDREQSZ, TBINDACKSZ); in t_kbind()92 buf = kmem_alloc(bindsz, KM_SLEEP); in t_kbind()154 kmem_free(buf, bindsz); in t_kbind()