Searched refs:IOV_DECODE_STR (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | io.c | 86 case IOV_DECODE_STR: in print_iovec() 137 IOV_DECODE_STR, tcp->u_rval); in SYS_FUNC() 147 tprint_iov(tcp, tcp->u_arg[2], tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC() 214 IOV_DECODE_STR, tcp->u_rval); in do_preadv() 238 tprint_iov(tcp, len, tcp->u_arg[1], IOV_DECODE_STR); in do_pwritev() 325 tprint_iov(tcp, tcp->u_arg[2], tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
|
D | process_vm.c | 44 syserror(tcp) ? IOV_DECODE_ADDR : IOV_DECODE_STR, in SYS_FUNC() 67 tprint_iov(tcp, local_iovcnt, tcp->u_arg[1], IOV_DECODE_STR); in SYS_FUNC()
|
D | sg_io_v4.c | 44 tprint_iov_upto(tcp, iovec_count, addr, IOV_DECODE_STR, in print_sg_io_buffer()
|
D | sg_io_v3.c | 56 tprint_iov_upto(tcp, iovec_count, addr, IOV_DECODE_STR, in print_sg_io_buffer()
|
D | aio.c | 149 ? IOV_DECODE_STR in print_iocb()
|
D | keyctl.c | 171 tprint_iov(tcp, len, addr, IOV_DECODE_STR); in keyctl_instantiate_key_iov()
|
D | msghdr.c | 375 (family == AF_NETLINK) ? IOV_DECODE_NETLINK : IOV_DECODE_STR; in print_struct_msghdr()
|
D | defs.h | 403 IOV_DECODE_STR, enumerator
|
D | ChangeLog | 19870 fields when umove call fails. Pass IOV_DECODE_STR to tprint_iov_upto 19875 fields when umove call fails. Pass IOV_DECODE_STR to tprint_iov_upto
|