Searched refs:dumpiov_upto (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | mmsghdr.c | 161 dumpiov_upto(tcp, mmsg.msg_hdr.msg_iovlen, in dumpiov_in_mmsghdr()
|
D | syscall.c | 417 dumpiov_upto(tcp, tcp->u_arg[2], tcp->u_arg[1], -1); in dumpio() 443 dumpiov_upto(tcp, tcp->u_arg[2], tcp->u_arg[1], in dumpio()
|
D | msghdr.c | 428 dumpiov_upto(tcp, msg.msg_iovlen, in dumpiov_in_msghdr()
|
D | util.c | 860 dumpiov_upto(struct tcb *const tcp, const int len, const kernel_ulong_t addr, in dumpiov_upto() function
|
D | defs.h | 870 dumpiov_upto(struct tcb *, int len, kernel_ulong_t addr, kernel_ulong_t data_size);
|
D | ChangeLog | 3098 (dumpiov_upto): Rewrite size initialisation similarly to the way it's 4683 * util.c (print_quoted_string_ex, print_quoted_string_ex, dumpiov_upto, 20577 * util.c (umoven, umovestr, dumpiov_upto): Likewise. 20894 * util.c (dumpiov_upto): Likewise. 21113 dumpiov_upto: change size types from unsigned long to kernel_ureg_t. 21114 * defs.h (dumpiov_upto): Change data_size argument type 21116 * util.c (dumpiov_upto): Change the type of data_size argument 21438 * defs.h (dumpiov_in_msghdr, dumpiov_in_mmsghdr, dumpiov_upto, dumpstr): 21443 * util.c (dumpiov_upto, dumpstr): Likewise. 21545 dumpiov_upto: cast pointers to kernel_ureg_t instead of long. [all …]
|