Searched refs:ctf_dthash (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c82 fp->ctf_dthash = hash;
389 nfp->ctf_dthash = fp->ctf_dthash;
397 fp->ctf_dthash = NULL;
426 dtd->dtd_hash = fp->ctf_dthash[h];
427 fp->ctf_dthash[h] = dtd;
435 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h];
486 if (fp->ctf_dthash == NULL)
489 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) {
H A Dctf_impl.h159 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */
216 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member in struct:ctf_file
H A Dctf_open.c836 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));

Completed in 61 milliseconds