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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c184 ASSERT(tnrhc->rhc_next == NULL && tnrhc->rhc_invalid);
262 prevp = &current->rhc_next;
267 *prevp = current->rhc_next;
269 current->rhc_next = NULL;
297 * protects tnrh_list and rhc_next.
311 rhnext = rhc->rhc_next;
312 rhc->rhc_next = NULL;
355 rhp = &rh->rhc_next) {
375 rhp = &rh->rhc_next) {
389 *rhp = rh->rhc_next;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c155 wsp->walk_addr = (uintptr_t)tnrhc.rhc_next;
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h259 struct tsol_tnrhc *rhc_next; /* link to next entry */ member in struct:tsol_tnrhc

Completed in 61 milliseconds