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 | 1089 enum iov_decode decode_iov) in tprint_iov() argument 1091 tprint_iov_upto(tcp, len, addr, decode_iov, -1); in tprint_iov()
|
D | ChangeLog | 24610 printing local_iov; do not check for syserror, provide decode_iov 24631 (SYS_FUNC(readv), do_preadv): Specify decode_iov parameter value 27943 (tprint_iov, tprint_iov_upto): Change type of "decode_iov" to enum iov_decode. 27944 * aio.c (print_iocb): Change type of "decode_iov" to enum iov_decode in 27951 (tprint_iov_upto): Change type of "decode_iov" to enum iov_decode. 27952 (readv, do_preadv): Change type of "decode_iov" to enum iov_decode in 51328 * defs.h (tprint_iov): Add decode_iov argument. 51329 * io.c (tprint_iov): Implement new decode_iov argument.
|