Lines Matching refs:ctlbuf
63 struct strbuf ctlbuf; in _tx_bind() local
93 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) { in _tx_bind()
102 bind_reqp = (struct T_bind_req *)ctlbuf.buf; in _tx_bind()
120 if (_t_aligned_copy(&ctlbuf, (int)bind_reqp->ADDR_length, size, in _tx_bind()
133 if (_t_do_ioctl(fd, ctlbuf.buf, size, TI_BIND, &retlen) < 0) { in _tx_bind()
144 bind_ackp = (struct T_bind_ack *)ctlbuf.buf; in _tx_bind()
161 (memcmp(req->addr.buf, ctlbuf.buf + in _tx_bind()
163 (void) _tx_unbind_locked(fd, tiptr, &ctlbuf); in _tx_bind()
182 ctlbuf.buf + bind_ackp->ADDR_offset, in _tx_bind()
192 free(ctlbuf.buf); in _tx_bind()
194 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()
202 free(ctlbuf.buf); in _tx_bind()
204 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()