Searched refs:h_type (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c120 hep->h_type = type;
142 hep->h_type = type;
H A Dctf_create.c732 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
733 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
754 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
755 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
776 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
777 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
815 return (hep->h_type);
1142 dst_type = (ctf_id_t)hep->h_type;
H A Dctf_impl.h78 ushort_t h_type; /* corresponding type ID number */ member in struct:ctf_helem
H A Dctf_lookup.c154 type = hp->h_type;
H A Dctf_open.c384 } else if (ctf_type_encoding(fp, hep->h_type,
390 hep->h_type = CTF_INDEX_TO_TYPE(id, child);

Completed in 40 milliseconds