Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_hash.c138 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define()
148 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len) in ctf_hash_lookup() function
H A Dctf_create.c859 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_struct()
881 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_union()
903 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_enum()
942 if (name != NULL && (hep = ctf_hash_lookup(hp, in ctf_add_forward()
1316 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) { in ctf_add_type()
H A Dctf_impl.h287 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
H A Dctf_lookup.c147 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p, in ctf_lookup_by_name()
H A Dctf_open.c371 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types()
469 if (ctf_hash_lookup(hp, fp, in init_types()