Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c179 uncle->bl_next = child->b_uncles; in add_uncle()
181 child->b_uncles = uncle; in add_uncle()
325 if (b->b_uncles) { in sort_buckets()
327 if (b->b_uncles->bl_bucket) { in sort_buckets()
328 sort_stringtable(b->b_uncles->bl_bucket->b_global_table); in sort_buckets()
424 (void *)b->b_uncles); in print_bucket()
467 if (b->b_uncles) { in print_all_buckets()
469 print_bucket(b->b_uncles->bl_bucket); in print_all_buckets()
472 b->b_uncles->bl_bucket->b_global_table); in print_all_buckets()
476 b->b_uncles->bl_bucket->b_protected_table); in print_all_buckets()
[all …]
H A Dbucket.h42 struct bucketlist *b_uncles; member
H A Dxlator.c930 bl = b->b_uncles; in writemapfile()