Searched refs:linux_newstat_args (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/sys/compat/linux/ |
H A D | linux_stats.c | 169 linux_newstat(struct thread *td, struct linux_newstat_args *args) in linux_newstat()
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 46 struct linux_newstat_args { struct 1442 int linux_newstat(struct thread *, struct linux_newstat_args *);
|
H A D | linux_sysent.c | 21 { .sy_narg = AS(linux_newstat_args), .sy_call = (sy_call_t *)linux_newstat, .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 4 = linux_newstat */
|
H A D | linux_systrace_args.c | 51 struct linux_newstat_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 338 struct linux_newstat_args { struct 1815 int linux_newstat(struct thread *, struct linux_newstat_args *);
|
H A D | linux32_sysent.c | 124 { .sy_narg = AS(linux_newstat_args), .sy_call = (sy_call_t *)linux_newstat, .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 106 = linux_newstat */
|
H A D | linux32_systrace_args.c | 721 struct linux_newstat_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 334 struct linux_newstat_args { struct 1808 int linux_newstat(struct thread *, struct linux_newstat_args *);
|
H A D | linux_sysent.c | 123 { .sy_narg = AS(linux_newstat_args), .sy_call = (sy_call_t *)linux_newstat, .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 106 = linux_newstat */
|
H A D | linux_systrace_args.c | 737 struct linux_newstat_args *p = params; in systrace_args()
|