Home
last modified time | relevance | path

Searched refs:tprint_iov (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dprocess_vm.c48 tprint_iov(tcp, remote_iovcnt, tcp->u_arg[3], in SYS_FUNC()
66 tprint_iov(tcp, local_iovcnt, tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
70 tprint_iov(tcp, remote_iovcnt, tcp->u_arg[3], IOV_DECODE_ADDR); in SYS_FUNC()
Dio.c144 tprint_iov(tcp, tcp->u_arg[2], tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
240 tprint_iov(tcp, len, tcp->u_arg[1], IOV_DECODE_STR); in do_pwritev()
307 tprint_iov(tcp, tcp->u_arg[2], tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
Dprocess.c204 tprint_iov(tcp, /*len:*/ 1, data, IOV_DECODE_ADDR); in SYS_FUNC()
241 tprint_iov(tcp, /*len:*/ 1, data, IOV_DECODE_ADDR); in SYS_FUNC()
Daio.c144 tprint_iov(tcp, cb->aio_nbytes, cb->aio_buf, in print_iocb()
Dkeyctl.c172 tprint_iov(tcp, len, addr, IOV_DECODE_STR); in keyctl_instantiate_key_iov()
Ddefs.h695 tprint_iov(struct tcb *tcp, kernel_ulong_t len, kernel_ulong_t addr, in tprint_iov() function
DChangeLog-CVS1501 * io.c [HAVE_SYS_UIO_H] (tprint_iov): [LINUX &&
2079 * defs.h (tprint_iov): Update prototype.
2085 * io.c (tprint_iov) [HAVE_SYS_UIO_H]: Check for integer overflow
2095 (printmsghdr) [HAVE_SENDMSG]: Update tprint_iov() usage.
4316 routine from net.c (duplicate of tprint_iov in util.c).
DChangeLog1977 (tprint_iov): Change the type of len argument from unsigned long
2522 tprint_iov*: change address argument type from unsigned long to kernel_ureg_t
2523 * defs.h (tprint_iov, tprint_iov_upto): Change address argument type
2525 * io.c (tprint_iov, tprint_iov_upto): Likewise.
2781 Make tprint_iov function a static inline wrapper.
2782 * io.c (tprint_iov): Move ...
3023 * io.c (print_iovec, tprint_iov): Likewise.
5417 This check had been done by print_array inside tprint_iov anyway.
5421 parameter to tprint_iov{,_upto} based on its value instead.
8748 Add a enum for decoding to tprint_iov() and tprint_iov_upto()
[all …]
/external/ltp/tools/strace_test/
Dstrace.patch6 extern void tprint_iov P((struct tcb *, int, long));