Home | History | Annotate | Download | only in kern

Lines Matching defs:dom

492 socreate(int dom, struct socket **aso, int type, int proto, struct lwp *l,
502 KAUTH_REQ_NETWORK_SOCKET_OPEN, KAUTH_ARG(dom), KAUTH_ARG(type),
508 prp = pffindproto(dom, proto, type);
510 prp = pffindtype(dom, type);
513 if (pffinddomain(dom) == 0)
628 const struct domain *dom;
632 if ((dom = pr->pr_domain) == NULL)
634 return dom->dom_family;
1172 const struct domain *dom;
1177 dom = pr->pr_domain;
1404 if (dom->dom_externalize != NULL &&
1408 error = (*dom->dom_externalize)(cm, l,
1424 if (dom->dom_dispose != NULL &&
1427 (*dom->dom_dispose)(cm);