Searched refs:t_op (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/bin/dd/
H A Dposition.c161 struct mtop t_op; local
184 t_op.mt_op = MTFSR;
185 t_op.mt_count = out.offset;
187 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1)
205 t_op.mt_op = MTBSR;
206 t_op.mt_count = 1;
207 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1)
/freebsd-13-stable/bin/test/
H A Dtest.c121 static const struct t_op { struct
420 find_op_1char(const struct t_op *op, const struct t_op *end, const char *s)
434 find_op_2char(const struct t_op *op, const struct t_op *end, const char *s)

Completed in 51 milliseconds