Lines Matching refs:ctlbufp
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->len < (int)sizeof (t_scalar_t)) {
227 pptr = (union T_primitives *)ctlbufp->buf;
233 if ((ctlbufp->len < (int)sizeof (struct T_conn_con)) ||
235 (ctlbufp->len < (int)(pptr->conn_con.OPT_length +
254 ctlbufp->buf + pptr->conn_con.RES_offset,
265 ctlbufp->buf + pptr->conn_con.OPT_offset,
302 ctlbufp->buf, ctlbufp->len) < 0) {