Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c317 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) in init_types()
320 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) in init_types()
323 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types()
326 if ((err = ctf_hash_create(&fp->ctf_names, in init_types()
H A Dctf_hash.c36 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems) in ctf_hash_create() function
H A Dctf_impl.h269 extern int ctf_hash_create(ctf_hash_t *, ulong_t);