/src/sys/kern/ |
kern_prot.c | 66 int sys_getpid(struct lwp *, const void *, register_t *); 75 sys_getpid(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 477 int sys_getpid(struct lwp *, const void *, register_t *);
|
ultrix_sysent.c | 114 .sy_call = (sy_call_t *)sys_getpid
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 715 int sys_getpid(struct lwp *, const void *, register_t *);
|
aoutm68k_sysent.c | 146 .sy_call = (sy_call_t *)sys_getpid
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_sysent.c | 114 .sy_call = (sy_call_t *)sys_getpid
|
linux32_syscallargs.h | 1163 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_sysent.c | 118 .sy_call = (sy_call_t *)sys_getpid
|
linux32_syscallargs.h | 1158 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1448 int sys_getpid(struct lwp *, const void *, register_t *);
|
linux_sysent.c | 795 .sy_call = (sy_call_t *)sys_getpid
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 241 .sy_call = (sy_call_t *)sys_getpid
|
linux_syscallargs.h | 1413 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 125 .sy_call = (sy_call_t *)sys_getpid
|
linux_syscallargs.h | 1446 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 126 .sy_call = (sy_call_t *)sys_getpid
|
linux_syscallargs.h | 1466 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 134 .sy_call = (sy_call_t *)sys_getpid
|
linux_syscallargs.h | 1438 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 125 .sy_call = (sy_call_t *)sys_getpid
|
linux_syscallargs.h | 1480 int sys_getpid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 123 .sy_call = (sy_call_t *)sys_getpid
|
linux_syscallargs.h | 1369 int sys_getpid(struct lwp *, const void *, register_t *);
|