Searched defs:ctf_hash_insert (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c97 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) function
129 * Wrapper for ctf_hash_lookup/ctf_hash_insert: if the key is already in the
131 * If the key is not present, then call ctf_hash_insert() and hash it in.
140 return (ctf_hash_insert(hp, fp, type, name));

Completed in 70 milliseconds