Home
last modified time | relevance | path

Searched refs:dumpiov_upto (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dmmsghdr.c164 dumpiov_upto(tcp, mmsg.msg_hdr.msg_iovlen, in dumpiov_in_mmsghdr()
Dsyscall.c468 dumpiov_upto(tcp, tcp->u_arg[2], tcp->u_arg[1], in dumpio()
492 dumpiov_upto(tcp, tcp->u_arg[2], tcp->u_arg[1], -1); in dumpio()
Dmsghdr.c402 dumpiov_upto(tcp, msg.msg_iovlen, in dumpiov_in_msghdr()
Ddefs.h558 dumpiov_upto(struct tcb *, int len, kernel_ulong_t addr, kernel_ulong_t data_size);
Dutil.c944 dumpiov_upto(struct tcb *const tcp, const int len, const kernel_ulong_t addr, in dumpiov_upto() function
DChangeLog1387 * util.c (umoven, umovestr, dumpiov_upto): Likewise.
1704 * util.c (dumpiov_upto): Likewise.
1923 dumpiov_upto: change size types from unsigned long to kernel_ureg_t.
1924 * defs.h (dumpiov_upto): Change data_size argument type
1926 * util.c (dumpiov_upto): Change the type of data_size argument
2248 * defs.h (dumpiov_in_msghdr, dumpiov_in_mmsghdr, dumpiov_upto, dumpstr):
2253 * util.c (dumpiov_upto, dumpstr): Likewise.
2355 dumpiov_upto: cast pointers to kernel_ureg_t instead of long.
2356 * util.c (dumpiov_upto): Cast iovec.iov_base pointer to kernel_ureg_t
2661 * syscall.c (dumpio): Use dumpiov_upto instead of dumpiov.
[all …]