Searched refs:fetch_struct_flock64 (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 8 .fetch_struct_flock64 = fetch_struct_flock64,
|
D | printers.h | 21 _Bool (*fetch_struct_flock64)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p); member 22 #define fetch_struct_flock64 MPERS_PRINTER_NAME(fetch_struct_flock64) macro
|
D | m32_printer_defs.h | 8 .fetch_struct_flock64 = m32_fetch_struct_flock64,
|
D | mx32_printer_defs.h | 8 .fetch_struct_flock64 = mx32_fetch_struct_flock64,
|
D | fetch_struct_flock.c | 75 MPERS_PRINTER_DECL(bool, fetch_struct_flock64, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 8 extern _Bool fetch_struct_flock64(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
|
D | fcntl.c | 61 if (fetch_struct_flock64(tcp, addr, &fl)) in printflock64()
|
D | ChangeLog | 21464 * fetch_struct_flock.c (fetch_struct_flock, fetch_struct_flock64): 35233 (printflock64): Use fetch_struct_flock64 and print_struct_flock64.
|