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.c205 tprint_iov(tcp, /*len:*/ 1, data, IOV_DECODE_ADDR); in SYS_FUNC()
242 tprint_iov(tcp, /*len:*/ 1, data, IOV_DECODE_ADDR); in SYS_FUNC()
Daio.c149 tprint_iov(tcp, cb->aio_nbytes, cb->aio_buf, in print_iocb()
Dkeyctl.c176 tprint_iov(tcp, len, addr, IOV_DECODE_STR); in keyctl_instantiate_key_iov()
Ddefs.h761 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).
DChangeLog13605 (tprint_iov): Change the type of len argument from unsigned long
14150 tprint_iov*: change address argument type from unsigned long to kernel_ureg_t
14151 * defs.h (tprint_iov, tprint_iov_upto): Change address argument type
14153 * io.c (tprint_iov, tprint_iov_upto): Likewise.
14409 Make tprint_iov function a static inline wrapper.
14410 * io.c (tprint_iov): Move ...
14651 * io.c (print_iovec, tprint_iov): Likewise.
17045 This check had been done by print_array inside tprint_iov anyway.
17049 parameter to tprint_iov{,_upto} based on its value instead.
20376 Add a enum for decoding to tprint_iov() and tprint_iov_upto()
[all …]