Home
last modified time | relevance | path

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

/external/strace/
Dmmsghdr.c166 dumpiov_upto(tcp, mmsg.msg_hdr.msg_iovlen, in dumpiov_in_mmsghdr()
Dsyscall.c453 dumpiov_upto(tcp, tcp->u_arg[2], tcp->u_arg[1], in dumpio()
477 dumpiov_upto(tcp, tcp->u_arg[2], tcp->u_arg[1], -1); in dumpio()
Dmsghdr.c428 dumpiov_upto(tcp, msg.msg_iovlen, in dumpiov_in_msghdr()
Dutil.c797 dumpiov_upto(struct tcb *const tcp, const int len, const kernel_ulong_t addr, in dumpiov_upto() function
Ddefs.h590 dumpiov_upto(struct tcb *, int len, kernel_ulong_t addr, kernel_ulong_t data_size);
DChangeLog13015 * util.c (umoven, umovestr, dumpiov_upto): Likewise.
13332 * util.c (dumpiov_upto): Likewise.
13551 dumpiov_upto: change size types from unsigned long to kernel_ureg_t.
13552 * defs.h (dumpiov_upto): Change data_size argument type
13554 * util.c (dumpiov_upto): Change the type of data_size argument
13876 * defs.h (dumpiov_in_msghdr, dumpiov_in_mmsghdr, dumpiov_upto, dumpstr):
13881 * util.c (dumpiov_upto, dumpstr): Likewise.
13983 dumpiov_upto: cast pointers to kernel_ureg_t instead of long.
13984 * util.c (dumpiov_upto): Cast iovec.iov_base pointer to kernel_ureg_t
14289 * syscall.c (dumpio): Use dumpiov_upto instead of dumpiov.
[all …]