/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_hash.c | 100 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert() local 118 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() 136 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define() local 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 155 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) { in ctf_hash_lookup() 156 hep = &hp->h_chains[i]; in ctf_hash_lookup() [all …]
|
H A D | ctf_create.c | 1191 ctf_helem_t *hep = NULL; in ctf_add_struct() local 1196 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_struct() 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 1232 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_union() 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() 1267 ctf_helem_t *hep = NULL; in ctf_add_enum() local 1276 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_enum() [all …]
|
H A D | ctf_open.c | 355 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 D | cmi_hw.c | 333 struct cmi_msri_hashent *hep; in msri_addent() local 337 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent() 338 if (CMI_MSRI_MATCH(hep, hdl, msr)) in msri_addent() 342 if (hep != NULL) { in msri_addent() 343 hep->msrie_msrval = val; in msri_addent() 345 hep = kmem_alloc(sizeof (*hep), KM_SLEEP); in msri_addent() 346 hep->msrie_hdl = hdl; in msri_addent() 347 hep->msrie_msrnum = msr; in msri_addent() 348 hep->msrie_msrval = val; in msri_addent() 351 hbp->msrib_head->msrie_prev = hep; in msri_addent() [all …]
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | compat.c | 47 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 D | bofi.c | 1825 struct bofi_errent *hep, *prev_hep; in bofi_errdef_free() local 1836 for (hep = errent_listp; hep != NULL; ) { in bofi_errdef_free() 1837 if (hep == ep) in bofi_errdef_free() 1839 prev_hep = hep; in bofi_errdef_free() 1840 hep = hep->next; in bofi_errdef_free() 1842 if (hep == NULL) { in bofi_errdef_free() 1852 prev_hep->next = hep->next; in bofi_errdef_free() 1854 errent_listp = 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() [all …]
|
/illumos-gate/usr/src/cmd/datadm/ |
H A D | datadm.c | 1517 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 D | svcadm.c | 223 visited_find_or_add(const char *str, struct ht_elt **hep) in visited_find_or_add() argument 234 if (hep) in visited_find_or_add() 235 *hep = he; in visited_find_or_add() 249 if (hep) in visited_find_or_add() 250 *hep = he; in visited_find_or_add()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 206 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 D | daplt.c | 9491 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 D | sbd.c | 1481 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 D | prof_attr.txt | 44 …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 D | ikeadm.c | 656 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 D | extra | 2169 hep
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1530 |name match *.hep HostExplorer Session Profile application/x-ms-hostexplorer
|