Home | History | Annotate | Download | only in strace

Lines Matching full:decode

142 	(sys_shutdown): Use shutdown_modes to decode 2nd syscall argument.
382 * linux/mips/syscallent.h: Use sys_stat64() to decode stat64 syscall.
408 (print_blkpg_req): Always decode struct blkpg_ioctl_arg.
410 (block_ioctl): Do not decode return values passed by pointers on exit
420 * ioctl.c (ioctl_decode) [LINUX]: Use it to decode HDIO_* and BLK*
508 Decode struct ucred for getsockopt SO_PEERCRED
509 * net.c (sys_getsockopt): Decode SO_PEERCRED.
631 Blackfin: decode new syscalls
634 * system.c: Decode Blackfin's cacheflush syscall.
834 Decode TLS syscalls on m68k
902 * net.c (sys_recvmmsg): Decode mmsghdr structure on exit from the
903 syscall. Decode timespec structure both on entrance and on exit.
907 Decode recvmmsg syscall
1056 Decode fifth argument of mremap syscall
1057 * mem.c (sys_mremap): Decode fifth argument.
1083 Decode more SOL_PACKET socket options
1085 (sys_getsockopt): Decode PACKET_STATISTICS.
1086 (printsockopt): Decode PACKET_RX_RING and PACKET_TX_RING.
1106 Decode integer argument using printnum_int(), patch by Gabor Gombas.
1126 Decode fallocate on PowerPC
1127 * linux/powerpc/syscallent.h: Decode fallocate.
1423 (sys_futex): Decode FUTEX_CMP_REQUEUE_PI and