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