Searched refs:decode_iov (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | io.c | 62 enum iov_decode decode_iov; member 85 switch (c->decode_iov) { in print_iovec() 117 const kernel_ulong_t addr, const enum iov_decode decode_iov, in tprint_iov_upto() argument 122 .decode_iov = decode_iov, .data_size = data_size in tprint_iov_upto()
|
D | defs.h | 762 enum iov_decode decode_iov) in tprint_iov() argument 764 tprint_iov_upto(tcp, len, addr, decode_iov, -1); in tprint_iov()
|
D | ChangeLog | 17048 printing local_iov; do not check for syserror, provide decode_iov 17069 (SYS_FUNC(readv), do_preadv): Specify decode_iov parameter value 20381 (tprint_iov, tprint_iov_upto): Change type of "decode_iov" to enum iov_decode. 20382 * aio.c (print_iocb): Change type of "decode_iov" to enum iov_decode in 20389 (tprint_iov_upto): Change type of "decode_iov" to enum iov_decode. 20390 (readv, do_preadv): Change type of "decode_iov" to enum iov_decode in 43766 * defs.h (tprint_iov): Add decode_iov argument. 43767 * io.c (tprint_iov): Implement new decode_iov argument.
|