Searched refs:print_io_event (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | aio.c | 203 print_io_event(struct tcb *tcp, void *elem_buf, size_t elem_size, void *data) in print_io_event() function 234 print_io_event(tcp, &event, sizeof(event), 0); in SYS_FUNC() 250 tfetch_mem, print_io_event, 0); in print_io_getevents()
|
D | ChangeLog | 13941 (print_common_flags, print_iocb_header, print_iocb, print_io_event): 29955 (print_io_event): Change to print struct io_event fetched elsewhere. 29956 (SYS_FUNC(io_cancel)): Update use of print_io_event. 29957 (SYS_FUNC(io_getevents)): Use print_io_event via print_array. 36637 (print_io_event): Fix struct io_event decoding. 37446 (print_io_event): New function.
|