Searched refs:fetch_struct_flock64 (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | printers.h | 9 bool (*fetch_struct_flock64) (struct tcb *tcp, const long addr, void *p); member 10 #define fetch_struct_flock64 MPERS_PRINTER_NAME(fetch_struct_flock64) macro
|
D | native_printer_defs.h | 4 .fetch_struct_flock64 = fetch_struct_flock64,
|
D | native_printer_decls.h | 4 extern bool fetch_struct_flock64(struct tcb *tcp, const long addr, void *p);
|
D | fetch_struct_flock.c | 73 MPERS_PRINTER_DECL(bool, fetch_struct_flock64)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() argument
|
D | fcntl.c | 61 if (fetch_struct_flock64(tcp, addr, &fl)) in printflock64()
|