Home
last modified time | relevance | path

Searched refs:sys_getresuid (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/amd64/linux/
HDlinux_sysent.c139 …{ AS(getresuid_args), (sy_call_t *)sys_getresuid, AUE_GETRESUID, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/NextBSD/sys/i386/linux/
HDlinux_sysent.c230 …{ AS(getresuid_args), (sy_call_t *)sys_getresuid, AUE_GETRESUID, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/NextBSD/sys/amd64/linux32/
HDlinux32_sysent.c231 …{ AS(getresuid_args), (sy_call_t *)sys_getresuid, AUE_GETRESUID, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/NextBSD/sys/kern/
HDkern_prot.c1170 sys_getresuid(register struct thread *td, struct getresuid_args *uap) in sys_getresuid() function
HDinit_sysent.c409 …{ AS(getresuid_args), (sy_call_t *)sys_getresuid, AUE_GETRESUID, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c410 …{ AS(getresuid_args), (sy_call_t *)sys_getresuid, AUE_GETRESUID, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/NextBSD/sys/sys/
HDsysproto.h2298 int sys_getresuid(struct thread *, struct getresuid_args *);