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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c315 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0)
397 err = ctf_hash_define(&fp->ctf_structs, fp,
453 hp = &fp->ctf_structs;
462 hp = &fp->ctf_structs;
508 ctf_hash_size(&fp->ctf_structs), nlstructs);
759 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
863 ctf_hash_destroy(&fp->ctf_structs);
H A Dctf_impl.h183 ctf_hash_t ctf_structs; /* hash table of struct types */ member in struct:ctf_file
H A Dctf_create.c407 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
721 ctf_hash_t *hp = &fp->ctf_structs;
794 hp = &fp->ctf_structs;
1119 hp = &dst_fp->ctf_structs;

Completed in 99 milliseconds