Searched refs:MPERS_PRINTER_DECL (Results 1 – 11 of 11) sorted by relevance
/external/strace/ |
D | print_time.c | 76 MPERS_PRINTER_DECL(void, print_timespec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 86 MPERS_PRINTER_DECL(const char *, sprint_timespec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 104 MPERS_PRINTER_DECL(void, print_timespec_utime_pair)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 118 MPERS_PRINTER_DECL(void, print_itimerspec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 132 MPERS_PRINTER_DECL(void, print_timeval)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 142 MPERS_PRINTER_DECL(void, print_timeval_pair)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 156 MPERS_PRINTER_DECL(const char *, sprint_timeval)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function 174 MPERS_PRINTER_DECL(void, print_itimerval)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
|
D | fetch_struct_flock.c | 54 MPERS_PRINTER_DECL(bool, fetch_struct_flock)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() function 73 MPERS_PRINTER_DECL(bool, fetch_struct_flock64)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() function
|
D | print_msgbuf.c | 41 MPERS_PRINTER_DECL(void, tprint_msgbuf)(struct tcb *tcp, const long addr, const unsigned long count) in MPERS_PRINTER_DECL() function
|
D | fetch_seccomp_fprog.c | 37 MPERS_PRINTER_DECL(bool, fetch_seccomp_fprog)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() function
|
D | print_mq_attr.c | 44 MPERS_PRINTER_DECL(void, printmqattr)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
|
D | print_sigevent.c | 40 MPERS_PRINTER_DECL(void, print_sigevent)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
|
D | README-mpers | 11 as MPERS_PRINTER_DECL(return_type, function_name)(args),
|
D | print_timex.c | 43 MPERS_PRINTER_DECL(int, print_timex)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
|
D | printrusage.c | 40 MPERS_PRINTER_DECL(void, printrusage)(struct tcb *tcp, long addr) in MPERS_PRINTER_DECL() function
|
D | printsiginfo.c | 238 MPERS_PRINTER_DECL(void, printsiginfo_at)(struct tcb *tcp, long addr) in MPERS_PRINTER_DECL() function
|
D | defs.h | 766 #define MPERS_PRINTER_DECL(type, name) type MPERS_FUNC_NAME(name) macro
|