HomeSort by relevance Sort by last modified time
    Searched refs:strace_statfs (Results 1 - 8 of 8) 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 44 struct strace_statfs *const p)
83 const kernel_ulong_t size, struct strace_statfs *const p)
m32_printer_decls.h 13 extern _Bool m32_fetch_struct_statfs(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statfs *const p);
14 extern _Bool m32_fetch_struct_statfs64(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t size, struct strace_statfs *const p);
mx32_printer_decls.h 13 extern _Bool mx32_fetch_struct_statfs(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statfs *const p);
14 extern _Bool mx32_fetch_struct_statfs64(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t size, struct strace_statfs *const p);
native_printer_decls.h 13 extern _Bool fetch_struct_statfs(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statfs *const p);
14 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 36 _Bool (*fetch_struct_statfs)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_statfs *const p);
39 _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 655 struct strace_statfs;
    [all...]

Completed in 147 milliseconds