Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c192 …{ 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 172 = linux_getpid …
H A Dlinux_proto.h1188 int linux_getpid(struct thread *, struct linux_getpid_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c59 { 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 39 = linux_getpid */
H A Dlinux_proto.h1273 int linux_getpid(struct thread *, struct linux_getpid_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c40 { 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = linux_getpid */
H A Dlinux32_proto.h1527 int linux_getpid(struct thread *, struct linux_getpid_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c40 { 0, (sy_call_t *)linux_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = linux_getpid */
H A Dlinux_proto.h1545 int linux_getpid(struct thread *, struct linux_getpid_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1712 linux_getpid(struct thread *td, struct linux_getpid_args *args) in linux_getpid() function