Searched refs:shigh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c47 static bslabel_t slow, shigh; /* static Admin Low and High SLs */ variable
69 * Uses slow, shigh.
80 BSLHIGH(&shigh);
84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh)))
131 * Uses slow, shigh.
147 BSLHIGH(&shigh);
151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) {
H A Dbtos.c52 static bslabel_t shigh; /* static admin_high sensitivity label */ variable
141 * Uses ADMIN_HIGH, ADMIN_LOW, shigh, slow.
187 BSLHIGH(&shigh);
192 } else if (BLEQUAL(label, &shigh)) {

Completed in 71 milliseconds