Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c555 sys_mac_syscall(struct thread *td, struct mac_syscall_args *uap) in sys_mac_syscall()
657 sys_mac_syscall(struct thread *td, struct mac_syscall_args *uap) in sys_mac_syscall()
/f-stack/freebsd/sys/
H A Dsysproto.h1048 struct mac_syscall_args { struct
2081 int sys_mac_syscall(struct thread *, struct mac_syscall_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c452 …{ .sy_narg = AS(mac_syscall_args), .sy_call = (sy_call_t *)sys_mac_syscall, .sy_auevent = AUE_NULL…
H A Dsystrace_args.c1952 struct mac_syscall_args *p = params; in systrace_args()