| /src/sys/rump/librump/rumpnet/ |
| rumpnet_syscalls.c | 24 extern sy_call_t sys_shutdown; 45 { 134, sys_shutdown },
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zfs_context.h | 264 #define sys_shutdown rebooting macro 281 #define sys_shutdown 0 macro
|
| /src/sys/compat/linux/common/ |
| linux_socketcall.c | 205 error = sys_shutdown(l, (void *)&lda, retval);
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 664 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| sunos_sysent.c | 586 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 637 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| ultrix_sysent.c | 575 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 987 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| aoutm68k_sysent.c | 808 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 859 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| freebsd_sysent.c | 636 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1548 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| linux_sysent.c | 1013 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 282 .sy_call = (sy_call_t *)sys_shutdown
|
| linux_syscallargs.h | 1442 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1631 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| linux_sysent.c | 584 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 1126 return sys_shutdown(l, &ua, retval);
|
| /src/sys/kern/ |
| uipc_syscalls.c | 1122 sys_shutdown(struct lwp *l, const struct sys_shutdown_args *uap, function
|
| init_sysent.c | 740 .sy_call = (sy_call_t *)sys_shutdown
|
| /src/sys/sys/ |
| syscallargs.h | 856 check_syscall_args(sys_shutdown) 3673 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vfsops.c | 409 if (sys_shutdown && spa_suspended(dp->dp_spa)) {
|