Searched refs:sys_getpid_with_ppid (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | rumpkern_syscalls.c | 15 extern sy_call_t sys_getpid_with_ppid; 85 { 20, sys_getpid_with_ppid },
|
/netbsd-src/sys/kern/ |
H A D | kern_prot.c | 67 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *); 85 sys_getpid_with_ppid(struct lwp *l, const void *v, register_t *retval) in sys_getpid_with_ppid() function
|
H A D | init_sysent.c | 240 .sy_call = (sy_call_t *)sys_getpid_with_ppid
|
/netbsd-src/sys/rump/ |
H A D | rump.sysmap | 12 20 sys_getpid_with_ppid getpid rump___sysimpl_getpid
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 112 .sy_call = (sy_call_t *)sys_getpid_with_ppid
|
H A D | sunos32_syscallargs.h | 509 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
|
/netbsd-src/sys/compat/sunos/ |
H A D | sunos_syscallargs.h | 500 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
|
H A D | sunos_sysent.c | 121 .sy_call = (sy_call_t *)sys_getpid_with_ppid
|
/netbsd-src/sys/compat/freebsd/ |
H A D | freebsd_syscallargs.h | 645 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
|
H A D | freebsd_sysent.c | 126 .sy_call = (sy_call_t *)sys_getpid_with_ppid
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 227 .sy_call = (sy_call_t *)sys_getpid_with_ppid
|
H A D | netbsd32_syscallargs.h | 2879 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
|
/netbsd-src/sys/compat/linux/arch/alpha/ |
H A D | linux_syscallargs.h | 1468 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
|
H A D | linux_sysent.c | 128 .sy_call = (sy_call_t *)sys_getpid_with_ppid
|
/netbsd-src/sys/sys/ |
H A D | syscallargs.h | 3465 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
|