Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c43 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE];
105 TSOL_MASK_TABLE_SIZE) == -1) { in tnrh_walk_init()
111 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh_walk_init()
135 TSOL_MASK_TABLE_SIZE) in tnrh_walk_step()
164 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh_walk_fini()
/titanic_50/usr/src/uts/common/sys/tsol/
H A Dtndb.h271 #define TSOL_MASK_TABLE_SIZE 33 macro
/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c64 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE];
549 flush_rh_table(tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh()
1072 for (i = (TSOL_MASK_TABLE_SIZE - 1); i >= 0; i--) { in find_rhc()