Symbol: linux_sys_recvfrom_args
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1542
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
947
struct linux_sys_recvfrom_args {
sys/compat/linux/arch/aarch64/linux_sysent.c
997
ns(struct linux_sys_recvfrom_args),
sys/compat/linux/arch/aarch64/linux_systrace_args.c
1526
const struct linux_sys_recvfrom_args *p = params;
sys/compat/linux/arch/alpha/linux_syscallargs.h
1613
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
356
struct linux_sys_recvfrom_args {
sys/compat/linux/arch/alpha/linux_sysent.c
543
ns(struct linux_sys_recvfrom_args),
sys/compat/linux/arch/amd64/linux_syscallargs.h
1436
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
220
struct linux_sys_recvfrom_args {
sys/compat/linux/arch/amd64/linux_sysent.c
266
ns(struct linux_sys_recvfrom_args),
sys/compat/linux/arch/amd64/linux_systrace_args.c
395
const struct linux_sys_recvfrom_args *p = params;
sys/compat/linux/arch/mips/linux_syscallargs.h
1731
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
609
struct linux_sys_recvfrom_args {
sys/compat/linux/arch/mips/linux_sysent.c
777
ns(struct linux_sys_recvfrom_args),
sys/compat/linux/common/linux_socket.c
646
linux_sys_recvfrom(struct lwp *l, const struct linux_sys_recvfrom_args *uap, register_t *retval)
sys/compat/linux/common/linux_socketcall.c
104
{L("recvfrom"), sizeof(struct linux_sys_recvfrom_args)}, /* 12 */
sys/compat/linux32/common/linux32_socket.c
152
struct linux_sys_recvfrom_args ua;