Searched defs:conn_mt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
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_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...]

Completed in 212 milliseconds