Home
last modified time | relevance | path

Searched refs:ncp_conn_assert_locked (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/netncp/
Dncp_conn.h198 int ncp_conn_assert_locked(struct ncp_conn *conn,const char *checker,struct thread *td);
Dncp_conn.c188 ncp_conn_assert_locked(struct ncp_conn *conn, const char *checker, struct thread *td) in ncp_conn_assert_locked() function
278 error = ncp_conn_assert_locked(ncp, __func__, td); in ncp_conn_free()