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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c854 * not associated with any conn_mt, i.e.,
855 * not in any conn_mt's linked list of conn_users.
1039 /* only one conn_mt on list */
1102 * Assume the current conn_mgmt and the input conn_mt
1111 cu->conn_mt = cm;
1134 cu->conn_mt = NULL;
1147 * This function assumes conn_mgmt cmg and conn_mt *cm are locked.
1259 * Check to see if a conn_mt matches the connection criteria from
1261 * conn_mt pointer (*cmt) may be freed and *cmt will be set to NULL
1263 * conn_mt *cm
2363 conn_wait(ns_conn_mt_t *conn_mt, ns_conn_user_t *conn_user) argument
2389 conn_signal(ns_conn_mt_t *conn_mt) argument
[all...]
H A Dns_connmgmt.h104 struct ns_conn_mt *conn_mt; /* the MT connection being used */ member in struct:ns_conn_user
152 struct ns_conn_mt *next; /* next conn_mt in the linked list */
218 ns_conn_mt_t *cm_head; /* head of the conn_mt linked list */
219 ns_conn_mt_t *cm_tail; /* tail of the conn_mt linked list */
238 * For a connection management and the conn_mt connections it manages, it is
242 * or down, conn_mt connections being used need to be dropped or switched.
245 * peruser nscd), the connection management which has active conn_mt
H A Dns_reads.c1647 cookie->conn_user->conn_mt != NULL)
1694 if (cookie->conn_user->conn_mt != NULL)
2204 cookie->conn_user->conn_mt != NULL)) &&
2479 cookie->conn_user->conn_mt ==
2607 cookie->conn_user->conn_mt == NULL)) {
2742 cookie->conn_user->conn_mt == NULL)) {
3397 if (cu->conn_mt != NULL)
3416 if (c->conn_user->conn_mt != NULL)
3539 if (c->conn_user->conn_mt != NULL)
4015 if (cookie->conn_user->conn_mt !
[all...]
H A Dns_connect.c994 if (conn_user != NULL && conn_user->conn_mt != NULL) {
2005 if (conn_user != NULL && conn_user->conn_mt != NULL)
H A Dns_writes.c711 if (conn_user->conn_mt != NULL)
952 if (conn_user->conn_mt != NULL)

Completed in 466 milliseconds