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_sendto
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/compat/linux/common/
linux_socketcall.h
85
#define
LINUX_SYS_SENDTO
11
127
#ifndef
LINUX_SYS_sendto
276
SYS_DEF(
linux_sys_sendto
)
linux_socketcall.c
198
case
LINUX_SYS_SENDTO
:
199
error =
linux_sys_sendto
(l, (void *)&lda, retval);
linux_socket.c
391
linux_sys_sendto
(struct lwp *l, const struct linux_sys_sendto_args *uap, register_t *retval)
function
/src/sys/compat/linux32/common/
linux32_socket.c
137
return
linux_sys_sendto
(l, &ua, retval);
/src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h
945
check_syscall_args(
linux_sys_sendto
)
1540
int
linux_sys_sendto
(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c
994
.sy_call = (sy_call_t *)
linux_sys_sendto
/src/sys/compat/linux/arch/alpha/
linux_syscallargs.h
388
check_syscall_args(
linux_sys_sendto
)
1629
int
linux_sys_sendto
(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c
580
.sy_call = (sy_call_t *)
linux_sys_sendto
/src/sys/compat/linux/arch/amd64/
linux_syscallargs.h
218
check_syscall_args(
linux_sys_sendto
)
1434
int
linux_sys_sendto
(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c
263
.sy_call = (sy_call_t *)
linux_sys_sendto
/src/sys/compat/linux/arch/mips/
linux_syscallargs.h
649
check_syscall_args(
linux_sys_sendto
)
1739
int
linux_sys_sendto
(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c
799
.sy_call = (sy_call_t *)
linux_sys_sendto
Completed in 26 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026