Searched refs:ctf_hash_lookup (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c129 * Wrapper for ctf_hash_lookup/ctf_hash_insert: if the key is already in the
137 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str));
147 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len) function
H A Dctf_impl.h294 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
H A Dctf_lookup.c148 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
H A Dctf_create.c730 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
752 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
774 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
813 if (name != NULL && (hep = ctf_hash_lookup(hp,
1141 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) {
H A Dctf_open.c378 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp,
476 if (ctf_hash_lookup(hp, fp,

Completed in 1329 milliseconds