Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c764 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
767 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
770 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
773 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen()
776 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_bufopen()
H A Dctf_impl.h106 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */ member
H A Dctf_lookup.c147 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p, in ctf_lookup_by_name()
H A Dctf_create.c717 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_update()
718 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_update()
719 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_update()
720 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_update()