Searched refs:T_unbind_req (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A Dt_unbind.c81 * to hold sizeof (struct T_unbind_req/ack)
107 struct T_unbind_req *unbind_reqp;
114 unbind_reqp = (struct T_unbind_req *)ctlbufp->buf;
118 (int)sizeof (struct T_unbind_req), TI_UNBIND, &retlen) < 0) {
/opensolaris-onvv-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c72 struct T_unbind_req *unbind_req;
94 unbind_req = (struct T_unbind_req *)buf;
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h207 struct T_unbind_req { struct
367 struct T_unbind_req unbind_req; /* unbind request */
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dt_kuser.h142 #define TUNBINDREQSZ sizeof (struct T_unbind_req)
H A Dtihdr.h321 struct T_unbind_req { struct
587 struct T_unbind_req unbind_req; /* unbind request */
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED());
1521 struct T_unbind_req *ubr;
1590 ubr = (struct T_unbind_req *)mp->b_rptr;
H A Dsocktpi.c664 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP,
1401 struct T_unbind_req unbind_req;
2215 * Make sure there is a preallocated T_unbind_req message
2230 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr);
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Drlmod.c263 sizeof (struct T_unbind_req);
H A Dtelmod.c258 sizeof (struct T_unbind_req);

Completed in 177 milliseconds