Searched refs:ctf_hash_insert (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_hash.c | 98 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) in ctf_hash_insert() function 141 return (ctf_hash_insert(hp, fp, type, name)); in ctf_hash_define()
|
H A D | ctf_open.c | 373 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 393 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 443 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types() 471 err = ctf_hash_insert(hp, fp, in init_types() 494 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
|
H A D | ctf_impl.h | 285 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
|