Home
last modified time | relevance | path

Searched refs:bindsz (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_kbind.c72 int bindsz; in t_kbind() local
89 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()