Home
last modified time | relevance | path

Searched refs:fetch_struct_flock (Results 1 – 12 of 12) sorted by relevance

/external/strace/
Dnative_printer_defs.h7 .fetch_struct_flock = fetch_struct_flock,
Dprinters.h18 _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
Dmx32_printer_defs.h7 .fetch_struct_flock = mx32_fetch_struct_flock,
Dm32_printer_defs.h7 .fetch_struct_flock = m32_fetch_struct_flock,
Dmpers.am2 mpers_source_files = block.c btrfs.c dirent.c evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c …
Dfetch_struct_flock.c55 MPERS_PRINTER_DECL(bool, fetch_struct_flock, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h7 extern _Bool fetch_struct_flock(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
Dfcntl.c70 if (fetch_struct_flock(tcp, addr, &fl)) in printflock()
DAndroid.bp61 "fetch_struct_flock.c",
DMakefile.in202 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 …]
DMakefile.am140 fetch_struct_flock.c \
DChangeLog21463 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.