Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c489 sys___mac_set_file(struct thread *td, struct __mac_set_file_args *uap) in sys___mac_set_file()
643 sys___mac_set_file(struct thread *td, struct __mac_set_file_args *uap) in sys___mac_set_file()
/f-stack/freebsd/sys/
H A Dsysproto.h1021 struct __mac_set_file_args { struct
2076 int sys___mac_set_file(struct thread *, struct __mac_set_file_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c447 …{ .sy_narg = AS(__mac_set_file_args), .sy_call = (sy_call_t *)sys___mac_set_file, .sy_auevent = AU…
H A Dsystrace_args.c1905 struct __mac_set_file_args *p = params; in systrace_args()