Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h6 .fetch_struct_flock = fetch_struct_flock,
Dprinters.h15 _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
Dm32_printer_defs.h6 .fetch_struct_flock = m32_fetch_struct_flock,
Dmx32_printer_defs.h6 .fetch_struct_flock = mx32_fetch_struct_flock,
Dmpers.am2 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
Dfetch_struct_flock.c54 MPERS_PRINTER_DECL(bool, fetch_struct_flock, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h6 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()
DMakefile187 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 …]
DMakefile.in187 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 …]
DAndroid.mk73 fetch_struct_flock.c \
DMakefile.am116 fetch_struct_flock.c \
DChangeLog2273 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.