Searched refs:hep (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c49 struct hostent_data *hep; local
56 hep = (struct hostent_data *)buffer;
57 hep->current = NULL;
59 if ( gethostbyname_r( name, result, hep ) == -1) {
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c99 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; local
117 hep->h_name = name;
118 hep->h_type = type;
120 hep->h_next = hp->h_buckets[h];
135 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); local
137 if (hep == NULL)
140 hep->h_type = type;
147 ctf_helem_t *hep; local
154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
155 hep
[all...]
H A Dctf_create.c844 ctf_helem_t *hep = NULL; local
849 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
852 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
866 ctf_helem_t *hep = NULL; local
871 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
874 dtd = ctf_dtd_lookup(fp, type = hep
888 ctf_helem_t *hep = NULL; local
910 ctf_helem_t *hep; local
1269 ctf_helem_t *hep; local
[all...]
H A Dctf_open.c354 ctf_helem_t *hep; local
368 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp,
374 } else if (ctf_type_encoding(fp, hep->h_type,
380 hep->h_type = CTF_INDEX_TO_TYPE(id, child);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c328 struct cmi_msri_hashent *hep; local
332 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) {
333 if (CMI_MSRI_MATCH(hep, hdl, msr))
337 if (hep != NULL) {
338 hep->msrie_msrval = val;
340 hep = kmem_alloc(sizeof (*hep), KM_SLEE
364 struct cmi_msri_hashent *hep; local
398 struct cmi_msri_hashent *hep; local
476 struct cmi_pcii_hashent *hep; local
519 struct cmi_pcii_hashent *hep; local
541 struct cmi_pcii_hashent *hep; local
[all...]
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c1517 datadm_entry_t *hep; local
1541 hep = hca_list->dl_head;
1542 while (hep != NULL) {
1545 iep = ((datadm_hca_entry_t *)hep)->he_ia_list.dl_head;
1549 sep = ((datadm_hca_entry_t *)hep)->he_sp_list.dl_head;
1565 hep = hep->de_next;
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1822 struct bofi_errent *hep, *prev_hep; local
1833 for (hep = errent_listp; hep != NULL; ) {
1834 if (hep == ep)
1836 prev_hep = hep;
1837 hep = hep->next;
1839 if (hep == NULL) {
1849 prev_hep->next = hep->next;
1851 errent_listp = hep
1950 struct bofi_errent *hep; local
2123 struct bofi_errent *hep; local
2163 struct bofi_errent *hep; local
[all...]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c206 visited_find_or_add(const char *str, struct ht_elt **hep) argument
217 if (hep)
218 *hep = he;
232 if (hep)
233 *hep = he;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c206 void **hep; local
211 hep = &htbl->htbl_ptrs[hval % htbl->htbl_size];
212 link_in(hep, strp, htbl->htbl_link_off);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9491 daplka_hash_entry_t *hep, *curr_hep; local
9500 hep = kmem_zalloc(sizeof (*hep), daplka_km_flags);
9501 if (hep == NULL) {
9524 hep->he_hkey = hkey;
9525 hep->he_objp = objp;
9531 if (curr_hep->he_hkey == hep->he_hkey) {
9539 bucket, (longlong_t)hep->he_hkey);
9540 kmem_free(hep, sizeof (*hep));
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1487 sbderror_t *hep = SBD_HD2ERR(hp); local
1492 if (SBD_GET_ERR(hep) || SBD_GET_ERRNO(hep)) {
1497 SBD_SET_ERR(hep, SBD_GET_ERR(ep));
1498 SBD_SET_ERRNO(hep, SBD_GET_ERRNO(ep));
1499 SBD_SET_ERRSTR(hep, SBD_GET_ERRSTR(ep));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c653 free_he(struct hostent *hep) argument
655 dummy_he_t *p = (dummy_he_t *)hep;

Completed in 150 milliseconds