Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c185 if ((error = socreate(AF_LOCAL, &rso, SOCK_STREAM, 0))) { in fifo_open()
189 if ((error = socreate(AF_LOCAL, &wso, SOCK_STREAM, 0))) { in fifo_open()
/xnu-11215.81.4/bsd/kern/
H A Dnetboot.c608 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0)) != 0) { in netboot_mountroot()
H A Duipc_syscalls.c308 error = socreate(domain, &so, type, protocol); in socket_common()
1207 error = socreate(uap->domain, &so1, uap->type, uap->protocol); in socketpair()
1211 error = socreate(uap->domain, &so2, uap->type, uap->protocol); in socketpair()
H A Dkpi_socket.c1076 error = socreate(domain, new_so, type, protocol); in sock_socket_common()
H A Duipc_socket.c851 socreate(int dom, struct socket **aso, int type, int proto) in socreate() function
/xnu-11215.81.4/bsd/sys/
H A Dsocketvar.h948 extern int socreate(int dom, struct socket **aso, int type, int proto);