Lines Matching refs:ioctlbuf
852 void *ioctlbuf = &ioctl_data; /* TI_SYNC/GETINFO with room to grow */ in _t_create() local
866 struct ti_sync_req *tsrp = (struct ti_sync_req *)ioctlbuf; in _t_create()
867 struct ti_sync_ack *tsap = (struct ti_sync_ack *)ioctlbuf; in _t_create()
868 struct T_capability_req *tcrp = (struct T_capability_req *)ioctlbuf; in _t_create()
869 struct T_capability_ack *tcap = (struct T_capability_ack *)ioctlbuf; in _t_create()
893 rval = _t_do_ioctl(fd, (char *)ioctlbuf, in _t_create()
1069 rval = _t_do_ioctl(fd, ioctlbuf, in _t_create()
1446 void *ioctlbuf = &ioctl_data; /* for TI_SYNC with room to grow */ in _t_expinline_queued() local
1449 struct ti_sync_req *tsrp = (struct ti_sync_req *)ioctlbuf; in _t_expinline_queued()
1450 struct ti_sync_ack *tsap = (struct ti_sync_ack *)ioctlbuf; in _t_expinline_queued()
1457 rval = _t_do_ioctl(fd, ioctlbuf, in _t_expinline_queued()
1641 void *ioctlbuf = &ioctl_data; in _t_do_postconn_sync() local
1644 struct T_capability_req *tc_reqp = (struct T_capability_req *)ioctlbuf; in _t_do_postconn_sync()
1645 struct T_capability_ack *tc_ackp = (struct T_capability_ack *)ioctlbuf; in _t_do_postconn_sync()
1654 rval = _t_do_ioctl(fd, (char *)ioctlbuf, in _t_do_postconn_sync()