Home
last modified time | relevance | path

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

/external/strace/
Dprocess_vm.c49 tprint_iov(tcp, remote_iovcnt, tcp->u_arg[3], in SYS_FUNC()
67 tprint_iov(tcp, local_iovcnt, tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
71 tprint_iov(tcp, remote_iovcnt, tcp->u_arg[3], IOV_DECODE_ADDR); in SYS_FUNC()
Dio.c147 tprint_iov(tcp, tcp->u_arg[2], tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
238 tprint_iov(tcp, len, tcp->u_arg[1], IOV_DECODE_STR); in do_pwritev()
325 tprint_iov(tcp, tcp->u_arg[2], tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
Dprocess.c214 tprint_iov(tcp, /*len:*/ 1, data, IOV_DECODE_ADDR); in SYS_FUNC()
266 tprint_iov(tcp, /*len:*/ 1, data, IOV_DECODE_ADDR); in SYS_FUNC()
Daio.c147 tprint_iov(tcp, cb->aio_nbytes, cb->aio_buf, in print_iocb()
Dkeyctl.c171 tprint_iov(tcp, len, addr, IOV_DECODE_STR); in keyctl_instantiate_key_iov()
Ddefs.h1088 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).
DChangeLog21167 (tprint_iov): Change the type of len argument from unsigned long
21712 tprint_iov*: change address argument type from unsigned long to kernel_ureg_t
21713 * defs.h (tprint_iov, tprint_iov_upto): Change address argument type
21715 * io.c (tprint_iov, tprint_iov_upto): Likewise.
21971 Make tprint_iov function a static inline wrapper.
21972 * io.c (tprint_iov): Move ...
22213 * io.c (print_iovec, tprint_iov): Likewise.
24607 This check had been done by print_array inside tprint_iov anyway.
24611 parameter to tprint_iov{,_upto} based on its value instead.
27938 Add a enum for decoding to tprint_iov() and tprint_iov_upto()
[all …]