Home
last modified time | relevance | path

Searched refs:linux_newstat_args (Results 1 – 10 of 10) sorted by relevance

/src/sys/compat/linux/
H A Dlinux_stats.c169 linux_newstat(struct thread *td, struct linux_newstat_args *args) in linux_newstat()
/src/sys/amd64/linux/
H A Dlinux_proto.h46 struct linux_newstat_args { struct
1445 int linux_newstat(struct thread *, struct linux_newstat_args *);
H A Dlinux_sysent.c21 …{ .sy_narg = AS(linux_newstat_args), .sy_call = (sy_call_t *)linux_newstat, .sy_auevent = AUE_STAT…
H A Dlinux_systrace_args.c51 struct linux_newstat_args *p = params; in systrace_args()
/src/sys/i386/linux/
H A Dlinux_proto.h334 struct linux_newstat_args { struct
1811 int linux_newstat(struct thread *, struct linux_newstat_args *);
H A Dlinux_sysent.c123 …{ .sy_narg = AS(linux_newstat_args), .sy_call = (sy_call_t *)linux_newstat, .sy_auevent = AUE_STAT…
H A Dlinux_systrace_args.c737 struct linux_newstat_args *p = params; in systrace_args()
/src/sys/amd64/linux32/
H A Dlinux32_proto.h338 struct linux_newstat_args { struct
1818 int linux_newstat(struct thread *, struct linux_newstat_args *);
H A Dlinux32_sysent.c124 …{ .sy_narg = AS(linux_newstat_args), .sy_call = (sy_call_t *)linux_newstat, .sy_auevent = AUE_STAT…
H A Dlinux32_systrace_args.c721 struct linux_newstat_args *p = params; in systrace_args()