Home
last modified time | relevance | path

Searched refs:fetch_struct_flock64 (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dprinters.h9 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
Dnative_printer_defs.h4 .fetch_struct_flock64 = fetch_struct_flock64,
Dnative_printer_decls.h4 extern bool fetch_struct_flock64(struct tcb *tcp, const long addr, void *p);
Dfetch_struct_flock.c73 MPERS_PRINTER_DECL(bool, fetch_struct_flock64)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() argument
Dfcntl.c61 if (fetch_struct_flock64(tcp, addr, &fl)) in printflock64()