Searched refs:sys_getsid (Results 1 – 24 of 24) sorted by relevance
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | rumpkern_syscalls.c | 54 extern sy_call_t sys_getsid; 124 { 286, sys_getsid },
|
| /netbsd/src/sys/rump/ |
| D | rump.sysmap | 112 286 sys_getsid getsid rump___sysimpl_getsid
|
| /netbsd/src/sys/kern/ |
| D | kern_prot.c | 121 sys_getsid(struct lwp *l, const struct sys_getsid_args *uap, register_t *retval) in sys_getsid() function
|
| D | init_sysent.c | 1444 .sy_call = (sy_call_t *)sys_getsid
|
| /netbsd/src/sys/compat/freebsd/ |
| D | freebsd_syscallargs.h | 1055 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| D | freebsd_sysent.c | 1400 .sy_call = (sy_call_t *)sys_getsid
|
| /netbsd/src/sys/compat/aoutm68k/ |
| D | aoutm68k_syscallargs.h | 1231 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| D | aoutm68k_sysent.c | 1600 .sy_call = (sy_call_t *)sys_getsid
|
| /netbsd/src/sys/compat/linux/arch/arm/ |
| D | linux_sysent.c | 663 .sy_call = (sy_call_t *)sys_getsid
|
| D | linux_syscallargs.h | 1647 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /netbsd/src/sys/compat/linux/arch/amd64/ |
| D | linux_sysent.c | 650 .sy_call = (sy_call_t *)sys_getsid
|
| D | linux_syscallargs.h | 1588 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /netbsd/src/sys/compat/linux/arch/m68k/ |
| D | linux_sysent.c | 685 .sy_call = (sy_call_t *)sys_getsid
|
| D | linux_syscallargs.h | 1646 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /netbsd/src/sys/compat/linux/arch/mips/ |
| D | linux_sysent.c | 666 .sy_call = (sy_call_t *)sys_getsid
|
| D | linux_syscallargs.h | 1678 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /netbsd/src/sys/compat/linux/arch/powerpc/ |
| D | linux_sysent.c | 660 .sy_call = (sy_call_t *)sys_getsid
|
| D | linux_syscallargs.h | 1570 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /netbsd/src/sys/compat/linux/arch/i386/ |
| D | linux_sysent.c | 668 .sy_call = (sy_call_t *)sys_getsid
|
| D | linux_syscallargs.h | 1673 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_netbsd.c | 1684 return sys_getsid(l, &ua, retval); in netbsd32_getsid()
|
| /netbsd/src/sys/compat/linux/arch/alpha/ |
| D | linux_syscallargs.h | 1691 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| D | linux_sysent.c | 982 .sy_call = (sy_call_t *)sys_getsid
|
| /netbsd/src/sys/sys/ |
| D | syscallargs.h | 1864 check_syscall_args(sys_getsid) 3949 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|