Searched refs:fetch_struct_statfs (Results 1 – 12 of 12) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 15 .fetch_struct_statfs = fetch_struct_statfs,
|
D | printers.h | 42 …_Bool (*fetch_struct_statfs)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statf… member 43 #define fetch_struct_statfs MPERS_PRINTER_NAME(fetch_struct_statfs) macro
|
D | m32_printer_defs.h | 15 .fetch_struct_statfs = m32_fetch_struct_statfs,
|
D | mx32_printer_defs.h | 15 .fetch_struct_statfs = mx32_fetch_struct_statfs,
|
D | mpers.am | 2 ….c fetch_struct_msghdr.c fetch_struct_stat.c fetch_struct_stat64.c fetch_struct_statfs.c fetch_str…
|
D | print_statfs.c | 64 if (!fetch_struct_statfs(tcp, addr, &b)) in print_struct_statfs()
|
D | fetch_struct_statfs.c | 43 MPERS_PRINTER_DECL(bool, fetch_struct_statfs, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 15 extern _Bool fetch_struct_statfs(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_st…
|
D | Android.bp | 64 "fetch_struct_statfs.c",
|
D | Makefile.in | 205 fetch_struct_stat64.c fetch_struct_statfs.c \ 223 libmpers_m32_a-fetch_struct_statfs.$(OBJEXT) \ 256 fetch_struct_stat64.c fetch_struct_statfs.c \ 275 libmpers_mx32_a-fetch_struct_statfs.$(OBJEXT) \ 334 fetch_struct_stat64.c fetch_struct_statfs.c \ 411 strace-fetch_struct_statfs.$(OBJEXT) \ 1360 fetch_struct_statfs.c fetch_struct_xfs_quotastat.c \ 2007 ….c fetch_struct_msghdr.c fetch_struct_stat.c fetch_struct_stat64.c fetch_struct_statfs.c fetch_str… 2210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_struct_statfs.Po@am__quote@ 2251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_struct_statfs.Po@am__quote@ [all …]
|
D | Makefile.am | 146 fetch_struct_statfs.c \
|
D | ChangeLog | 21073 * fetch_struct_statfs.c (fetch_struct_statfs64): Likewise. 21460 * fetch_struct_statfs.c (fetch_struct_statfs, fetch_struct_statfs64): 28740 * fetch_struct_statfs.c (ASSIGN_NUMBER): Remove. 28741 (fetch_struct_statfs, fetch_struct_statfs64): Replace ASSIGN_NUMBER 30471 * fetch_struct_statfs.c: New file. 30485 (strace_SOURCES): Add fetch_struct_statfs.c, print_statfs.c,
|