Searched refs:linux_sys_recv_args (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_socketcall.h | 239 struct linux_sys_recv_args { struct
|
H A D | linux_socketcall.c | 102 {L("recv"), sizeof(struct linux_sys_recv_args)}, /* 10 */
|
H A D | linux_socket.c | 1707 linux_sys_recv(struct lwp *l, const struct linux_sys_recv_args *uap, register_t *retval) in linux_sys_recv()
|
/netbsd-src/sys/compat/linux/arch/mips/ |
H A D | linux_syscallargs.h | 601 struct linux_sys_recv_args { struct 1724 int linux_sys_recv(struct lwp *, const struct linux_sys_recv_args *, register_t *);
|
H A D | linux_sysent.c | 772 ns(struct linux_sys_recv_args),
|
/netbsd-src/sys/compat/linux/arch/alpha/ |
H A D | linux_syscallargs.h | 267 struct linux_sys_recv_args { struct 1566 int linux_sys_recv(struct lwp *, const struct linux_sys_recv_args *, register_t *);
|
H A D | linux_sysent.c | 443 ns(struct linux_sys_recv_args),
|