Searched refs:adh (Results 1 – 25 of 80) sorted by relevance
1234
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 475 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 D | namemaps.c | 189 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 D | t.set0a | 208 adh 209 1 adh 210 adh
|
H A D | t.set0b | 208 adh 209 adh 210 adh
|
H A D | t.printf | 70 %: adh ... 495 495 adh
|
H A D | t.set2 | 70 adh adh
|
H A D | t.cond | 139 adh
|
H A D | t.substr | 84 495 adh 85 495 adh
|
H A D | t.in1 | 154 69 adh 495
|
H A D | t.nameval | 69 adh 495
|
H A D | t.4 | 39 495 adh
|
H A D | t.8.y | 70 adh adh
|
H A D | t.printf2 | 70 %: adh ... 495 495 adh 0 0 0 � a
|
H A D | t.vf3 | 70 adh adh
|
H A D | t.cat | 277 adh 495 278 495 is adh 279 adh is 495
|
H A D | t.NF | 348 495|adh 350 495|adh|||five
|
H A D | t.split3 | 70 10 adh
|
H A D | t.makef | 70 495 adh 990
|
H A D | t.split2 | 70 adh 495
|
H A D | t.vf | 139 adh
|
H A D | t.array | 139 495 adh 140 adh 495
|
H A D | t.ofs | 1 …s## 559 acs##541 %% uucp## 541 uucp##523 %% raf## 523 raf##495 %% adh## 495 adh##456 %% kec## …
|
H A D | t.2 | 70 495===adh===
|
H A D | t.split1 | 70 adh 495
|
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 729 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