Searched refs:ctf_hash_define (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_hash.c | 132 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) function
|
H A D | ctf_impl.h | 286 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
|
H A D | ctf_open.c | 398 err = ctf_hash_define(&fp->ctf_structs, fp, 414 err = ctf_hash_define(&fp->ctf_unions, fp, 430 err = ctf_hash_define(&fp->ctf_enums, fp,
|
Completed in 47 milliseconds