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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h102 struct ns_conn_mt *conn_mt; /* the MT connection being used */ member in struct:ns_conn_user
153 struct ns_conn_mt *next; /* next conn_mt in the linked list */
221 ns_conn_mt_t *cm_head; /* head of the conn_mt linked list */
222 ns_conn_mt_t *cm_tail; /* tail of the conn_mt linked list */
241 * For a connection management and the conn_mt connections it manages, it is
245 * or down, conn_mt connections being used need to be dropped or switched.
248 * peruser nscd), the connection management which has active conn_mt
H A Dns_connmgmt.c870 * not associated with any conn_mt, i.e.,
871 * not in any conn_mt's linked list of conn_users.
1090 /* only one conn_mt on list */
1167 * Assume the current conn_mgmt and the input conn_mt
1176 cu->conn_mt = cm;
1208 * This function assumes conn_mgmt cmg and conn_mt *cm are locked.
1321 * Check to see if a conn_mt matches the connection criteria from
1323 * conn_mt pointer (*cmt) may be freed and *cmt will be set to NULL
1325 * conn_mt *cmt and conn_mgmt cm->conn_mgmt are assumed locked.
1347 * if a conn_mt opene
2437 conn_wait(ns_conn_mt_t *conn_mt, ns_conn_user_t *conn_user) argument
2463 conn_signal(ns_conn_mt_t *conn_mt) argument
[all...]

Completed in 36 milliseconds