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

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c474 adutils_host_t *adh; local
479 for (adh = host_head; adh != NULL; adh = adh->next) {
480 (void) pthread_mutex_lock(&adh->lock);
481 if (adh->ref == 0 && adh->idletime != 0 &&
482 adh->idletime + ADCONN_TIME < now) {
483 if (adh
581 open_conn(adutils_host_t *adh, int timeoutsecs) argument
665 adutils_host_t *adh = NULL; local
742 release_conn(adutils_host_t *adh) argument
959 adutils_host_t *adh = NULL; local
1000 msgid2query(adutils_host_t *adh, int msgid, adutils_query_state_t **state, int *qid) argument
1137 make_entry(adutils_q_t *q, adutils_host_t *adh, LDAPMessage *search_res, adutils_entry_t **entry) argument
1270 add_entry(adutils_host_t *adh, adutils_q_t *q, LDAPMessage *search_res) argument
1317 get_adobject_batch(adutils_host_t *adh, struct timeval *timeout) argument
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c189 idmap_open_ad_conn(idmap_nm_handle_t *adh) argument
197 adh->ad = ldap_init(adh->ad_host, adh->ad_port);
198 if (adh->ad == NULL) {
201 CHECK_NULL(adh->ad_host),
202 adh->ad_port, strerror(errno));
207 (void) ldap_set_option(adh->ad, LDAP_OPT_PROTOCOL_VERSION, &ldversion);
208 (void) ldap_set_option(adh->ad, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
209 (void) ldap_set_option(adh
355 idmap_init_namemaps(idmap_nm_handle_t **adh, char *user, char *passwd, char *auth, char *windomain, int direction) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c729 STRUCT_DECL(defect_header, adh);
731 STRUCT_INIT(adh, flag & FMODELS);
737 if (ddi_copyin((caddr_t)arg, STRUCT_BUF(adh), STRUCT_SIZE(adh),
740 head = STRUCT_FGET(adh, head);
769 STRUCT_FGETP(adh, buffer), NBPSCTR, flag))

Completed in 76 milliseconds