Searched refs:t_op (Results 1 – 1 of 1) sorted by relevance
153 struct mtop t_op; in pos_out() local176 t_op.mt_op = MTFSR; in pos_out()177 t_op.mt_count = out.offset; in pos_out()179 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()199 t_op.mt_op = MTBSR; in pos_out()200 t_op.mt_count = 1; in pos_out()201 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()