Lines Matching refs:conn_mgmt

616 		 * if current conn_mgmt not created yet or is from parent
622 * We don't want to free the conn_mgmt
633 * change the conn_mgmt in parent
819 /* delete the reference to the previously used conn_mgmt */
844 cu->conn_mgmt = cmg;
871 cmg = cu->conn_mgmt;
916 cm->conn_mgmt = cmg;
922 * Free an MT connection control structure, assume conn_mgmt is locked.
940 cmg = cm->conn_mgmt;
1102 * Assume the current conn_mgmt and the input conn_mt
1116 * cm->conn_mgmt across the wait
1118 (void) mutex_unlock(&(cm->conn_mgmt)->lock);
1147 * This function assumes conn_mgmt cmg and conn_mt *cm are locked.
1263 * conn_mt *cmt and conn_mgmt cm->conn_mgmt are assumed locked.
1275 ns_conn_mgmt_t *cmg = cm->conn_mgmt;
1394 cmg = cu->conn_mgmt;
1536 ns_conn_mgmt_t *cmg = cu->conn_mgmt;
1539 /* if the conn_mgmt is being shut down, return error */
1593 cmg = cu->conn_mgmt;
1701 cmg = cu->conn_mgmt;
1745 cmg = cu->conn_mgmt;
1750 * If the conn_mgmt is being shut down, return error.
1777 * Assume cm not null and locked, assume conn_mgmt is also locked.
1784 ns_conn_mgmt_t *cmg = cm->conn_mgmt;
1863 cmg = cu->conn_mgmt;
1906 cmg = cm->conn_mgmt;
1934 * Assume that both the conn_mt and conn_mgmt are locked.
1943 del_cm4cmg(cm, cm->conn_mgmt);
1954 * This function locked the conn_mgmt and does not
2001 /* reload the conn_mgmt and Native LDAP config */
2067 * get_preferred_servers() leaves conn_mgmt locked.
2235 /* then destroy the conn_mgmt */
2258 /* reload the conn_mgmt and native LDAP config */
2295 cmg = cu->conn_mgmt;
2341 if (cu->conn_mt != NULL && (cmg = cu->conn_mgmt) != NULL) {
2460 * If the attached conn_mgmt has been deleted,
2461 * then exit. The new conn_mgmt will starts it
2500 * Check and see if the conn_mgmt is still current.