HomeSort by relevance Sort by last modified time
    Searched full:fetch_struct_flock64 (Results 1 - 5 of 5) sorted by null

  /external/strace/
native_printer_defs.h 4 .fetch_struct_flock64 = fetch_struct_flock64,
printers.h 9 bool (*fetch_struct_flock64) (struct tcb *tcp, const long addr, void *p); member in struct:__anon22864
10 #define fetch_struct_flock64 MPERS_PRINTER_NAME(fetch_struct_flock64) macro
native_printer_decls.h 4 extern bool fetch_struct_flock64(struct tcb *tcp, const long addr, void *p);
fetch_struct_flock.c 73 MPERS_PRINTER_DECL(bool, fetch_struct_flock64)(struct tcb *tcp, const long addr, void *p)
fcntl.c 61 if (fetch_struct_flock64(tcp, addr, &fl))

Completed in 64 milliseconds