Searched refs:ctf_hash_define (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_hash.c | 132 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, uint_t type, uint_t name) in ctf_hash_define() function
|
H A D | ctf_open.c | 540 err = ctf_hash_define(&fp->ctf_structs, fp, in init_types() 570 err = ctf_hash_define(&fp->ctf_unions, fp, in init_types() 600 err = ctf_hash_define(&fp->ctf_enums, fp, in init_types()
|
H A D | ctf_impl.h | 319 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
|