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

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h51 table_t *b_protected_table; member in struct:bucket
H A Dbucket.c293 b->b_protected_table =
294 add_to_stringtable(b->b_protected_table, buffer);
326 sort_stringtable(b->b_protected_table);
331 sort_stringtable(b->b_uncles->bl_bucket->b_protected_table);
439 errlog(TRACING, " table_t *b_protected_table = 0x%p;",
440 (void *)b->b_protected_table);
461 print_stringtable(b->b_protected_table);
478 b->b_uncles->bl_bucket->b_protected_table);
508 b->b_protected_table = create_stringtable(TABLE_INITIAL);
H A Dxlator.c909 t = b->b_protected_table;

Completed in 87 milliseconds