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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c759 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
762 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
765 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
768 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
771 fp->ctf_lookups[4].ctl_hash = NULL;
H A Dctf_impl.h97 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */ member in struct:ctf_lookup
H A Dctf_lookup.c144 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
H A Dctf_create.c407 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
408 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
409 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
410 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;

Completed in 205 milliseconds