Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_unbind.c105 struct T_unbind_req *unbind_reqp; in _tx_unbind_locked()
112 unbind_reqp = (struct T_unbind_req *)ctlbufp->buf; in _tx_unbind_locked()
116 (int)sizeof (struct T_unbind_req), TI_UNBIND, &retlen) < 0) { in _tx_unbind_locked()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c70 struct T_unbind_req *unbind_req; in t_kunbind()
92 unbind_req = (struct T_unbind_req *)buf; in t_kunbind()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h284 struct T_unbind_req { struct
550 struct T_unbind_req unbind_req; /* unbind request */
H A Dt_kuser.h121 #define TUNBINDREQSZ sizeof (struct T_unbind_req)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED()); in so_basic_strinit()
1521 struct T_unbind_req *ubr; in strsock_discon_ind()
1590 ubr = (struct T_unbind_req *)mp->b_rptr; in strsock_discon_ind()
H A Dsocktpi.c669 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, in sotpi_bindlisten()
1372 struct T_unbind_req unbind_req; in sotpi_unbind()
2161 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr); in sotpi_connect()
/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c256 sizeof (struct T_unbind_req); in telmodopen()
H A Drlmod.c262 sizeof (struct T_unbind_req); in rlmodopen()