Searched refs:strace_stat (Results 1 – 13 of 13) sorted by relevance
/external/strace/ |
D | m32_printer_decls.h | 13 …fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst); 14 …tch_struct_stat64(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
|
D | native_printer_decls.h | 13 extern _Bool fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat… 14 …tch_struct_stat64(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
|
D | mx32_printer_decls.h | 13 …fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst); 14 …tch_struct_stat64(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
|
D | stat.h | 32 struct strace_stat { struct
|
D | printers.h | 36 …_Bool (*fetch_struct_stat)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *c… 39 …_Bool (*fetch_struct_stat64)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat …
|
D | stat.c | 35 struct strace_stat st; in decode_struct_stat()
|
D | stat64.c | 35 struct strace_stat st; in decode_struct_stat64()
|
D | print_struct_stat.c | 41 print_struct_stat(struct tcb *tcp, const struct strace_stat *const st) in print_struct_stat()
|
D | oldstat.c | 46 struct strace_stat st = { in print_old_kernel_stat()
|
D | fetch_struct_stat64.c | 75 struct strace_stat *const dst) in MPERS_PRINTER_DECL()
|
D | fetch_struct_stat.c | 77 struct strace_stat *const dst) in MPERS_PRINTER_DECL()
|
D | defs.h | 937 struct strace_stat; 938 extern void print_struct_stat(struct tcb *, const struct strace_stat *const st);
|
D | ChangeLog | 16582 * stat.h (struct strace_stat): Add has_nsec field. 26037 * defs.h (struct strace_stat): New declaration.
|