Home
last modified time | relevance | path

Searched refs:MPERS_FUNC_NAME (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dprintrusage.c49 MPERS_FUNC_NAME(print_struct_timeval)(&ru.ru_utime); in MPERS_PRINTER_DECL()
51 MPERS_FUNC_NAME(print_struct_timeval)(&ru.ru_stime); in MPERS_PRINTER_DECL()
Dprint_timex.c60 MPERS_FUNC_NAME(print_struct_timeval)(&tx.time); in MPERS_PRINTER_DECL()
Ddefs.h921 # define MPERS_PRINTER_DECL(type, name, ...) type MPERS_FUNC_NAME(name)(__VA_ARGS__)
946 #define MPERS_FUNC_NAME(name) MPERS_FUNC_NAME_(MPERS_PREFIX, name) macro
948 #define SYS_FUNC_NAME(syscall_name) MPERS_FUNC_NAME(syscall_name)
Dv4l2.c373 MPERS_FUNC_NAME(print_struct_timeval)(&b.timestamp); in print_v4l2_buffer()
DChangeLog14956 (SYS_FUNC_NAME): Do not add sys_ prefix to MPERS_FUNC_NAME's argument.
14958 to MPERS_FUNC_NAME's argument.
/external/strace/linux/ia64/
Dsyscallent.h38 # define SYS_FUNC_NAME(syscall_name) MPERS_FUNC_NAME(syscall_name)