Searched refs:sys_setauid (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/security/audit/
H A Daudit_syscalls.c578 sys_setauid(struct thread *td, struct setauid_args *uap) function
833 sys_setauid(struct thread *td, struct setauid_args *uap) function
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c498 { AS(setauid_args), (sy_call_t *)sys_setauid, AUE_SETAUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 448 = setauid */
/freebsd-10.0-release/sys/kern/
H A Dinit_sysent.c485 { AS(setauid_args), (sy_call_t *)sys_setauid, AUE_SETAUID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 448 = setauid */
/freebsd-10.0-release/sys/sys/
H A Dsysproto.h2124 int sys_setauid(struct thread *, struct setauid_args *);

Completed in 142 milliseconds