Home
last modified time | relevance | path

Searched refs:linux_getuid (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c194 …{ 0, (sy_call_t *)linux_getuid, AUE_GETUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 174 = linux_getuid …
H A Dlinux_proto.h1190 int linux_getuid(struct thread *, struct linux_getuid_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c122 …{ 0, (sy_call_t *)linux_getuid, AUE_GETUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 102 = linux_getuid …
H A Dlinux_proto.h1328 int linux_getuid(struct thread *, struct linux_getuid_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c219 …{ 0, (sy_call_t *)linux_getuid, AUE_GETUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 199 = linux_getuid …
H A Dlinux32_proto.h1660 int linux_getuid(struct thread *, struct linux_getuid_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c219 …{ 0, (sy_call_t *)linux_getuid, AUE_GETUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 199 = linux_getuid …
H A Dlinux_proto.h1679 int linux_getuid(struct thread *, struct linux_getuid_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1770 linux_getuid(struct thread *td, struct linux_getuid_args *args) in linux_getuid() function