Searched defs:rhc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c288 tsol_tnrhc_t *rhc, *rhnext; local
310 while ((rhc = rhnext) != NULL) {
311 rhnext = rhc->rhc_next;
312 rhc->rhc_next = NULL;
313 rhc->rhc_invalid = 1;
314 TNRHC_RELE(rhc);
433 /* The rhc now owns this tpc reference, so no TPC_RELE past here */
1038 * The returned rhc's refcnt is incremented.
1069 * rhc entry is found.
1186 tsol_tnrhc_t *rhc; local
[all...]

Completed in 60 milliseconds