Searched refs:decode_iov (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | io.c | 71 tprint_iov_upto(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov, unsigned lo… in tprint_iov_upto() argument 124 if (decode_iov) { in tprint_iov_upto() 143 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov) in tprint_iov() argument 145 tprint_iov_upto(tcp, len, addr, decode_iov, (unsigned long) -1L); in tprint_iov()
|
D | defs.h | 711 extern void tprint_iov(struct tcb *, unsigned long, unsigned long, int decode_iov); 712 extern void tprint_iov_upto(struct tcb *, unsigned long, unsigned long, int decode_iov, unsigned lo…
|