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.c480 for (adh = host_head; adh != NULL; adh = adh->next) { in adutils_reap_idle_connections()
482 if (adh->ref == 0 && adh->idletime != 0 && in adutils_reap_idle_connections()
593 if (!adh->dead && adh->ld != NULL) in open_conn()
606 adh->ld = ldap_init(adh->host, adh->port); in open_conn()
637 ldap_perror(adh->ld, adh->host); in open_conn()
644 adh->host, adh->port); in open_conn()
688 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) { in get_conn()
714 if (adh != NULL && adh->owner == ad && adh->ld != NULL && in get_conn()
717 if (adh == NULL || (adh = adh->next) == NULL) in get_conn()
759 delete_ds(NULL, adh->host, adh->port); in release_conn()
[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()
214 adh->saslmech, NULL, NULL, adh->saslflags, &idmap_saslcallback, in idmap_open_ad_conn()
218 (void) ldap_unbind(adh->ad); in idmap_open_ad_conn()
219 adh->ad = NULL; in idmap_open_ad_conn()
355 idmap_init_namemaps(idmap_nm_handle_t **adh, in idmap_init_namemaps() argument
448 *adh = p; in idmap_init_namemaps()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.set0b208 adh
209 adh
210 adh
H A Dt.set0a208 adh
209 1 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.printf270 %: adh ... 495 495 adh 0 0 0 � a
H A Dt.vf370 adh adh
H A Dt.8.y70 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.split270 adh 495
H A Dt.vf139 adh
H A Dt.makef70 495 adh 990
H A Dt.ofs1 …s## 559 acs##541 %% uucp## 541 uucp##523 %% raf## 523 raf##495 %% adh## 495 adh##456 %% kec## …
H A Dt.array139 495 adh
140 adh 495
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