Searched refs:fetch_struct_flock (Results 1 – 13 of 13) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 6 .fetch_struct_flock = fetch_struct_flock,
|
D | printers.h | 15 _Bool (*fetch_struct_flock)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p); member 16 #define fetch_struct_flock MPERS_PRINTER_NAME(fetch_struct_flock) macro
|
D | m32_printer_defs.h | 6 .fetch_struct_flock = m32_fetch_struct_flock,
|
D | mx32_printer_defs.h | 6 .fetch_struct_flock = mx32_fetch_struct_flock,
|
D | mpers.am | 2 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
|
D | fetch_struct_flock.c | 54 MPERS_PRINTER_DECL(bool, fetch_struct_flock, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 6 extern _Bool fetch_struct_flock(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
|
D | fcntl.c | 70 if (fetch_struct_flock(tcp, addr, &fl)) in printflock()
|
D | Makefile | 187 fetch_seccomp_fprog.c fetch_struct_flock.c \ 199 libmpers_m32_a-fetch_struct_flock.$(OBJEXT) \ 229 fetch_seccomp_fprog.c fetch_struct_flock.c \ 242 libmpers_mx32_a-fetch_struct_flock.$(OBJEXT) \ 290 fcntl.c fetch_seccomp_fprog.c fetch_struct_flock.c \ 335 strace-fetch_struct_flock.$(OBJEXT) \ 1020 fetch_seccomp_fprog.c fetch_struct_flock.c \ 1575 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe… 1768 include ./$(DEPDIR)/libmpers_m32_a-fetch_struct_flock.Po 1803 include ./$(DEPDIR)/libmpers_mx32_a-fetch_struct_flock.Po [all …]
|
D | Makefile.in | 187 fetch_seccomp_fprog.c fetch_struct_flock.c \ 199 libmpers_m32_a-fetch_struct_flock.$(OBJEXT) \ 229 fetch_seccomp_fprog.c fetch_struct_flock.c \ 242 libmpers_mx32_a-fetch_struct_flock.$(OBJEXT) \ 290 fcntl.c fetch_seccomp_fprog.c fetch_struct_flock.c \ 335 strace-fetch_struct_flock.$(OBJEXT) \ 1020 fetch_seccomp_fprog.c fetch_struct_flock.c \ 1575 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe… 1768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_struct_flock.Po@am__quote@ 1803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_struct_flock.Po@am__quote@ [all …]
|
D | Android.mk | 73 fetch_struct_flock.c \
|
D | Makefile.am | 116 fetch_struct_flock.c \
|
D | ChangeLog | 2273 fetch_struct_flock: change address argument type from long to kernel_ureg_t 2274 * fetch_struct_flock.c (fetch_struct_flock, fetch_struct_flock64): 16040 * fetch_struct_flock.c: New file. 16044 (printflock): Use fetch_struct_flock and print_struct_flock64.
|