Home
last modified time | relevance | path

Searched refs:xu (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c1774 struct xunpcb xu; variable
1776 bzero(&xu, sizeof(xu));
1777 xu.xu_len = sizeof(xu);
1778 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))
1785 bcopy(unp->unp_addr, &xu.xu_au,
1790 &xu.xu_cau,
1793 unpcb_to_compat(unp, &xu.xu_unp);
1794 sotoxsocket(unp->unp_socket, &xu.xu_socket);
1795 error = SYSCTL_OUT(req, &xu, sizeof(xu));
1903 struct xunpcb64 xu; variable
[all …]