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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c335 if ((err = ctf_hash_create(&fp->ctf_names,
378 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp,
380 err = ctf_hash_insert(&fp->ctf_names, fp,
400 err = ctf_hash_insert(&fp->ctf_names, fp,
450 err = ctf_hash_insert(&fp->ctf_names, fp,
501 err = ctf_hash_insert(&fp->ctf_names, fp,
523 ctf_hash_size(&fp->ctf_names));
786 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
884 ctf_hash_destroy(&fp->ctf_names);
H A Dctf_impl.h197 ctf_hash_t ctf_names; /* hash table of remaining type names */ member in struct:ctf_file
H A Dctf_create.c413 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
1131 hp = &dst_fp->ctf_names;

Completed in 49 milliseconds