HomeSort by: relevance | last modified time | path
    Searched refs:sys_shutdown (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/rump/librump/rumpnet/
rumpnet_syscalls.c 24 extern sy_call_t sys_shutdown;
45 { 134, sys_shutdown },
  /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 1531 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
linux_sysent.c 1009 .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 1429 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1126 return sys_shutdown(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1618 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/kern/
init_sysent.c 739 .sy_call = (sy_call_t *)sys_shutdown
uipc_syscalls.c 1122 sys_shutdown(struct lwp *l, const struct sys_shutdown_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscallargs.h 856 check_syscall_args(sys_shutdown)
3673 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);

Completed in 31 milliseconds