Searched refs:t_op (Results 1 – 2 of 2) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | position.c | 130 struct mtop t_op; in pos_out() local 149 t_op.mt_op = MTFSR; in pos_out() 150 t_op.mt_count = out.offset; in pos_out() 152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0) in pos_out() 172 t_op.mt_op = MTBSR; in pos_out() 173 t_op.mt_count = 1; in pos_out() 174 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) == -1) in pos_out()
|
/system/sepolicy/tools/ |
D | sepolicy-check.c | 64 int t_op, uint32_t target_type, in expand_and_check() argument 87 match &= check(t_op, target_type, cur->key.target_type); in expand_and_check() 122 int t_op = parse_ops(&t); in check_rule() local 137 if (t_op != ANY) { in check_rule() 168 if (t_op != ANY) in check_rule() 175 t_op, key.target_type, in check_rule() 183 t_op, key.target_type, in check_rule()
|