Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_open.c316 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) in init_types()
398 err = ctf_hash_define(&fp->ctf_structs, fp, in init_types()
454 hp = &fp->ctf_structs; in init_types()
463 hp = &fp->ctf_structs; in init_types()
509 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()
763 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
974 ctf_hash_destroy(&fp->ctf_structs); in ctf_close()
H A Dctf_impl.h206 ctf_hash_t ctf_structs; /* hash table of struct types */ member
H A Dctf_create.c706 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_update()
1180 ctf_hash_t *hp = &fp->ctf_structs; in ctf_add_struct()
1295 hp = &fp->ctf_structs; in ctf_add_forward()
1717 hp = &dst_fp->ctf_structs; in ctf_add_type()