HomeSort by relevance Sort by last modified time
    Searched refs:t_op (Results 1 - 4 of 4) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 130 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)
  /external/sepolicy/tools/
sepolicy-check.c 64 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,
  /external/mksh/src/
funcs.c 172 static const struct t_op { struct
202 static const struct t_op b_ops[] = {
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 1930 UInt t_op = ARM64G_CC_OP_NUMBER; local
    [all...]

Completed in 292 milliseconds