Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/miscfs/fifofs/ !
H A Dfifo_vnops.c181 if ((error = socreate(AF_LOCAL, &rso, SOCK_STREAM, 0))) { in fifo_open()
185 if ((error = socreate(AF_LOCAL, &wso, SOCK_STREAM, 0))) { in fifo_open()
/xnu-8796.121.2/bsd/kern/ !
H A Dnetboot.c608 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0)) != 0) { in netboot_mountroot()
H A Duipc_syscalls.c288 error = socreate(domain, &so, type, protocol); in socket_common()
1179 error = socreate(uap->domain, &so1, uap->type, uap->protocol); in socketpair()
1183 error = socreate(uap->domain, &so2, uap->type, uap->protocol); in socketpair()
H A Dkpi_socket.c1077 error = socreate(domain, new_so, type, protocol); in sock_socket_common()
H A Duipc_socket.c862 socreate(int dom, struct socket **aso, int type, int proto) in socreate() function
/xnu-8796.121.2/bsd/sys/ !
H A Dsocketvar.h916 extern int socreate(int dom, struct socket **aso, int type, int proto);