Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c41 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE];
103 TSOL_MASK_TABLE_SIZE) == -1) { in tnrh_walk_init()
109 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh_walk_init()
133 TSOL_MASK_TABLE_SIZE) in tnrh_walk_step()
162 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh_walk_fini()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h273 #define TSOL_MASK_TABLE_SIZE 33 macro
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c62 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE];
547 flush_rh_table(tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh()
1070 for (i = (TSOL_MASK_TABLE_SIZE - 1); i >= 0; i--) { in find_rhc()