Home
last modified time | relevance | path

Searched refs:adh (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c475 adutils_host_t *adh; in adutils_reap_idle_connections() local
480 for (adh = host_head; adh != NULL; adh = adh->next) { in adutils_reap_idle_connections()
481 (void) pthread_mutex_lock(&adh->lock); in adutils_reap_idle_connections()
482 if (adh->ref == 0 && adh->idletime != 0 && in adutils_reap_idle_connections()
483 adh->idletime + ADCONN_TIME < now) { in adutils_reap_idle_connections()
484 if (adh->ld) { in adutils_reap_idle_connections()
485 (void) ldap_unbind(adh->ld); in adutils_reap_idle_connections()
486 adh->ld = NULL; in adutils_reap_idle_connections()
487 adh->idletime = 0; in adutils_reap_idle_connections()
488 adh->ref = 0; in adutils_reap_idle_connections()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c189 idmap_open_ad_conn(idmap_nm_handle_t *adh) in idmap_open_ad_conn() argument
197 adh->ad = ldap_init(adh->ad_host, adh->ad_port); in idmap_open_ad_conn()
198 if (adh->ad == NULL) { in idmap_open_ad_conn()
201 CHECK_NULL(adh->ad_host), in idmap_open_ad_conn()
202 adh->ad_port, strerror(errno)); in idmap_open_ad_conn()
207 (void) ldap_set_option(adh->ad, LDAP_OPT_PROTOCOL_VERSION, &ldversion); in idmap_open_ad_conn()
208 (void) ldap_set_option(adh->ad, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in idmap_open_ad_conn()
209 (void) ldap_set_option(adh->ad, LDAP_OPT_TIMELIMIT, &zero); in idmap_open_ad_conn()
210 (void) ldap_set_option(adh->ad, LDAP_OPT_SIZELIMIT, &zero); in idmap_open_ad_conn()
211 (void) ldap_set_option(adh->ad, LDAP_X_OPT_CONNECT_TIMEOUT, &timeoutms); in idmap_open_ad_conn()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.set0a208 adh
209 1 adh
210 adh
H A Dt.set0b208 adh
209 adh
210 adh
H A Dt.printf70 %: adh ... 495 495 adh
H A Dt.set270 adh adh
H A Dt.cond139 adh
H A Dt.substr84 495 adh
85 495 adh
H A Dt.in1154 69 adh 495
H A Dt.nameval69 adh 495
H A Dt.439 495 adh
H A Dt.8.y70 adh adh
H A Dt.printf270 %: adh ... 495 495 adh 0 0 0 � a
H A Dt.vf370 adh adh
H A Dt.cat277 adh 495
278 495 is adh
279 adh is 495
H A Dt.NF348 495|adh
350 495|adh|||five
H A Dt.split370 10 adh
H A Dt.makef70 495 adh 990
H A Dt.split270 adh 495
H A Dt.vf139 adh
H A Dt.array139 495 adh
140 adh 495
H A Dt.ofs1 …s## 559 acs##541 %% uucp## 541 uucp##523 %% raf## 523 raf##495 %% adh## 495 adh##456 %% kec## …
H A Dt.270 495===adh===
H A Dt.split170 adh 495
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c729 STRUCT_DECL(defect_header, adh); in dadk_ioctl()
731 STRUCT_INIT(adh, flag & FMODELS); in dadk_ioctl()
737 if (ddi_copyin((caddr_t)arg, STRUCT_BUF(adh), STRUCT_SIZE(adh), in dadk_ioctl()
740 head = STRUCT_FGET(adh, head); in dadk_ioctl()
769 STRUCT_FGETP(adh, buffer), NBPSCTR, flag)) in dadk_ioctl()

1234