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

/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dposition.c130 struct mtop t_op; local
149 t_op.mt_op = MTFSR;
150 t_op.mt_count = out.offset;
152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0)
172 t_op.mt_op = MTBSR;
173 t_op.mt_count = 1;
174 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) == -1)
/system/sepolicy/tools/
H A Dsepolicy-check.c64 int t_op, uint32_t target_type,
87 match &= check(t_op, target_type, cur->key.target_type);
122 int t_op = parse_ops(&t); local
137 if (t_op != ANY) {
168 if (t_op != ANY)
175 t_op, key.target_type,
183 t_op, key.target_type,
63 expand_and_check(int s_op, uint32_t source_type, int t_op, uint32_t target_type, int c_op, uint32_t target_class, perm_datum_t *perm, policydb_t *policy, avtab_t *avtab) argument

Completed in 85 milliseconds