Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h8 .fetch_struct_flock64 = fetch_struct_flock64,
Dprinters.h21 _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
Dm32_printer_defs.h8 .fetch_struct_flock64 = m32_fetch_struct_flock64,
Dmx32_printer_defs.h8 .fetch_struct_flock64 = mx32_fetch_struct_flock64,
Dfetch_struct_flock.c75 MPERS_PRINTER_DECL(bool, fetch_struct_flock64, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h8 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()
DChangeLog21464 * fetch_struct_flock.c (fetch_struct_flock, fetch_struct_flock64):
35233 (printflock64): Use fetch_struct_flock64 and print_struct_flock64.