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

/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c760 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
763 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
766 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
769 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
772 fp->ctf_lookups[4].ctl_hash = NULL;
H A Dctf_impl.h98 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.c458 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
459 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
460 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
461 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;

Completed in 53 milliseconds