/titanic_44/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 328 struct cmi_msri_hashent *hep; in msri_addent() local 332 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent() 333 if (CMI_MSRI_MATCH(hep, hdl, msr)) in msri_addent() 337 if (hep != NULL) { in msri_addent() 338 hep->msrie_msrval = val; in msri_addent() 340 hep = kmem_alloc(sizeof (*hep), KM_SLEEP); in msri_addent() 341 hep->msrie_hdl = hdl; in msri_addent() 342 hep->msrie_msrnum = msr; in msri_addent() 343 hep->msrie_msrval = val; in msri_addent() 346 hbp->msrib_head->msrie_prev = hep; in msri_addent() [all …]
|
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_hash.c | 99 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert() local 117 hep->h_name = name; in ctf_hash_insert() 118 hep->h_type = type; in ctf_hash_insert() 120 hep->h_next = hp->h_buckets[h]; in ctf_hash_insert() 135 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define() local 137 if (hep == NULL) in ctf_hash_define() 140 hep->h_type = type; in ctf_hash_define() 147 ctf_helem_t *hep; in ctf_hash_lookup() local 154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) { in ctf_hash_lookup() 155 hep = &hp->h_chains[i]; in ctf_hash_lookup() [all …]
|
H A D | ctf_create.c | 844 ctf_helem_t *hep = NULL; in ctf_add_struct() local 849 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_struct() 851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct() 852 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_struct() 866 ctf_helem_t *hep = NULL; in ctf_add_union() local 871 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_union() 873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union() 874 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_union() 888 ctf_helem_t *hep = NULL; in ctf_add_enum() local 893 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_enum() [all …]
|
H A D | ctf_open.c | 354 ctf_helem_t *hep; in init_types() local 368 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types() 374 } else if (ctf_type_encoding(fp, hep->h_type, in init_types() 380 hep->h_type = CTF_INDEX_TO_TYPE(id, child); in init_types()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | compat.c | 49 struct hostent_data *hep; in nsldapi_compat_gethostbyname_r() local 56 hep = (struct hostent_data *)buffer; in nsldapi_compat_gethostbyname_r() 57 hep->current = NULL; in nsldapi_compat_gethostbyname_r() 59 if ( gethostbyname_r( name, result, hep ) == -1) { in nsldapi_compat_gethostbyname_r()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 1822 struct bofi_errent *hep, *prev_hep; in bofi_errdef_free() local 1833 for (hep = errent_listp; hep != NULL; ) { in bofi_errdef_free() 1834 if (hep == ep) in bofi_errdef_free() 1836 prev_hep = hep; in bofi_errdef_free() 1837 hep = hep->next; in bofi_errdef_free() 1839 if (hep == NULL) { in bofi_errdef_free() 1849 prev_hep->next = hep->next; in bofi_errdef_free() 1851 errent_listp = hep->next; in bofi_errdef_free() 1855 hep->cnext->cprev = hep->cprev; in bofi_errdef_free() 1856 hep->cprev->cnext = hep->cnext; in bofi_errdef_free() [all …]
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 206 visited_find_or_add(const char *str, struct ht_elt **hep) in visited_find_or_add() argument 217 if (hep) in visited_find_or_add() 218 *hep = he; in visited_find_or_add() 232 if (hep) in visited_find_or_add() 233 *hep = he; in visited_find_or_add()
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 1487 sbderror_t *hep = SBD_HD2ERR(hp); in sbd_set_err_in_hdl() local 1492 if (SBD_GET_ERR(hep) || SBD_GET_ERRNO(hep)) { in sbd_set_err_in_hdl() 1497 SBD_SET_ERR(hep, SBD_GET_ERR(ep)); in sbd_set_err_in_hdl() 1498 SBD_SET_ERRNO(hep, SBD_GET_ERRNO(ep)); in sbd_set_err_in_hdl() 1499 SBD_SET_ERRSTR(hep, SBD_GET_ERRSTR(ep)); in sbd_set_err_in_hdl()
|
/titanic_44/usr/src/lib/libsecdb/ |
H A D | prof_attr.txt | 43 …ing.process,solaris.smf.value.extended-accounting.process;profiles=acctadm;hep=RtExAcctProcess.html
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 653 free_he(struct hostent *hep) in free_he() argument 655 dummy_he_t *p = (dummy_he_t *)hep; in free_he()
|
/titanic_44/usr/src/cmd/spell/ |
H A D | extra | 2169 hep
|