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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c58 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems);
66 bzero(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems);
101 ctf_helem_t *hep = &hp->h_chains[hp->h_free];
137 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str));
146 ctf_helem_t *
149 ctf_helem_t *hep;
177 ctf_free(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems);
H A Dctf_impl.h80 } ctf_helem_t; typedef in typeref:struct:ctf_helem
84 ctf_helem_t *h_chains; /* hash chains buffer */
294 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
H A Dctf_lookup.c88 const ctf_helem_t *hp;
H A Dctf_create.c725 ctf_helem_t *hep = NULL;
747 ctf_helem_t *hep = NULL;
769 ctf_helem_t *hep = NULL;
791 ctf_helem_t *hep;
1107 ctf_helem_t *hep;
H A Dctf_open.c364 ctf_helem_t *hep;

Completed in 59 milliseconds