Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c594 sys_getauid(struct thread *td, struct getauid_args *uap) in sys_getauid()
858 sys_getauid(struct thread *td, struct getauid_args *uap) in sys_getauid()
/f-stack/freebsd/sys/
H A Dsysproto.h1226 struct getauid_args { struct
2123 int sys_getauid(struct thread *, struct getauid_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c505 …{ .sy_narg = AS(getauid_args), .sy_call = (sy_call_t *)sys_getauid, .sy_auevent = AUE_GETAUID, .sy…
H A Dsystrace_args.c2298 struct getauid_args *p = params; in systrace_args()