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_sendmsg
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/compat/linux/common/
linux_socketcall.h
90
#define
LINUX_SYS_SENDMSG
16
209
#ifndef
LINUX_SYS_sendmsg
284
SYS_DEF(
linux_sys_sendmsg
)
linux_socketcall.c
213
case
LINUX_SYS_SENDMSG
:
214
error =
linux_sys_sendmsg
(l, (void *)&lda, retval);
linux_socket.c
467
linux_sys_sendmsg
(struct lwp *l, const struct linux_sys_sendmsg_args *uap, register_t *retval)
function
/src/sys/compat/linux32/common/
linux32_socket.c
328
return
linux_sys_sendmsg
(l, &ua, retval);
/src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h
982
check_syscall_args(
linux_sys_sendmsg
)
1550
int
linux_sys_sendmsg
(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c
1018
.sy_call = (sy_call_t *)
linux_sys_sendmsg
/src/sys/compat/linux/arch/alpha/
linux_syscallargs.h
319
check_syscall_args(
linux_sys_sendmsg
)
1595
int
linux_sys_sendmsg
(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c
496
.sy_call = (sy_call_t *)
linux_sys_sendmsg
/src/sys/compat/linux/arch/amd64/
linux_syscallargs.h
235
check_syscall_args(
linux_sys_sendmsg
)
1438
int
linux_sys_sendmsg
(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c
273
.sy_call = (sy_call_t *)
linux_sys_sendmsg
/src/sys/compat/linux/arch/mips/
linux_syscallargs.h
639
check_syscall_args(
linux_sys_sendmsg
)
1737
int
linux_sys_sendmsg
(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c
794
.sy_call = (sy_call_t *)
linux_sys_sendmsg
Completed in 36 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026