Searched refs:decode_iov (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | io.c | 66 tprint_iov_upto(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov, unsigned lo… in tprint_iov_upto() argument 119 if (decode_iov) { in tprint_iov_upto() 138 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov) in tprint_iov() argument 140 tprint_iov_upto(tcp, len, addr, decode_iov, (unsigned long) -1L); in tprint_iov()
|
D | defs.h | 551 extern void tprint_iov(struct tcb *, unsigned long, unsigned long, int decode_iov); 552 extern void tprint_iov_upto(struct tcb *, unsigned long, unsigned long, int decode_iov, unsigned lo…
|