Home
last modified time | relevance | path

Searched refs:MPERS_PRINTER_DECL (Results 1 – 11 of 11) sorted by relevance

/external/strace/
Dprint_time.c76 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
Dfetch_struct_flock.c54 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
Dprint_msgbuf.c41 MPERS_PRINTER_DECL(void, tprint_msgbuf)(struct tcb *tcp, const long addr, const unsigned long count) in MPERS_PRINTER_DECL() function
Dfetch_seccomp_fprog.c37 MPERS_PRINTER_DECL(bool, fetch_seccomp_fprog)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() function
Dprint_mq_attr.c44 MPERS_PRINTER_DECL(void, printmqattr)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
Dprint_sigevent.c40 MPERS_PRINTER_DECL(void, print_sigevent)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
DREADME-mpers11 as MPERS_PRINTER_DECL(return_type, function_name)(args),
Dprint_timex.c43 MPERS_PRINTER_DECL(int, print_timex)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() function
Dprintrusage.c40 MPERS_PRINTER_DECL(void, printrusage)(struct tcb *tcp, long addr) in MPERS_PRINTER_DECL() function
Dprintsiginfo.c238 MPERS_PRINTER_DECL(void, printsiginfo_at)(struct tcb *tcp, long addr) in MPERS_PRINTER_DECL() function
Ddefs.h766 #define MPERS_PRINTER_DECL(type, name) type MPERS_FUNC_NAME(name) macro