Lines Matching full:bucket
34 #include "bucket.h"
61 * create_lists -- initialize the bucket list and hash map.
88 * the bucket version (eg, SUNW_1.1) hasn't
202 * add_by_name -- look up bucket and add an interface to it.
244 * Add to bucket. in add_by_name()
294 errlog(VERBOSE, "set has_protecteds on bucket 0x%p", b); in add_by_name()
320 errlog(VERBOSE, "l-bucket: %s", l->b_name); in sort_buckets()
339 * add_local -- set the local flag on the logically first bucket.
341 * mapfiles, not inherent ordering or bucket contents...
358 "set has_locals on bucket 0x%p", b); in add_local()
407 * first, next_from_bucket --iterators for bucket contents. Serially
453 errlog(TRACING, "bucket %d", j); in print_all_buckets()
468 errlog(TRACING, " uncle bucket %d.1", j); in print_all_buckets()
489 * new_bucket -- create a bucket for a given version. Must not fail.
497 errlog(FATAL, "out of memory creating a bucket " in new_bucket()
502 "in a version bucket"); in new_bucket()
653 * add_to_hashmap -- add a bucket to the map. This is strictly for
657 add_to_hashmap(const char *version_name, const bucket_t *bucket) in add_to_hashmap() argument
665 errlog(BEGIN, "add_to_hashmap(%s, %s) {", version_name, bucket); in add_to_hashmap()
676 p->h_bucket = (bucket_t *)bucket; in add_to_hashmap()
686 * find_in_hashmap -- find a bucket by name. Strictly for use by addByName().