Home
last modified time | relevance | path

Searched refs:ctf_names (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c326 if ((err = ctf_hash_create(&fp->ctf_names, in init_types()
369 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types()
371 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
391 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
441 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
492 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
514 ctf_hash_size(&fp->ctf_names)); in init_types()
773 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen()
982 ctf_hash_destroy(&fp->ctf_names); in ctf_close()
H A Dctf_impl.h210 ctf_hash_t ctf_names; /* hash table of remaining type names */ member
H A Dctf_create.c719 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_update()
1740 hp = &dst_fp->ctf_names; in ctf_add_type()