Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c55 static bucket_t *find_in_hashmap(const char *);
110 if ((new = find_in_hashmap(version)) == NULL) { in add_parent()
123 if ((child = find_in_hashmap(after)) == NULL) { in add_parent()
154 if ((new = find_in_hashmap(version)) == NULL) { in add_uncle()
166 if ((child = find_in_hashmap(after)) == NULL) { in add_uncle()
194 if ((v = find_in_hashmap(version)) == NULL) { in set_weak()
233 if ((b = find_in_hashmap(version)) == NULL) { in add_by_name()
666 if (find_in_hashmap(version_name) != NULL) { in add_to_hashmap()
689 find_in_hashmap(const char *version_name) in find_in_hashmap() function