Symbol: sys_shutdown
sys/compat/aoutm68k/aoutm68k_syscallargs.h
987
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
808
.sy_call = (sy_call_t *)sys_shutdown
sys/compat/freebsd/freebsd_syscallargs.h
859
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
636
.sy_call = (sy_call_t *)sys_shutdown
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1548
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
1013
.sy_call = (sy_call_t *)sys_shutdown
sys/compat/linux/arch/alpha/linux_syscallargs.h
1631
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
584
.sy_call = (sy_call_t *)sys_shutdown
sys/compat/linux/arch/amd64/linux_syscallargs.h
1442
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
282
.sy_call = (sy_call_t *)sys_shutdown
sys/compat/linux/common/linux_socketcall.c
205
error = sys_shutdown(l, (void *)&lda, retval);
sys/compat/netbsd32/netbsd32_netbsd.c
1126
return sys_shutdown(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
664
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
586
.sy_call = (sy_call_t *)sys_shutdown
sys/compat/ultrix/ultrix_syscallargs.h
637
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
575
.sy_call = (sy_call_t *)sys_shutdown
sys/kern/init_sysent.c
740
.sy_call = (sy_call_t *)sys_shutdown
sys/rump/librump/rumpnet/rumpnet_syscalls.c
24
extern sy_call_t sys_shutdown;
sys/rump/librump/rumpnet/rumpnet_syscalls.c
45
{ 134, sys_shutdown },
sys/sys/syscallargs.h
3673
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/sys/syscallargs.h
856
check_syscall_args(sys_shutdown)