Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c54 static int add_to_hashmap(const char *, const bucket_t *);
120 (void) add_to_hashmap(version, new); in add_parent()
134 (void) add_to_hashmap(version, new); in add_parent()
163 (void) add_to_hashmap(version, new); in add_uncle()
177 (void) add_to_hashmap(version, new); in add_uncle()
657 add_to_hashmap(const char *version_name, const bucket_t *bucket) in add_to_hashmap() function