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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c56 static int add_to_hashmap(const char *, const bucket_t *);
122 (void) add_to_hashmap(version, new);
136 (void) add_to_hashmap(version, new);
165 (void) add_to_hashmap(version, new);
179 (void) add_to_hashmap(version, new);
655 * add_to_hashmap -- add a bucket to the map. This is strictly for
659 add_to_hashmap(const char *version_name, const bucket_t *bucket) function
664 "Hashead.map was null in add_to_hashmap");
666 "mapC too big in add_to_hashmap");
667 errlog(BEGIN, "add_to_hashmap(
[all...]

Completed in 57 milliseconds