Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c256 prevp = &tnrhc_hash->tnrh_list; in tnrh_delete()
298 rhnext = hent->tnrh_list; in flush_rh_table()
299 hent->tnrh_list = NULL; in flush_rh_table()
352 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL; in tnrh_hash_add()
372 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL; in tnrh_hash_add()
395 new->rhc_next = tnrhc_hash->tnrh_list; in tnrh_hash_add()
396 tnrhc_hash->tnrh_list = new; in tnrh_hash_add()
1080 for (rh = tnrhc_hash->tnrh_list; rh != NULL; in find_rhc()
1107 for (rh = tnrhc_hash->tnrh_list; rh != NULL; in find_rhc()
1241 rh = tnrhc_hash->tnrh_list; in tsol_create_i_tnrh()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c141 tnrh_list; in tnrh_walk_step()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h369 tsol_tnrhc_t *tnrh_list; member