Searched refs:ctf_names (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 461 if ((err = ctf_hash_create(&fp->ctf_names, in init_types() 506 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types() 508 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 532 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 610 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 662 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 684 ctf_hash_size(&fp->ctf_names)); in init_types() 929 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen() 1117 ctf_hash_destroy(&fp->ctf_names); in ctf_close()
|
H A D | ctf_impl.h | 199 ctf_hash_t ctf_names; /* hash table of remaining type names */ member
|
H A D | ctf_create.c | 565 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_update() 1444 hp = &dst_fp->ctf_names; in ctf_add_type() 1531 (hep = ctf_hash_lookup(&src_fp->ctf_names, src_fp, name, in ctf_add_type()
|