Home
last modified time | relevance | path

Searched refs:decode_select (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddesc.c74 decode_select(struct tcb *const tcp, const kernel_ulong_t *const args, in decode_select() function
206 return decode_select(tcp, args, print_timeval, sprint_timeval); in SYS_FUNC()
218 return decode_select(tcp, tcp->u_arg, print_timeval32, sprint_timeval32); in SYS_FUNC()
224 return decode_select(tcp, tcp->u_arg, print_timeval, sprint_timeval); in SYS_FUNC()
249 int rc = decode_select(tcp, tcp->u_arg, print_timespec, sprint_timespec); in SYS_FUNC()
DChangeLog-CVS1157 * desc.c (decode_select): Pass zero for the new parameter of
1489 * desc.c (decode_select): Use printtv_bitness() and sprinttv().
1491 Update decode_select() use.
2181 * desc.c (decode_select): Continue to decode syscall arguments
2252 * desc.c (decode_select): Increase local buffer size.
2294 * desc.c (decode_select): Calculate size of passed fd_set vectors and
5051 * desc.c (decode_select, sys_select, sys_oldselect) [LINUX]:
DChangeLog9378 * desc.c (decode_select): Replace xsnprintf with xappendstr.
9666 (decode_select): Replace sprintf with xsnprintf.
21304 * desc.c (decode_select): Rename arg to addr, change its type
21347 * desc.c (decode_select): Change the type of tracee address argument
22116 * desc.c (decode_select): Change type of syscall arguments from long
35892 * desc.c (decode_select): Replace bitness parameter with two printers.
35895 to decode_select.
35897 to decode_select.
35898 (pselect6): Pass print_timespec and sprint_timespec to decode_select.
37486 (decode_select): Do not use xmalloc. Use umoven_or_printaddr
[all …]