Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c1861 struct xunpcb xu; variable
1863 bzero(&xu, sizeof(xu));
1864 xu.xu_len = sizeof(xu);
1865 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))
1872 struct sockaddr_un *dst __single = &xu.xu_au.xuu_addr;
1877 struct sockaddr_un *dst __single = &xu.xu_cau.xuu_caddr;
1881 unpcb_to_compat(unp, &xu.xu_unp);
1882 sotoxsocket(unp->unp_socket, &xu.xu_socket);
1883 error = SYSCTL_OUT(req, &xu, sizeof(xu));
1994 struct xunpcb64 xu; variable
[all …]