Searched refs:fetch_struct_flock (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | printers.h | 6 bool (*fetch_struct_flock) (struct tcb *tcp, const long addr, void *p); member 7 #define fetch_struct_flock MPERS_PRINTER_NAME(fetch_struct_flock) macro
|
D | native_printer_defs.h | 3 .fetch_struct_flock = fetch_struct_flock,
|
D | native_printer_decls.h | 3 extern bool fetch_struct_flock(struct tcb *tcp, const long addr, void *p);
|
D | fetch_struct_flock.c | 54 MPERS_PRINTER_DECL(bool, fetch_struct_flock)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() argument
|
D | fcntl.c | 70 if (fetch_struct_flock(tcp, addr, &fl)) in printflock()
|
D | Android.mk | 73 fetch_struct_flock.c \
|
D | Makefile.am | 94 fetch_struct_flock.c \
|