Home
last modified time | relevance | path

Searched refs:hep (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c118 hep->h_name = name; in ctf_hash_insert()
119 hep->h_type = type; in ctf_hash_insert()
121 hep->h_next = hp->h_buckets[h]; in ctf_hash_insert()
138 if (hep == NULL) in ctf_hash_define()
141 hep->h_type = type; in ctf_hash_define()
148 ctf_helem_t *hep; in ctf_hash_lookup() local
156 hep = &hp->h_chains[i]; in ctf_hash_lookup()
161 return (hep); in ctf_hash_lookup()
187 ctf_helem_t *hep; in ctf_hash_dump() local
193 hep = &hp->h_chains[i]; in ctf_hash_dump()
[all …]
H A Dctf_create.c1191 ctf_helem_t *hep = NULL; in ctf_add_struct() local
1198 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_struct()
1199 type = hep->h_type; in ctf_add_struct()
1227 ctf_helem_t *hep = NULL; in ctf_add_union() local
1234 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_union()
1235 type = hep->h_type; in ctf_add_union()
1278 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_enum()
1279 type = hep->h_type; in ctf_add_enum()
1309 ctf_helem_t *hep; in ctf_add_forward() local
1333 return (hep->h_type); in ctf_add_forward()
[all …]
H A Dctf_open.c355 ctf_helem_t *hep; in init_types() local
369 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types()
375 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
381 hep->h_type = CTF_INDEX_TO_TYPE(id, child); in init_types()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c337 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent()
345 hep = kmem_alloc(sizeof (*hep), KM_SLEEP); in msri_addent()
382 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_lookup()
408 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_rment()
419 kmem_free(hep, sizeof (*hep)); in msri_rment()
487 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_addent()
495 hep = kmem_alloc(sizeof (*hep), KM_SLEEP); in pcii_addent()
529 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_lookup()
550 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_rment()
553 hep->pcii_prev->pcii_next = hep->pcii_next; in pcii_rment()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c47 struct hostent_data *hep; in nsldapi_compat_gethostbyname_r() local
54 hep = (struct hostent_data *)buffer; in nsldapi_compat_gethostbyname_r()
55 hep->current = NULL; in nsldapi_compat_gethostbyname_r()
57 if ( gethostbyname_r( name, result, hep ) == -1) { in nsldapi_compat_gethostbyname_r()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1836 for (hep = errent_listp; hep != NULL; ) { in bofi_errdef_free()
1837 if (hep == ep) in bofi_errdef_free()
1840 hep = hep->next; in bofi_errdef_free()
1858 hep->cnext->cprev = hep->cprev; in bofi_errdef_free()
1859 hep->cprev->cnext = hep->cnext; in bofi_errdef_free()
1958 for (hep = errent_listp; hep != NULL; ) { in bofi_signal()
1959 if (hep == ep) in bofi_signal()
1961 hep = hep->next; in bofi_signal()
2135 for (hep = errent_listp; hep != NULL; hep = hep->next) in bofi_errdef_check()
2136 if (hep == ep) in bofi_errdef_check()
[all …]
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c1517 datadm_entry_t *hep; in datadm_generate_dat_conf() local
1541 hep = hca_list->dl_head; in datadm_generate_dat_conf()
1542 while (hep != NULL) { in datadm_generate_dat_conf()
1545 iep = ((datadm_hca_entry_t *)hep)->he_ia_list.dl_head; in datadm_generate_dat_conf()
1549 sep = ((datadm_hca_entry_t *)hep)->he_sp_list.dl_head; in datadm_generate_dat_conf()
1565 hep = hep->de_next; in datadm_generate_dat_conf()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c213 visited_find_or_add(const char *str, struct ht_elt **hep) in visited_find_or_add() argument
224 if (hep) in visited_find_or_add()
225 *hep = he; in visited_find_or_add()
239 if (hep) in visited_find_or_add()
240 *hep = he; in visited_find_or_add()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c206 void **hep; in hash_link() local
211 hep = &htbl->htbl_ptrs[hval % htbl->htbl_size]; in hash_link()
212 link_in(hep, strp, htbl->htbl_link_off); in hash_link()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9491 daplka_hash_entry_t *hep, *curr_hep; in daplka_hash_insert() local
9500 hep = kmem_zalloc(sizeof (*hep), daplka_km_flags); in daplka_hash_insert()
9501 if (hep == NULL) { in daplka_hash_insert()
9524 hep->he_hkey = hkey; in daplka_hash_insert()
9525 hep->he_objp = objp; in daplka_hash_insert()
9531 if (curr_hep->he_hkey == hep->he_hkey) { in daplka_hash_insert()
9539 bucket, (longlong_t)hep->he_hkey); in daplka_hash_insert()
9540 kmem_free(hep, sizeof (*hep)); in daplka_hash_insert()
9544 hep->he_next = hbp->hb_entries; in daplka_hash_insert()
9545 hbp->hb_entries = hep; in daplka_hash_insert()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1481 sbderror_t *hep = SBD_HD2ERR(hp); in sbd_set_err_in_hdl() local
1486 if (SBD_GET_ERR(hep) || SBD_GET_ERRNO(hep)) { in sbd_set_err_in_hdl()
1491 SBD_SET_ERR(hep, SBD_GET_ERR(ep)); in sbd_set_err_in_hdl()
1492 SBD_SET_ERRNO(hep, SBD_GET_ERRNO(ep)); in sbd_set_err_in_hdl()
1493 SBD_SET_ERRSTR(hep, SBD_GET_ERRSTR(ep)); in sbd_set_err_in_hdl()
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt43 …ing.process,solaris.smf.value.extended-accounting.process;profiles=acctadm;hep=RtExAcctProcess.html
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c656 free_he(struct hostent *hep) in free_he() argument
658 dummy_he_t *p = (dummy_he_t *)hep; in free_he()
/illumos-gate/usr/src/cmd/spell/
H A Dextra2169 hep
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1530 |name match *.hep HostExplorer Session Profile application/x-ms-hostexplorer