Searched refs:ctf_hash_insert (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_hash.c | 95 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) function 127 * Wrapper for ctf_hash_lookup/ctf_hash_insert: if the key is already in the 129 * If the key is not present, then call ctf_hash_insert() and hash it in. 138 return (ctf_hash_insert(hp, fp, type, name));
|
H A D | ctf_open.c | 370 err = ctf_hash_insert(&fp->ctf_names, fp, 390 err = ctf_hash_insert(&fp->ctf_names, fp, 440 err = ctf_hash_insert(&fp->ctf_names, fp, 468 err = ctf_hash_insert(hp, fp, 491 err = ctf_hash_insert(&fp->ctf_names, fp,
|
H A D | ctf_impl.h | 285 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
|
Completed in 78 milliseconds