Lines Matching defs:hep
959 ctf_helem_t *hep = NULL;
964 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
966 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
967 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
981 ctf_helem_t *hep = NULL;
986 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
988 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
989 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
1003 ctf_helem_t *hep = NULL;
1008 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
1010 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
1011 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
1025 ctf_helem_t *hep;
1047 if (name != NULL && (hep = ctf_hash_lookup(hp,
1049 return (hep->h_type);
1428 ctf_helem_t *hep;
1464 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) {
1465 dst_type = (ctf_id_t)hep->h_type;
1541 (hep = ctf_hash_lookup(&src_fp->ctf_names, src_fp, name,
1543 src_type != (ctf_id_t)hep->h_type) {
1544 if (ctf_type_encoding(src_fp, (ctf_id_t)hep->h_type,
1551 (ctf_id_t)hep->h_type) == CTF_ERR)