Searched refs:__getrlimit_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | kern_resource.c | 771 struct __getrlimit_args { struct 778 sys_getrlimit(struct thread *td, struct __getrlimit_args *uap) in sys_getrlimit() argument
|
| HD | init_sysent.c | 242 …{ AS(__getrlimit_args), (sy_call_t *)sys_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, SYF_CAPENABLED, SY_…
|
| HD | systrace_args.c | 989 struct __getrlimit_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 249 …{ AS(__getrlimit_args), (sy_call_t *)sys_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, SYF_CAPENABLED, SY_…
|
| HD | freebsd32_systrace_args.c | 959 struct __getrlimit_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/sys/ |
| HD | sysproto.h | 569 struct __getrlimit_args { struct 1920 int sys_getrlimit(struct thread *, struct __getrlimit_args *);
|