/external/strace/ |
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 | v4l2.c | 185 if (!syserror(tcp) && !umove(tcp, arg, &f)) { in print_v4l2_fmtdesc() 370 if (!syserror(tcp) && !umove(tcp, arg, &f)) in print_v4l2_format() 403 if (!umove(tcp, arg, &reqbufs)) in print_v4l2_requestbuffers() 434 if (!syserror(tcp) && !umove(tcp, arg, &b)) { in print_v4l2_buffer() 519 if (syserror(tcp) || umove(tcp, arg, &s) < 0) { in print_v4l2_streamparm() 577 if (!syserror(tcp) && !umove(tcp, arg, &s)) { in print_v4l2_standard() 605 if (!syserror(tcp) && !umove(tcp, arg, &i)) { in print_v4l2_input() 641 if (!syserror(tcp) && !umove(tcp, arg, &c)) { in print_v4l2_control() 670 if (syserror(tcp) || umove(tcp, arg, &c) < 0) { in print_v4l2_tuner() 714 if (syserror(tcp) || umove(tcp, arg, &c) < 0) { in print_v4l2_queryctrl() [all …]
|
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 | 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 | net.c | 218 && umove(tcp, socklen, plen) == 0; in fetch_socklen() 242 if (syserror(tcp) || umove(tcp, tcp->u_arg[2], &rlen) < 0) { in decode_sockname() 854 && umove(tcp, tcp->u_arg[4], &ulen) == 0) { in SYS_FUNC() 866 if (syserror(tcp) || umove(tcp, tcp->u_arg[4], &rlen) < 0) { in SYS_FUNC() 937 umove(tcp, addr, &req) < 0) { in print_tpacket_req() 958 umove(tcp, addr, &mreq) < 0) { in print_packet_mreq()
|
D | fetch_struct_keyctl_kdf_params.c | 16 if ((ret = umove(tcp, addr, &kdf))) in MPERS_PRINTER_DECL()
|
D | perf.c | 71 if (umove(tcp, addr + offsetof(struct perf_event_attr, size), &size)) { in fetch_perf_event_attr() 150 if (umove(tcp, addr + offsetof(struct perf_event_attr, size), in print_perf_event_attr()
|
D | netlink_kobject_uevent.c | 44 !addr || len < offset || umove(tcp, addr, &uh) || in decode_netlink_kobject_uevent()
|
D | sock.c | 265 if (!ifc || umove(tcp, addr, ifc) < 0) { in decode_ifconf() 439 if (umove(tcp, arg, &ifr) < 0) { in MPERS_PRINTER_DECL()
|
D | perf_ioctl.c | 59 umove(tcp, arg + offsetof(struct perf_event_query_bpf, prog_cnt), in perf_ioctl_query_bpf()
|
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 | 134 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 | 158 && umove(tcp, tcp->u_arg[1], &attr.size) == 0) { in SYS_FUNC()
|
D | block.c | 205 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/i386/ |
D | arch_sigreturn.c | 17 if (umove(tcp, *i386_esp_ptr, &frame) < 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/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()
|