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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c258 prevp = &tnrhc_hash->tnrh_list;
297 * protects tnrh_list and rhc_next.
300 rhnext = hent->tnrh_list;
301 hent->tnrh_list = NULL;
354 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL;
374 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL;
397 new->rhc_next = tnrhc_hash->tnrh_list;
398 tnrhc_hash->tnrh_list = new;
1082 for (rh = tnrhc_hash->tnrh_list; rh != NULL;
1109 for (rh = tnrhc_hash->tnrh_list; r
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c143 tnrh_list;
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h366 tsol_tnrhc_t *tnrh_list; member in struct:tnrhc_hash_s

Completed in 59 milliseconds