Lines Matching refs:tprint_iov
13605 (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()
20381 (tprint_iov, tprint_iov_upto): Change type of "decode_iov" to enum iov_decode.
20383 tprint_iov() call.
24122 of tprint_iov and specify syscall return value as a data size limit.
25425 of tprint_iov and specify syscall return value as a data size limit.
34819 (tprint_iov_upto, tprint_iov, sys_readv, sys_writev,
40074 (tprint_iov): Use "(unsigned long) -1L" instead of "ULONG_MAX".
40104 (tprint_iov): Call tprint_iov_upto.
40612 * io.c (tprint_iov): Likewise.
43765 Add argument to tprint_iov() specifying whether to decode each iovec.
43766 * defs.h (tprint_iov): Add decode_iov argument.
43767 * io.c (tprint_iov): Implement new decode_iov argument.
43769 tprint_iov calls.