Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ktli/
H A Dt_kbind.c91 bindsz += MAX(TBINDREQSZ, TBINDACKSZ); in t_kbind()
98 bind_req->ADDR_offset = TBINDREQSZ; in t_kbind()
108 strioc.ic_len = (int)TBINDREQSZ + bind_req->ADDR_length; in t_kbind()
/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h119 #define TBINDREQSZ sizeof (struct T_bind_req) macro