Searched refs:t_op (Results 1 – 3 of 3) sorted by relevance
117 struct mtop t_op; in pos_out() local134 t_op.mt_op = MTFSR; in pos_out()135 t_op.mt_count = out.offset; in pos_out()137 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()155 t_op.mt_op = MTBSR; in pos_out()156 t_op.mt_count = 1; in pos_out()157 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()
93 struct t_op { struct140 struct t_op const *t_wp_op;364 struct t_op const *op; in binop()408 struct t_op const *op = ops; in t_lex_type()499 struct t_op const *op = ops; in t_lex()
42 struct t_op { struct46 static const struct t_op u_ops [] = { argument73 static const struct t_op b_ops [] = {184 const struct t_op *otab; in test_isop()