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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c41 tnrhc_hash_t **hptr;
43 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE];
44 tnrhc_hash_t *tnrhc_table_v6[TSOL_MASK_TABLE_SIZE_V6];
51 free_table(tnrhc_hash_t **table, int ntable)
67 read_table(const char *symname, tnrhc_hash_t **table, int ntable)
70 tnrhc_hash_t **hp;
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c64 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE];
65 tnrhc_hash_t *tnrhc_table_v6[TSOL_MASK_TABLE_SIZE_V6];
107 tnrhc_init_table(tnrhc_hash_t *table[], short prefix_len, int kmflag)
114 table[prefix_len] = (tnrhc_hash_t *)
115 kmem_zalloc(TNRHC_SIZE * sizeof (tnrhc_hash_t), kmflag);
232 tnrhc_hash_t *tnrhc_hash;
285 flush_rh_table(tnrhc_hash_t **htable, int nbits)
287 tnrhc_hash_t *hent, *hend;
339 tnrhc_hash_t *tnrhc_hash;
1046 tnrhc_hash_t *tnrhc_has
[all...]
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h368 } tnrhc_hash_t; typedef in typeref:struct:tnrhc_hash_s

Completed in 70 milliseconds