Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Dposition.c153 struct mtop t_op; in pos_out() local
176 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()
/freebsd/bin/test/
H A Dtest.c118 static const struct t_op { struct
417 find_op_1char(const struct t_op *op, const struct t_op *end, const char *s) in find_op_1char()
431 find_op_2char(const struct t_op *op, const struct t_op *end, const char *s) in find_op_2char()