/src/sys/compat/linux32/common/ |
linux32_socketcall.h | 172 struct sys_shutdown_args shutdown_args;
|
/src/sys/compat/linux/common/ |
linux_socketcall.c | 105 {L("shutdown"), sizeof(struct sys_shutdown_args)}, /* 13 */
|
/src/sys/compat/sunos/ |
sunos_syscallargs.h | 309 struct sys_shutdown_args; 664 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
sunos_sysent.c | 585 ns(struct sys_shutdown_args),
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 301 struct sys_shutdown_args; 637 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
ultrix_sysent.c | 574 ns(struct sys_shutdown_args),
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 338 struct sys_shutdown_args; 987 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
aoutm68k_sysent.c | 807 ns(struct sys_shutdown_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 282 struct sys_shutdown_args; 859 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
freebsd_sysent.c | 635 ns(struct sys_shutdown_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 962 struct sys_shutdown_args; 1531 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
linux_sysent.c | 1008 ns(struct sys_shutdown_args),
|
linux_systrace_args.c | 1542 const struct sys_shutdown_args *p = params;
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 390 struct sys_shutdown_args; 1618 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
linux_sysent.c | 583 ns(struct sys_shutdown_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 244 struct sys_shutdown_args; 1429 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
linux_sysent.c | 281 ns(struct sys_shutdown_args),
|
linux_systrace_args.c | 425 const struct sys_shutdown_args *p = params;
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 1121 struct sys_shutdown_args ua;
|
/src/sys/kern/ |
init_sysent.c | 738 ns(struct sys_shutdown_args),
|
uipc_syscalls.c | 1122 sys_shutdown(struct lwp *l, const struct sys_shutdown_args *uap,
|
systrace_args.c | 1009 const struct sys_shutdown_args *p = params;
|
/src/sys/sys/ |
syscallargs.h | 852 struct sys_shutdown_args { struct 3673 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
|
/src/sys/rump/librump/rumpkern/ |
rump_syscalls.c | 1857 struct sys_shutdown_args callarg; 7225 ns(struct sys_shutdown_args),
|