Lines Matching refs:tprint_iov
21167 (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()
27943 (tprint_iov, tprint_iov_upto): Change type of "decode_iov" to enum iov_decode.
27945 tprint_iov() call.
31684 of tprint_iov and specify syscall return value as a data size limit.
32987 of tprint_iov and specify syscall return value as a data size limit.
42381 (tprint_iov_upto, tprint_iov, sys_readv, sys_writev,
47636 (tprint_iov): Use "(unsigned long) -1L" instead of "ULONG_MAX".
47666 (tprint_iov): Call tprint_iov_upto.
48174 * io.c (tprint_iov): Likewise.
51327 Add argument to tprint_iov() specifying whether to decode each iovec.
51328 * defs.h (tprint_iov): Add decode_iov argument.
51329 * io.c (tprint_iov): Implement new decode_iov argument.
51331 tprint_iov calls.