Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h7 .fetch_struct_flock64 = fetch_struct_flock64,
Dprinters.h18 _Bool (*fetch_struct_flock64)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p); member
19 #define fetch_struct_flock64 MPERS_PRINTER_NAME(fetch_struct_flock64) macro
Dm32_printer_defs.h7 .fetch_struct_flock64 = m32_fetch_struct_flock64,
Dmx32_printer_defs.h7 .fetch_struct_flock64 = mx32_fetch_struct_flock64,
Dfetch_struct_flock.c74 MPERS_PRINTER_DECL(bool, fetch_struct_flock64, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h7 extern _Bool fetch_struct_flock64(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
Dfcntl.c61 if (fetch_struct_flock64(tcp, addr, &fl)) in printflock64()
DChangeLog2274 * fetch_struct_flock.c (fetch_struct_flock, fetch_struct_flock64):
16043 (printflock64): Use fetch_struct_flock64 and print_struct_flock64.