Searched refs:ctlbufp (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | _conn_util.c | 60 struct strbuf *ctlbufp) 78 creq = (struct T_conn_req *)ctlbufp->buf; 87 if (_t_aligned_copy(ctlbufp, call->addr.len, size, 100 if (_t_aligned_copy(ctlbufp, call->opt.len, size, 126 ctlbufp->len = size; 132 if (putmsg(fd, ctlbufp, 155 struct strbuf *ctlbufp, 180 ctlbufp->len = 0; 194 if ((retval = getmsg(fd, ctlbufp, &databuf, &flg)) < 0) { 220 if (ctlbufp 57 _t_snd_conn_req( struct _ti_user *tiptr, const struct t_call *call, struct strbuf *ctlbufp) argument 152 _t_rcv_conn_con( struct _ti_user *tiptr, struct t_call *call, struct strbuf *ctlbufp, int api_semantics) argument [all...] |
H A D | t_unbind.c | 105 _tx_unbind_locked(int fd, struct _ti_user *tiptr, struct strbuf *ctlbufp) argument 114 unbind_reqp = (struct T_unbind_req *)ctlbufp->buf;
|
H A D | _utility.c | 1361 struct strbuf *ctlbufp, 1366 ctlbufp->len = 0; 1368 ctlbufp->buf = tiptr->ti_ctlbuf; 1370 ctlbufp->maxlen = tiptr->ti_ctlsize; 1376 if ((ctlbufp->maxlen = _t_cbuf_alloc(tiptr, 1377 &ctlbufp->buf)) < 0) { 1359 _t_acquire_ctlbuf( struct _ti_user *tiptr, struct strbuf *ctlbufp, int *didallocp) argument
|
Completed in 33 milliseconds