HomeSort by relevance Sort by last modified time
    Searched refs:strace_statfs (Results 1 - 6 of 6) sorted by null

  /external/strace/
statfs.h 31 struct strace_statfs { struct
print_statfs.c 62 struct strace_statfs b;
98 struct strace_statfs b;
fetch_struct_statfs.c 45 struct strace_statfs *const p)
84 const kernel_ulong_t size, struct strace_statfs *const p)
native_printer_decls.h 15 extern _Bool fetch_struct_statfs(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statfs *const p);
16 extern _Bool fetch_struct_statfs64(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t size, struct strace_statfs *const p);
printers.h 42 _Bool (*fetch_struct_statfs)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statfs *const p);
45 _Bool (*fetch_struct_statfs64)(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t size, struct strace_statfs *const p);
defs.h 658 struct strace_statfs;
    [all...]

Completed in 167 milliseconds