Searched refs:tprint_iov (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | process_vm.c | 48 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()
|
D | io.c | 144 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()
|
D | process.c | 204 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()
|
D | aio.c | 144 tprint_iov(tcp, cb->aio_nbytes, cb->aio_buf, in print_iocb()
|
D | keyctl.c | 172 tprint_iov(tcp, len, addr, IOV_DECODE_STR); in keyctl_instantiate_key_iov()
|
D | defs.h | 695 tprint_iov(struct tcb *tcp, kernel_ulong_t len, kernel_ulong_t addr, in tprint_iov() function
|
D | ChangeLog-CVS | 1501 * 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).
|
D | ChangeLog | 1977 (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/ |
D | strace.patch | 6 extern void tprint_iov P((struct tcb *, int, long));
|