Searched refs:socreate (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 181 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-8792.41.9/bsd/kern/ |
| H A D | netboot.c | 608 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0)) != 0) { in netboot_mountroot()
|
| H A D | uipc_syscalls.c | 287 error = socreate(domain, &so, type, protocol); in socket_common() 1174 error = socreate(uap->domain, &so1, uap->type, uap->protocol); in socketpair() 1178 error = socreate(uap->domain, &so2, uap->type, uap->protocol); in socketpair()
|
| H A D | kpi_socket.c | 1077 error = socreate(domain, new_so, type, protocol); in sock_socket_common()
|
| H A D | uipc_socket.c | 849 socreate(int dom, struct socket **aso, int type, int proto) in socreate() function
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | socketvar.h | 916 extern int socreate(int dom, struct socket **aso, int type, int proto);
|