OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linux_sys_socket
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/compat/linux/common/
linux_socketcall.h
75
#define
LINUX_SYS_SOCKET
1
110
#ifndef
LINUX_SYS_socket
274
SYS_DEF(
linux_sys_socket
)
linux_socketcall.c
147
if (SCARG(uap, what) ==
LINUX_SYS_SOCKET
) {
168
case
LINUX_SYS_SOCKET
:
169
error =
linux_sys_socket
(l, (void *)&lda, retval);
linux_socket.c
316
linux_sys_socket
(struct lwp *l, const struct linux_sys_socket_args *uap, register_t *retval)
function
/src/sys/compat/linux32/common/
linux32_socket.c
221
return
linux_sys_socket
(l, &ua, retval);
/src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h
890
check_syscall_args(
linux_sys_socket
)
1524
int
linux_sys_socket
(struct lwp *, const struct linux_sys_socket_args *, register_t *);
linux_sysent.c
955
.sy_call = (sy_call_t *)
linux_sys_socket
/src/sys/compat/linux/arch/alpha/
linux_syscallargs.h
237
check_syscall_args(
linux_sys_socket
)
1569
int
linux_sys_socket
(struct lwp *, const struct linux_sys_socket_args *, register_t *);
linux_sysent.c
421
.sy_call = (sy_call_t *)
linux_sys_socket
/src/sys/compat/linux/arch/amd64/
linux_syscallargs.h
194
check_syscall_args(
linux_sys_socket
)
1428
int
linux_sys_socket
(struct lwp *, const struct linux_sys_socket_args *, register_t *);
linux_sysent.c
248
.sy_call = (sy_call_t *)
linux_sys_socket
/src/sys/compat/linux/arch/mips/
linux_syscallargs.h
665
check_syscall_args(
linux_sys_socket
)
1743
int
linux_sys_socket
(struct lwp *, const struct linux_sys_socket_args *, register_t *);
linux_sysent.c
811
.sy_call = (sy_call_t *)
linux_sys_socket
Completed in 77 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026