/src/sys/rump/librump/rumpkern/ |
rumpkern_syscalls.c | 19 extern sy_call_t sys_getppid; 89 { 39, sys_getppid },
|
/src/sys/kern/ |
kern_prot.c | 96 sys_getppid(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 756 int sys_getppid(struct lwp *, const void *, register_t *);
|
aoutm68k_sysent.c | 236 .sy_call = (sy_call_t *)sys_getppid
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 683 int sys_getppid(struct lwp *, const void *, register_t *);
|
freebsd_sysent.c | 210 .sy_call = (sy_call_t *)sys_getppid
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_sysent.c | 271 .sy_call = (sy_call_t *)sys_getppid
|
linux32_syscallargs.h | 1227 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_sysent.c | 275 .sy_call = (sy_call_t *)sys_getppid
|
linux32_syscallargs.h | 1222 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1450 int sys_getppid(struct lwp *, const void *, register_t *);
|
linux_sysent.c | 798 .sy_call = (sy_call_t *)sys_getppid
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 592 .sy_call = (sy_call_t *)sys_getppid
|
linux_syscallargs.h | 1560 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 296 .sy_call = (sy_call_t *)sys_getppid
|
linux_syscallargs.h | 1510 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 297 .sy_call = (sy_call_t *)sys_getppid
|
linux_syscallargs.h | 1530 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 303 .sy_call = (sy_call_t *)sys_getppid
|
linux_syscallargs.h | 1500 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 296 .sy_call = (sy_call_t *)sys_getppid
|
linux_syscallargs.h | 1544 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 294 .sy_call = (sy_call_t *)sys_getppid
|
linux_syscallargs.h | 1433 int sys_getppid(struct lwp *, const void *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_sysent.c | 299 .sy_call = (sy_call_t *)sys_getppid
|