Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c133 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) in ctf_hash_define() function
H A Dctf_impl.h271 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
H A Dctf_open.c399 err = ctf_hash_define(&fp->ctf_structs, fp, in init_types()
415 err = ctf_hash_define(&fp->ctf_unions, fp, in init_types()
431 err = ctf_hash_define(&fp->ctf_enums, fp, in init_types()