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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c79 fp->ctf_dthash = hash;
386 nfp->ctf_dthash = fp->ctf_dthash;
394 fp->ctf_dthash = NULL;
423 dtd->dtd_hash = fp->ctf_dthash[h];
424 fp->ctf_dthash[h] = dtd;
432 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h];
483 if (fp->ctf_dthash == NULL)
486 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) {
H A Dctf_impl.h148 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */
205 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member in struct:ctf_file
H A Dctf_open.c818 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));

Completed in 199 milliseconds