Home
last modified time | relevance | path

Searched refs:cap_fcntls_get_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dsys_capability.c613 sys_cap_fcntls_get(struct thread *td, struct cap_fcntls_get_args *uap) in sys_cap_fcntls_get()
680 sys_cap_fcntls_get(struct thread *td, struct cap_fcntls_get_args *uap) in sys_cap_fcntls_get()
H A Dinit_sysent.c606 …{ .sy_narg = AS(cap_fcntls_get_args), .sy_call = (sy_call_t *)sys_cap_fcntls_get, .sy_auevent = AU…
H A Dsystrace_args.c2996 struct cap_fcntls_get_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1617 struct cap_fcntls_get_args { struct
2237 int sys_cap_fcntls_get(struct thread *, struct cap_fcntls_get_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c607 …{ .sy_narg = AS(cap_fcntls_get_args), .sy_call = (sy_call_t *)sys_cap_fcntls_get, .sy_auevent = AU…
H A Dfreebsd32_systrace_args.c2899 struct cap_fcntls_get_args *p = params; in systrace_args()