Lines Matching refs:dom
471 socreate_internal(int dom, struct socket **aso, int type, int proto, in socreate_internal() argument
483 prp = pffindproto(dom, proto, type); in socreate_internal()
485 prp = pffindtype(dom, type); in socreate_internal()
489 if (pffinddomain(dom) == NULL) { in socreate_internal()
493 if (pffindprotonotype(dom, proto) != NULL) { in socreate_internal()
510 switch (dom) { in socreate_internal()
616 error, dom, proto, type); in socreate_internal()
652 switch (dom) { in socreate_internal()
693 socreate(int dom, struct socket **aso, int type, int proto) in socreate() argument
695 return socreate_internal(dom, aso, type, proto, current_proc(), 0, in socreate()
700 socreate_delegate(int dom, struct socket **aso, int type, int proto, pid_t epid) in socreate_delegate() argument
710 error = socreate_internal(dom, aso, type, proto, current_proc(), 0, ep); in socreate_delegate()