Searched refs:conn_mgmt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h105 struct ns_conn_mgmt *conn_mgmt; /* ref counted conn management */ member in struct:ns_conn_user
155 struct ns_conn_mgmt *conn_mgmt; /* ref counted conn management */ member in struct:ns_conn_mt
216 pid_t pid; /* process creates the conn_mgmt */
H A Dns_connmgmt.c616 * 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 an
[all...]
H A Dns_reads.c2324 cmg = cookie->conn_user->conn_mgmt;

Completed in 71 milliseconds