Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c1830 struct xunpcb xu; variable
1832 bzero(&xu, sizeof(xu));
1833 xu.xu_len = sizeof(xu);
1834 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))
1841 struct sockaddr_un *dst __single = &xu.xu_au.xuu_addr;
1845 struct sockaddr_un *dst __single = &xu.xu_cau.xuu_caddr;
1848 unpcb_to_compat(unp, &xu.xu_unp);
1849 sotoxsocket(unp->unp_socket, &xu.xu_socket);
1850 error = SYSCTL_OUT(req, &xu, sizeof(xu));
1961 struct xunpcb64 xu; variable
[all …]