Searched refs:fetch_struct_flock (Results 1 – 12 of 12) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 7 .fetch_struct_flock = fetch_struct_flock,
|
D | printers.h | 18 _Bool (*fetch_struct_flock)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p); member 19 #define fetch_struct_flock MPERS_PRINTER_NAME(fetch_struct_flock) macro
|
D | mx32_printer_defs.h | 7 .fetch_struct_flock = mx32_fetch_struct_flock,
|
D | m32_printer_defs.h | 7 .fetch_struct_flock = m32_fetch_struct_flock,
|
D | mpers.am | 2 mpers_source_files = block.c btrfs.c dirent.c evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c …
|
D | fetch_struct_flock.c | 55 MPERS_PRINTER_DECL(bool, fetch_struct_flock, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 7 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 | Android.bp | 61 "fetch_struct_flock.c",
|
D | Makefile.in | 202 evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c \ 217 libmpers_m32_a-fetch_struct_flock.$(OBJEXT) \ 253 evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c \ 269 libmpers_mx32_a-fetch_struct_flock.$(OBJEXT) \ 331 fchownat.c fcntl.c fetch_bpf_fprog.c fetch_struct_flock.c \ 405 strace-fetch_struct_flock.$(OBJEXT) \ 1357 fetch_struct_flock.c fetch_struct_keyctl_kdf_params.c \ 2007 mpers_source_files = block.c btrfs.c dirent.c evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c … 2204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_struct_flock.Po@am__quote@ 2245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_struct_flock.Po@am__quote@ [all …]
|
D | Makefile.am | 140 fetch_struct_flock.c \
|
D | ChangeLog | 21463 fetch_struct_flock: change address argument type from long to kernel_ureg_t 21464 * fetch_struct_flock.c (fetch_struct_flock, fetch_struct_flock64): 35230 * fetch_struct_flock.c: New file. 35234 (printflock): Use fetch_struct_flock and print_struct_flock64.
|