Home
last modified time | relevance | path

Searched refs:__mac_set_fd_args (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/security/mac/
H A Dmac_syscalls.c385 sys___mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) in sys___mac_set_fd()
634 sys___mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) in sys___mac_set_fd()
/freebsd-14.2/sys/sys/
H A Dsysproto.h1013 struct __mac_set_fd_args { struct
2115 int sys___mac_set_fd(struct thread *, struct __mac_set_fd_args *);
/freebsd-14.2/sys/kern/
H A Dinit_sysent.c451 …{ .sy_narg = AS(__mac_set_fd_args), .sy_call = (sy_call_t *)sys___mac_set_fd, .sy_auevent = AUE_NU…
H A Dsystrace_args.c1897 struct __mac_set_fd_args *p = params; in systrace_args()