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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c81 fp->ctf_dthash = hash;
437 nfp->ctf_dthash = fp->ctf_dthash;
445 fp->ctf_dthash = NULL;
474 dtd->dtd_hash = fp->ctf_dthash[h];
475 fp->ctf_dthash[h] = dtd;
483 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h];
555 if (fp->ctf_dthash == NULL)
558 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) {
H A Dctf_impl.h149 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */
207 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member in struct:ctf_file
H A Dctf_open.c909 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));

Completed in 64 milliseconds