Searched refs:sys_getegid (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/compat/linux/
H A Dlinux_uid16.c325 error = sys_getegid(td, &bsd);
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_sysent.c128 { 0, (sy_call_t *)sys_getegid, AUE_GETEGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 108 = getegid */
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c223 { 0, (sy_call_t *)sys_getegid, AUE_GETEGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 202 = getegid */
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysent.c222 { 0, (sy_call_t *)sys_getegid, AUE_GETEGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 202 = getegid */
/freebsd-10-stable/sys/kern/
H A Dkern_prot.c272 sys_getegid(struct thread *td, struct getegid_args *uap) function
H A Dinit_sysent.c79 { 0, (sy_call_t *)sys_getegid, AUE_GETEGID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 43 = getegid */
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c92 { 0, (sy_call_t *)sys_getegid, AUE_GETEGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 43 = getegid */
/freebsd-10-stable/sys/sys/
H A Dsysproto.h1874 int sys_getegid(struct thread *, struct getegid_args *);

Completed in 115 milliseconds