Lines Matching defs:sysmsg

139 sys_socket(struct sysmsg *sysmsg, const struct socket_args *uap)  in sys_socket()
171 sys_bind(struct sysmsg *sysmsg, const struct bind_args *uap) in sys_bind()
211 sys_listen(struct sysmsg *sysmsg, const struct listen_args *uap) in sys_listen()
434 sys_accept(struct sysmsg *sysmsg, const struct accept_args *uap) in sys_accept()
471 sys_extaccept(struct sysmsg *sysmsg, const struct extaccept_args *uap) in sys_extaccept()
509 sys_accept4(struct sysmsg *sysmsg, const struct accept4_args *uap) in sys_accept4()
628 sys_connect(struct sysmsg *sysmsg, const struct connect_args *uap) in sys_connect()
652 sys_extconnect(struct sysmsg *sysmsg, const struct extconnect_args *uap) in sys_extconnect()
749 sys_socketpair(struct sysmsg *sysmsg, const struct socketpair_args *uap) in sys_socketpair()
833 sys_sendto(struct sysmsg *sysmsg, const struct sendto_args *uap) in sys_sendto()
874 sys_sendmsg(struct sysmsg *sysmsg, const struct sendmsg_args *uap) in sys_sendmsg()
1021 sys_recvfrom(struct sysmsg *sysmsg, const struct recvfrom_args *uap) in sys_recvfrom()
1079 sys_recvmsg(struct sysmsg *sysmsg, const struct recvmsg_args *uap) in sys_recvmsg()
1226 sys_setsockopt(struct sysmsg *sysmsg, const struct setsockopt_args *uap) in sys_setsockopt()
1287 sys_getsockopt(struct sysmsg *sysmsg, const struct getsockopt_args *uap) in sys_getsockopt()
1385 sys_getsockname(struct sysmsg *sysmsg, const struct getsockname_args *uap) in sys_getsockname()
1474 sys_getpeername(struct sysmsg *sysmsg, const struct getpeername_args *uap) in sys_getpeername()
1566 sys_sendfile(struct sysmsg *sysmsg, const struct sendfile_args *uap) in sys_sendfile()