/external/strace/ |
D | v4l2.c | 190 if (!syserror(tcp) && !umove(tcp, arg, &f)) { in print_v4l2_fmtdesc() 375 if (!syserror(tcp) && !umove(tcp, arg, &f)) in print_v4l2_format() 408 if (!umove(tcp, arg, &reqbufs)) in print_v4l2_requestbuffers() 439 if (!syserror(tcp) && !umove(tcp, arg, &b)) { in print_v4l2_buffer() 524 if (syserror(tcp) || umove(tcp, arg, &s) < 0) { in print_v4l2_streamparm() 582 if (!syserror(tcp) && !umove(tcp, arg, &s)) { in print_v4l2_standard() 610 if (!syserror(tcp) && !umove(tcp, arg, &i)) { in print_v4l2_input() 640 if (!syserror(tcp) && !umove(tcp, arg, &c)) { in print_v4l2_control() 669 if (syserror(tcp) || umove(tcp, arg, &c) < 0) { in print_v4l2_tuner() 713 if (syserror(tcp) || umove(tcp, arg, &c) < 0) { in print_v4l2_queryctrl() [all …]
|
D | userfaultfd.c | 92 if (!syserror(tcp) && !umove(tcp, arg, &ua)) { in uffdio_ioctl() 127 if (!syserror(tcp) && !umove(tcp, arg, &uc)) in uffdio_ioctl() 150 if (!syserror(tcp) && !umove(tcp, arg, &ur)) { in uffdio_ioctl() 187 if (!syserror(tcp) && !umove(tcp, arg, &uz)) in uffdio_ioctl()
|
D | fetch_struct_msghdr.c | 53 return umove(tcp, addr, p_native) ? 0 : sizeof(*p_native); in MPERS_PRINTER_DECL() 55 if (umove(tcp, addr, &v_compat)) in MPERS_PRINTER_DECL()
|
D | fetch_struct_mmsghdr.c | 53 return umove(tcp, addr, p_native) ? 0 : sizeof(*p_native); in MPERS_PRINTER_DECL() 55 if (umove(tcp, addr, &v_compat)) in MPERS_PRINTER_DECL()
|
D | net.c | 160 && umove(tcp, socklen, plen) == 0; in fetch_socklen() 184 if (syserror(tcp) || umove(tcp, tcp->u_arg[2], &rlen) < 0) { in decode_sockname() 527 umove(tcp, addr, &stats) < 0) { in print_tpacket_stats() 661 && umove(tcp, tcp->u_arg[4], &ulen) == 0) { in SYS_FUNC() 673 if (syserror(tcp) || umove(tcp, tcp->u_arg[4], &rlen) < 0) { in SYS_FUNC() 729 umove(tcp, addr, &req) < 0) { in print_tpacket_req() 750 umove(tcp, addr, &mreq) < 0) { in print_packet_mreq()
|
D | ldt.c | 61 if (syserror(tcp) || umove(tcp, addr, &desc)) { in print_user_desc() 169 umove(tcp, tcp->u_arg[0], &desc) < 0) { in SYS_FUNC()
|
D | print_timeval.c | 108 umove(tcp, addr, &t)) { in MPERS_PRINTER_DECL() 201 umove(tcp, addr, &t)) { in sprint_timeval32()
|
D | sock.c | 181 if (!ifc || umove(tcp, addr, ifc) < 0) { in decode_ifconf() 355 if (umove(tcp, arg, &ifr) < 0) { in MPERS_PRINTER_DECL()
|
D | fetch_struct_keyctl_kdf_params.c | 16 if ((ret = umove(tcp, addr, &kdf))) in MPERS_PRINTER_DECL()
|
D | perf.c | 70 if (umove(tcp, addr + offsetof(struct perf_event_attr, size), &size)) { in fetch_perf_event_attr() 155 if (umove(tcp, addr + offsetof(struct perf_event_attr, size), in print_perf_event_attr()
|
D | ptp.c | 101 if (umove(tcp, arg, &sysoff) < 0) { in ptp_ioctl()
|
D | file_handle.c | 78 && !umove(tcp, addr, &h)) { in SYS_FUNC()
|
D | capability.c | 75 if (umove(tcp, addr, &header) < 0) in get_cap_header()
|
D | print_timespec.c | 129 umove(tcp, addr, &t)) { in MPERS_PRINTER_DECL()
|
D | sysctl.c | 171 } else if (umove(tcp, ptr_to_kulong(info.oldlenp), &oldlen) >= 0 in SYS_FUNC()
|
D | sched.c | 159 && umove(tcp, tcp->u_arg[1], &attr.size) == 0) { in SYS_FUNC()
|
D | poll.c | 95 if (umove(tcp, cur, &fds) < 0) { in decode_poll_exiting()
|
D | sg_io_v3.c | 115 if (umove(tcp, arg, &sg_io) < 0) { in decode_response()
|
D | block.c | 252 if (!syserror(tcp) && !umove(tcp, arg, &buts)) in MPERS_PRINTER_DECL()
|
/external/strace/linux/m68k/ |
D | arch_sigreturn.c | 7 if (umove(tcp, *m68k_usp_ptr + 2 * sizeof(int), &addr) < 0) in arch_sigreturn() 12 if (umove(tcp, addr, &mask[0]) < 0) in arch_sigreturn()
|
/external/strace/linux/s390/ |
D | arch_sigreturn.c | 17 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 | 22 if (umove(tcp, addr, &sc) < 0) { in arch_sigreturn()
|
/external/strace/linux/ia64/ |
D | get_syscall_args.c | 15 if (umove(tcp, in get_syscall_args()
|
/external/strace/linux/sparc/ |
D | arch_sigreturn.c | 23 if (umove(tcp, addr, &frame) < 0) { in arch_sigreturn()
|