Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c258 prevp = &tnrhc_hash->tnrh_list; in tnrh_delete()
300 rhnext = hent->tnrh_list; in flush_rh_table()
301 hent->tnrh_list = NULL; in flush_rh_table()
354 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL; in tnrh_hash_add()
374 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL; in tnrh_hash_add()
397 new->rhc_next = tnrhc_hash->tnrh_list; in tnrh_hash_add()
398 tnrhc_hash->tnrh_list = new; in tnrh_hash_add()
1082 for (rh = tnrhc_hash->tnrh_list; rh != NULL; in find_rhc()
1109 for (rh = tnrhc_hash->tnrh_list; rh != NULL; in find_rhc()
1243 rh = tnrhc_hash->tnrh_list; in tsol_create_i_tnrh()
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c143 tnrh_list; in tnrh_walk_step()
/titanic_50/usr/src/uts/common/sys/tsol/
H A Dtndb.h366 tsol_tnrhc_t *tnrh_list; member