Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_capability.c612 sys_cap_fcntls_get(struct thread *td, struct cap_fcntls_get_args *uap) in sys_cap_fcntls_get()
679 sys_cap_fcntls_get(struct thread *td, struct cap_fcntls_get_args *uap) in sys_cap_fcntls_get()
H A Dinit_sysent.c600 …{ .sy_narg = AS(cap_fcntls_get_args), .sy_call = (sy_call_t *)sys_cap_fcntls_get, .sy_auevent = AU…
H A Dsystrace_args.c3016 struct cap_fcntls_get_args *p = params; in systrace_args()
/freebsd-14.2/sys/sys/
H A Dsysproto.h1626 struct cap_fcntls_get_args { struct
2242 int sys_cap_fcntls_get(struct thread *, struct cap_fcntls_get_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c601 …{ .sy_narg = AS(cap_fcntls_get_args), .sy_call = (sy_call_t *)sys_cap_fcntls_get, .sy_auevent = AU…
H A Dfreebsd32_systrace_args.c2919 struct cap_fcntls_get_args *p = params; in systrace_args()