Symbol: linux_sys_socket
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1524
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
890
check_syscall_args(linux_sys_socket)
sys/compat/linux/arch/aarch64/linux_sysent.c
955
.sy_call = (sy_call_t *)linux_sys_socket
sys/compat/linux/arch/alpha/linux_syscallargs.h
1569
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
237
check_syscall_args(linux_sys_socket)
sys/compat/linux/arch/alpha/linux_sysent.c
421
.sy_call = (sy_call_t *)linux_sys_socket
sys/compat/linux/arch/amd64/linux_syscallargs.h
1428
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
194
check_syscall_args(linux_sys_socket)
sys/compat/linux/arch/amd64/linux_sysent.c
248
.sy_call = (sy_call_t *)linux_sys_socket
sys/compat/linux/arch/mips/linux_syscallargs.h
1743
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
665
check_syscall_args(linux_sys_socket)
sys/compat/linux/arch/mips/linux_sysent.c
811
.sy_call = (sy_call_t *)linux_sys_socket
sys/compat/linux/common/linux_socketcall.c
169
error = linux_sys_socket(l, (void *)&lda, retval);
sys/compat/linux/common/linux_socketcall.h
274
SYS_DEF(linux_sys_socket)
sys/compat/linux32/common/linux32_socket.c
221
return linux_sys_socket(l, &ua, retval);