Searched refs:unp_connect (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.c275 static int unp_connect(struct socket *, struct sockaddr *,
583 error = unp_connect(so, nam, td);
868 error = unp_connect(so, nam, td);
918 error = unp_connect(so, nam, td);
1267 unp_connect(struct socket *so, struct sockaddr *nam, struct thread *td) function
1290 KASSERT(unp != NULL, ("unp_connect: unp == NULL"));
1317 ASSERT_VOP_LOCKED(vp, "unp_connect");
1336 KASSERT(unp != NULL, ("unp_connect: unp == NULL"));
1389 ("unp_connect: listener without cached peercred"));
1406 KASSERT(unp != NULL, ("unp_connect
[all...]

Completed in 143 milliseconds