Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nsl/
H A D_conn_util.c60 struct strbuf *ctlbufp) in _t_snd_conn_req() argument
78 creq = (struct T_conn_req *)ctlbufp->buf; in _t_snd_conn_req()
87 if (_t_aligned_copy(ctlbufp, call->addr.len, size, in _t_snd_conn_req()
100 if (_t_aligned_copy(ctlbufp, call->opt.len, size, in _t_snd_conn_req()
126 ctlbufp->len = size; in _t_snd_conn_req()
132 if (putmsg(fd, ctlbufp, in _t_snd_conn_req()
155 struct strbuf *ctlbufp, in _t_rcv_conn_con() argument
180 ctlbufp->len = 0; in _t_rcv_conn_con()
194 if ((retval = getmsg(fd, ctlbufp, &databuf, &flg)) < 0) { in _t_rcv_conn_con()
220 if (ctlbufp->len < (int)sizeof (t_scalar_t)) { in _t_rcv_conn_con()
[all …]
H A Dt_unbind.c105 _tx_unbind_locked(int fd, struct _ti_user *tiptr, struct strbuf *ctlbufp) in _tx_unbind_locked() argument
114 unbind_reqp = (struct T_unbind_req *)ctlbufp->buf; in _tx_unbind_locked()
H A D_utility.c1356 struct strbuf *ctlbufp, in _t_acquire_ctlbuf() argument
1361 ctlbufp->len = 0; in _t_acquire_ctlbuf()
1363 ctlbufp->buf = tiptr->ti_ctlbuf; in _t_acquire_ctlbuf()
1365 ctlbufp->maxlen = tiptr->ti_ctlsize; in _t_acquire_ctlbuf()
1371 if ((ctlbufp->maxlen = _t_cbuf_alloc(tiptr, in _t_acquire_ctlbuf()
1372 &ctlbufp->buf)) < 0) { in _t_acquire_ctlbuf()