| /src/sys/rump/librump/rumpkern/ |
| rumpkern_syscalls.c | 54 extern sy_call_t sys_getsid; 124 { 286, sys_getsid },
|
| /src/sys/kern/ |
| kern_prot.c | 123 sys_getsid(struct lwp *l, const struct sys_getsid_args *uap, register_t *retval) function
|
| init_sysent.c | 1444 .sy_call = (sy_call_t *)sys_getsid
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 1231 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| aoutm68k_sysent.c | 1600 .sy_call = (sy_call_t *)sys_getsid
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 1055 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| freebsd_sysent.c | 1400 .sy_call = (sy_call_t *)sys_getsid
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1433 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| linux_sysent.c | 724 .sy_call = (sy_call_t *)sys_getsid
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 650 .sy_call = (sy_call_t *)sys_getsid
|
| linux_syscallargs.h | 1601 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 663 .sy_call = (sy_call_t *)sys_getsid
|
| linux_syscallargs.h | 1660 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 668 .sy_call = (sy_call_t *)sys_getsid
|
| linux_syscallargs.h | 1678 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 685 .sy_call = (sy_call_t *)sys_getsid
|
| linux_syscallargs.h | 1651 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 666 .sy_call = (sy_call_t *)sys_getsid
|
| linux_syscallargs.h | 1683 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 660 .sy_call = (sy_call_t *)sys_getsid
|
| linux_syscallargs.h | 1575 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1704 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|
| linux_sysent.c | 982 .sy_call = (sy_call_t *)sys_getsid
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 1684 return sys_getsid(l, &ua, retval);
|
| /src/sys/sys/ |
| syscallargs.h | 1864 check_syscall_args(sys_getsid) 3949 int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
|