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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c325 if ((err = ctf_hash_create(&fp->ctf_names,
368 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp,
370 err = ctf_hash_insert(&fp->ctf_names, fp,
390 err = ctf_hash_insert(&fp->ctf_names, fp,
440 err = ctf_hash_insert(&fp->ctf_names, fp,
491 err = ctf_hash_insert(&fp->ctf_names, fp,
513 ctf_hash_size(&fp->ctf_names));
769 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
957 ctf_hash_destroy(&fp->ctf_names);
H A Dctf_impl.h188 ctf_hash_t ctf_names; /* hash table of remaining type names */ member in struct:ctf_file
H A Dctf_create.c461 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
1296 hp = &dst_fp->ctf_names;

Completed in 65 milliseconds