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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1591 struct xunpcb xu; variable in typeref:struct:xunpcb
1593 bzero(&xu, sizeof (xu));
1594 xu.xu_len = sizeof (xu);
1595 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))
1602 bcopy(unp->unp_addr, &xu.xu_addr,
1606 &xu.xu_caddr,
1608 unpcb_to_compat(unp, &xu.xu_unp);
1609 sotoxsocket(unp->unp_socket, &xu
1715 struct xunpcb64 xu; variable in typeref:struct:xunpcb64
[all...]

Completed in 67 milliseconds