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

/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c272 static int unp_connect(struct socket *, struct sockaddr *,
575 error = unp_connect(so, nam, td);
852 error = unp_connect(so, nam, td);
903 error = unp_connect(so, nam, td);
1252 unp_connect(struct socket *so, struct sockaddr *nam, struct thread *td) function
1266 KASSERT(unp != NULL, ("unp_connect: unp == NULL"));
1293 ASSERT_VOP_LOCKED(vp, "unp_connect");
1314 KASSERT(unp != NULL, ("unp_connect: unp == NULL"));
1367 ("unp_connect: listener without cached peercred"));
1384 KASSERT(unp != NULL, ("unp_connect
[all...]

Completed in 39 milliseconds