Lines Matching +defs:td +defs:s
774 linux_sendit(struct thread *td, int s, struct msghdr *mp, int flags, in linux_sendit()
799 linux_check_hdrincl(struct thread *td, int s) in linux_check_hdrincl()
818 linux_sendto_hdrincl(struct thread *td, struct linux_sendto_args *linux_args) in linux_sendto_hdrincl()
876 linux_socket(struct thread *td, struct linux_socket_args *args) in linux_socket()
954 linux_bind(struct thread *td, struct linux_bind_args *args) in linux_bind()
974 linux_connect(struct thread *td, struct linux_connect_args *args) in linux_connect()
1015 linux_listen(struct thread *td, struct linux_listen_args *args) in linux_listen()
1022 linux_accept_common(struct thread *td, int s, l_uintptr_t addr, in linux_accept_common()
1096 linux_accept(struct thread *td, struct linux_accept_args *args) in linux_accept()
1104 linux_accept4(struct thread *td, struct linux_accept4_args *args) in linux_accept4()
1112 linux_getsockname(struct thread *td, struct linux_getsockname_args *args) in linux_getsockname()
1135 linux_getpeername(struct thread *td, struct linux_getpeername_args *args) in linux_getpeername()
1160 linux_socketpair(struct thread *td, struct linux_socketpair_args *args) in linux_socketpair()
1196 register_t s; member
1203 linux_send(struct thread *td, struct linux_send_args *args) in linux_send()
1239 register_t s; member
1246 linux_recv(struct thread *td, struct linux_recv_args *args) in linux_recv()
1268 linux_sendto(struct thread *td, struct linux_sendto_args *args) in linux_sendto()
1299 linux_recvfrom(struct thread *td, struct linux_recvfrom_args *args) in linux_recvfrom()
1353 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_sendmsg_common()
1527 linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args) in linux_sendmsg()
1535 linux_sendmmsg(struct thread *td, struct linux_sendmmsg_args *args) in linux_sendmmsg()
1565 recvmsg_scm_rights(struct thread *td, l_uint flags, socklen_t *datalen, in recvmsg_scm_rights()
1708 recvmsg_scm_sol_socket(struct thread *td, l_int msg_type, l_int lmsg_type, in recvmsg_scm_sol_socket()
1772 linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_recvmsg_common()
1936 linux_recvmsg(struct thread *td, struct linux_recvmsg_args *args) in linux_recvmsg()
1951 linux_recvmmsg_common(struct thread *td, l_int s, struct l_mmsghdr *msg, in linux_recvmmsg_common()
2003 linux_recvmmsg(struct thread *td, struct linux_recvmmsg_args *args) in linux_recvmmsg()
2024 linux_recvmmsg_time64(struct thread *td, struct linux_recvmmsg_time64_args *args) in linux_recvmmsg_time64()
2045 linux_shutdown(struct thread *td, struct linux_shutdown_args *args) in linux_shutdown()
2052 linux_setsockopt(struct thread *td, struct linux_setsockopt_args *args) in linux_setsockopt()
2165 linux_sockopt_copyout(struct thread *td, void *val, socklen_t len, in linux_sockopt_copyout()
2177 linux_getsockopt_so_peergroups(struct thread *td, in linux_getsockopt_so_peergroups()
2214 linux_getsockopt_so_peersec(struct thread *td, in linux_getsockopt_so_peersec()
2233 linux_getsockopt_so_linger(struct thread *td, in linux_getsockopt_so_linger()
2250 linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args) in linux_getsockopt()
2436 sendfile_fallback(struct thread *td, struct file *fp, l_int out, in sendfile_fallback()
2524 sendfile_sendfile(struct thread *td, struct file *fp, l_int out, in sendfile_sendfile()
2551 linux_sendfile_common(struct thread *td, l_int out, l_int in, in linux_sendfile_common()
2600 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile()
2646 linux_sendfile64(struct thread *td, struct linux_sendfile64_args *arg) in linux_sendfile64()
2684 linux_socketcall(struct thread *td, struct linux_socketcall_args *args) in linux_socketcall()