/src/sys/rump/net/lib/libnetinet/ |
netinet_component.c | 73 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, curlwp, NULL)) != 0)
|
/src/sys/nfs/ |
nfs_boot.c | 217 error = socreate(AF_INET, &so, SOCK_DGRAM, 0, lwp, NULL); 219 printf("ifupdown: socreate, error=%d\n", error); 265 error = socreate(AF_INET, &so, SOCK_DGRAM, 0, lwp, NULL); 267 printf("setmtu: socreate, error=%d\n", error); 306 error = socreate(AF_INET, &so, SOCK_DGRAM, 0, lwp, NULL); 308 printf("setaddress: socreate, error=%d\n", error); 363 error = socreate(AF_INET, &so, SOCK_DGRAM, 0, lwp, NULL); 365 printf("deladdress: socreate, error=%d\n", error);
|
krpc_subr.c | 244 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, l, NULL)))
|
nfs_bootdhcp.c | 497 error = socreate(AF_INET, &so, SOCK_DGRAM, 0, lwp, NULL); 499 printf("bootp: socreate, error=%d\n", error);
|
nfs_socket.c | 193 error = socreate(saddr->sa_family, &nmp->nm_so,
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_rid_test.c | 182 int error = socreate(AF_INET, &so, SOCK_DGRAM, 0, cur, NULL);
|
/src/sys/miscfs/fifofs/ |
fifo_vnops.c | 138 error = socreate(AF_LOCAL, &rso, SOCK_STREAM, 0, l, NULL); 144 error = socreate(AF_LOCAL, &wso, SOCK_STREAM, 0, l, rso);
|
/src/sys/fs/nfs/common/ |
krpc_subr.c | 219 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td)))
|
nfs_commonkrpc.c | 230 error = socreate(saddr->sa_family, &so, nrp->nr_sotype,
|
bootp_subr.c | 1726 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td, NULL); 1728 panic("%s: socreate, error=%d", __func__, error);
|
/src/sys/kern/ |
subr_tftproot.c | 219 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, l, NULL)) != 0) { 220 DPRINTF(("%s():%d socreate returned %d\n",
|
uipc_socket.c | 486 * socreate: create a new socket of the specified type and the protocol. 492 socreate(int dom, struct socket **aso, int type, int proto, struct lwp *l, function in typeref:typename:int 596 error = socreate(domain, &so, type, proto, l, lockso);
|
/src/sys/sys/ |
socketvar.h | 307 int socreate(int, struct socket **, int, int, struct lwp *,
|
/src/sys/fs/nfs/nlm/ |
nlm_prot_impl.c | 1560 error = socreate(AF_INET, &nlm_socket, SOCK_DGRAM, 0, 1577 error = socreate(AF_INET6, &nlm_socket6, SOCK_DGRAM, 0,
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 429 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, 432 panic("nfs_mountroot: socreate(%04x): %d",
|
/src/sys/net/ |
if_wg.c | 3755 error = socreate(af, &so, SOCK_DGRAM, 0, curlwp, NULL);
|