Lines Matching refs:ctlbuf
61 struct strbuf ctlbuf; in _tx_bind() local
91 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) { in _tx_bind()
100 bind_reqp = (struct T_bind_req *)ctlbuf.buf; in _tx_bind()
118 if (_t_aligned_copy(&ctlbuf, (int)bind_reqp->ADDR_length, size, in _tx_bind()
131 if (_t_do_ioctl(fd, ctlbuf.buf, size, TI_BIND, &retlen) < 0) { in _tx_bind()
142 bind_ackp = (struct T_bind_ack *)ctlbuf.buf; in _tx_bind()
159 (memcmp(req->addr.buf, ctlbuf.buf + in _tx_bind()
161 (void) _tx_unbind_locked(fd, tiptr, &ctlbuf); in _tx_bind()
180 ctlbuf.buf + bind_ackp->ADDR_offset, in _tx_bind()
190 free(ctlbuf.buf); in _tx_bind()
192 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()
200 free(ctlbuf.buf); in _tx_bind()
202 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()