Searched refs:linux_old_getrlimit_args (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 246 struct linux_old_getrlimit_args { struct 1793 int linux_old_getrlimit(struct thread *, struct linux_old_getrlimit_args *);
|
H A D | linux32_sysent.c | 94 { .sy_narg = AS(linux_old_getrlimit_args), .sy_call = (sy_call_t *)linux_old_getrlimit, .sy_auevent = AUE_GETRLIMIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 76 = linux_old_getrlimit */
|
H A D | linux32_systrace_args.c | 500 struct linux_old_getrlimit_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 246 struct linux_old_getrlimit_args { struct 1787 int linux_old_getrlimit(struct thread *, struct linux_old_getrlimit_args *);
|
H A D | linux_sysent.c | 93 { .sy_narg = AS(linux_old_getrlimit_args), .sy_call = (sy_call_t *)linux_old_getrlimit, .sy_auevent = AUE_GETRLIMIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 76 = linux_old_getrlimit */
|
H A D | linux_systrace_args.c | 500 struct linux_old_getrlimit_args *p = params; in systrace_args()
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 1196 linux_old_getrlimit(struct thread *td, struct linux_old_getrlimit_args *args) in linux_old_getrlimit()
|