Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dunix.c72 static void unixdomainpr(struct xunpcb *, struct xsocket *);
114 struct xunpcb xu; in pcblist_kvm()
209 struct xunpcb *xunp; in unixpr()
247 xunp = (struct xunpcb *)xug; in unixpr()
281 unixdomainpr(struct xunpcb *xunp, struct xsocket *so) in unixdomainpr()
/f-stack/freebsd/sys/
H A Dunpcb.h151 struct xunpcb { struct
/f-stack/tools/compat/include/sys/
H A Dunpcb.h151 struct xunpcb { struct
/f-stack/freebsd/kern/
H A Duipc_usrreq.c1801 struct xunpcb *xu; in unp_pcblist()
1829 + (n + n/8) * sizeof(struct xunpcb); in unp_pcblist()