Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c260 prevp = &current->rhc_next; in tnrh_delete()
265 *prevp = current->rhc_next; in tnrh_delete()
267 current->rhc_next = NULL; in tnrh_delete()
309 rhnext = rhc->rhc_next; in flush_rh_table()
310 rhc->rhc_next = NULL; in flush_rh_table()
353 rhp = &rh->rhc_next) { in tnrh_hash_add()
373 rhp = &rh->rhc_next) { in tnrh_hash_add()
387 *rhp = rh->rhc_next; in tnrh_hash_add()
388 rh->rhc_next = NULL; in tnrh_hash_add()
1081 rh = rh->rhc_next) { in find_rhc()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c153 wsp->walk_addr = (uintptr_t)tnrhc.rhc_next; in tnrh_walk_step()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h260 struct tsol_tnrhc *rhc_next; /* link to next entry */ member