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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c80 fp->ctf_dthashlen = hashlen;
390 nfp->ctf_dthashlen = fp->ctf_dthashlen;
398 fp->ctf_dthashlen = 0;
424 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
434 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
483 ulong_t h = type & (fp->ctf_dthashlen - 1);
H A Dctf_impl.h217 ulong_t ctf_dthashlen; /* size of dynamic type hash bucket array */ member in struct:ctf_file
H A Dctf_open.c836 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));

Completed in 73 milliseconds