Lines Matching defs:uap

134 sys_socket(struct thread *td, struct socket_args *uap)  in sys_socket()
183 sys_bind(struct thread *td, struct bind_args *uap) in sys_bind()
238 sys_bindat(struct thread *td, struct bindat_args *uap) in sys_bindat()
252 sys_listen(struct thread *td, struct listen_args *uap) in sys_listen()
446 sys_accept(struct thread *td, struct accept_args *uap) in sys_accept()
453 sys_accept4(struct thread *td, struct accept4_args *uap) in sys_accept4()
464 oaccept(struct thread *td, struct oaccept_args *uap) in oaccept()
473 sys_connect(struct thread *td, struct connect_args *uap) in sys_connect()
549 sys_connectat(struct thread *td, struct connectat_args *uap) in sys_connectat()
653 sys_socketpair(struct thread *td, struct socketpair_args *uap) in sys_socketpair()
816 sys_sendto(struct thread *td, struct sendto_args *uap) in sys_sendto()
837 osend(struct thread *td, struct osend_args *uap) in osend()
854 osendmsg(struct thread *td, struct osendmsg_args *uap) in osendmsg()
875 sys_sendmsg(struct thread *td, struct sendmsg_args *uap) in sys_sendmsg()
1100 sys_recvfrom(struct thread *td, struct recvfrom_args *uap) in sys_recvfrom()
1109 orecvfrom(struct thread *td, struct orecvfrom_args *uap) in orecvfrom()
1118 orecv(struct thread *td, struct orecv_args *uap) in orecv()
1140 orecvmsg(struct thread *td, struct orecvmsg_args *uap) in orecvmsg()
1164 sys_recvmsg(struct thread *td, struct recvmsg_args *uap) in sys_recvmsg()
1193 sys_shutdown(struct thread *td, struct shutdown_args *uap) in sys_shutdown()
1226 sys_setsockopt(struct thread *td, struct setsockopt_args *uap) in sys_setsockopt()
1277 sys_getsockopt(struct thread *td, struct getsockopt_args *uap) in sys_getsockopt()
1411 sys_getsockname(struct thread *td, struct getsockname_args *uap) in sys_getsockname()
1418 ogetsockname(struct thread *td, struct ogetsockname_args *uap) in ogetsockname()
1497 sys_getpeername(struct thread *td, struct getpeername_args *uap) in sys_getpeername()
1504 ogetpeername(struct thread *td, struct ogetpeername_args *uap) in ogetpeername()