Lines Matching refs:tprint_iov
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()
8753 (tprint_iov, tprint_iov_upto): Change type of "decode_iov" to enum iov_decode.
8755 tprint_iov() call.
12494 of tprint_iov and specify syscall return value as a data size limit.
13797 of tprint_iov and specify syscall return value as a data size limit.
23191 (tprint_iov_upto, tprint_iov, sys_readv, sys_writev,
28446 (tprint_iov): Use "(unsigned long) -1L" instead of "ULONG_MAX".
28476 (tprint_iov): Call tprint_iov_upto.
28984 * io.c (tprint_iov): Likewise.
32137 Add argument to tprint_iov() specifying whether to decode each iovec.
32138 * defs.h (tprint_iov): Add decode_iov argument.
32139 * io.c (tprint_iov): Implement new decode_iov argument.
32141 tprint_iov calls.