/external/strace/ |
D | v4l2.c | 201 if (entering(tcp) || syserror(tcp) || umove(tcp, arg, &caps) < 0) in v4l2_ioctl() 231 if (entering(tcp) || umove(tcp, arg, &s) < 0) in v4l2_ioctl() 264 if (umove(tcp, arg, &f) < 0) in v4l2_ioctl() 283 if (entering(tcp) || umove(tcp, arg, &f) < 0) in v4l2_ioctl() 312 if (umove(tcp, arg, &s) < 0) in v4l2_ioctl() 348 if (umove(tcp, arg, &c) < 0) in v4l2_ioctl() 391 if (entering(tcp) || umove(tcp, arg, &c) < 0) in v4l2_ioctl() 415 if (umove(tcp, arg, &c) < 0) in v4l2_ioctl() 430 if (umove(tcp, (long) (c.controls + n), &ctrl) < 0) in v4l2_ioctl() 463 if (umove(tcp, arg, &s) < 0) in v4l2_ioctl() [all …]
|
D | scsi.c | 75 if (umove(tcp, arg, &sg_io) < 0) { in print_sg_io_v3_req() 109 if (umove(tcp, arg, &sg_io) < 0) { in print_sg_io_v3_res() 147 if (umove(tcp, arg, &sg_io) < 0) { in print_sg_io_v4_req() 186 if (umove(tcp, arg, &sg_io) < 0) { in print_sg_io_v4_res() 271 if (!arg || umove(tcp, arg, &iid) < 0) { in scsi_ioctl() 279 if (umove(tcp, arg, &iid) < 0) in scsi_ioctl()
|
D | evdev.c | 69 if (!verbose(tcp) || umove(tcp, arg, &ffe) < 0) in ff_effect_ioctl() 140 if (!verbose(tcp) || umove(tcp, arg, &absinfo) < 0) in abs_ioctl() 169 if (!verbose(tcp) || umove(tcp, arg, &keycode) < 0) in keycode_ioctl() 189 if (!verbose(tcp) || umove(tcp, arg, &ike) < 0) in keycode_V2_ioctl() 217 if (!verbose(tcp) || umove(tcp, arg, &id) < 0) in getid_ioctl() 283 if (!verbose(tcp) || umove(tcp, arg, &buffer) < 0) in mtslots_ioctl()
|
D | net.c | 664 if (umove(tcp, addr, &msg32) < 0) in extractmsghdr() 669 if (umove(tcp, addr, msg) < 0) in extractmsghdr() 682 if (umove(tcp, addr, &mmsg32) < 0) in extractmmsghdr() 691 if (umove(tcp, addr, mmsg) < 0) in extractmmsghdr() 860 umove(tcp, tcp->u_arg[2], &len) < 0) { in do_sockname() 985 umove(tcp, tcp->u_arg[5], &fromlen) < 0) { in SYS_FUNC() 1208 umove(tcp, addr, &linger) < 0) { in print_linger() 1226 umove(tcp, addr, &uc) < 0) { in print_ucred() 1244 umove(tcp, addr, &stats) < 0) { in print_tpacket_stats() 1263 umove(tcp, addr, &filter) < 0) { in print_icmp_filter() [all …]
|
D | poll.c | 71 if (start >= abbrev_end || umove(tcp, start, &fds) < 0) { in decode_poll_entering() 85 if (umove(tcp, cur, &fds) < 0) { in decode_poll_entering() 132 if (umove(tcp, cur, &fds) < 0) { in decode_poll_exiting()
|
D | print_time.c | 94 umove(tcp, addr, &t)) { in MPERS_PRINTER_DECL() 164 umove(tcp, addr, &t)) { in MPERS_PRINTER_DECL() 262 umove(tcp, addr, &t)) { in sprint_timeval32()
|
D | mem.c | 441 if (umove(tcp, puser, &p) < 0) { in SYS_FUNC() 460 if (umove(tcp, nodeuser, &node) < 0) { in SYS_FUNC() 481 if (umove(tcp, statususer, &status) < 0) { in SYS_FUNC() 531 if (umove(tcp, cur, &entry) < 0) { in SYS_FUNC()
|
D | sock.c | 167 if (syserror(tcp) || umove(tcp, addr, &ifc) < 0) { in decode_ifconf() 330 if (umove(tcp, arg, &ifr) < 0) { in sock_ioctl()
|
D | ipc_shm.c | 76 if (umove(tcp, tcp->u_arg[2], &raddr) < 0) in SYS_FUNC()
|
D | ldt.c | 88 umove(tcp, tcp->u_arg[0], &desc) < 0) { in SYS_FUNC()
|
D | ptp.c | 96 if (umove(tcp, arg, &sysoff) < 0) { in ptp_ioctl()
|
D | file_handle.c | 78 && !umove(tcp, addr, &h)) { in SYS_FUNC()
|
D | capability.c | 74 if (umove(tcp, addr, &header) < 0) in get_cap_header()
|
D | sysctl.c | 170 } else if (umove(tcp, (long)info.oldlenp, &oldlen) >= 0 in SYS_FUNC()
|
D | seccomp.c | 178 if (umove(tcp, addr, &filter) < 0) in decode_fprog()
|
D | block.c | 246 if (umove(tcp, arg, &buts) < 0) { in block_ioctl()
|
D | desc.c | 211 if (umove(tcp, tcp->u_arg[0], &oldselect_args) < 0) { in SYS_FUNC()
|
D | mtd.c | 125 if (umove(tcp, arg, &rinfo) < 0) { in mtd_ioctl()
|
D | defs.h | 506 #define umove(pid, addr, objp) \ macro
|
D | syscall.c | 588 (void) umove(tcp, addr, &args); in decode_socket_subcall()
|
/external/strace/linux/m68k/ |
D | arch_sigreturn.c | 9 if (umove(tcp, addr + 2 * sizeof(int), &addr) < 0) in arch_sigreturn() 14 if (umove(tcp, addr, &mask[0]) < 0) in arch_sigreturn()
|
/external/strace/linux/s390/ |
D | arch_sigreturn.c | 7 if (umove(tcp, addr, &mask) < 0) { in arch_sigreturn()
|
/external/strace/linux/i386/ |
D | arch_sigreturn.c | 17 if (umove(tcp, *i386_esp_ptr, &frame) < 0) { in arch_sigreturn()
|
/external/strace/linux/powerpc/ |
D | arch_sigreturn.c | 15 if (umove(tcp, esp, &sc) < 0) { in arch_sigreturn()
|
/external/strace/linux/sparc/ |
D | arch_sigreturn.c | 13 if (umove(tcp, fp, &frame) < 0) { in arch_sigreturn()
|