Searched refs:ctl_hash (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c777 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
780 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
783 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
786 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
789 fp->ctf_lookups[4].ctl_hash = NULL;
H A Dctf_impl.h108 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */ member in struct:ctf_lookup
H A Dctf_lookup.c148 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
H A Dctf_create.c410 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
411 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
412 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
413 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;

Completed in 106 milliseconds