Searched defs:slow (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | btos.c | 51 static bslabel_t slow; /* static admin_low high sensitivity label */ variable 141 * Uses ADMIN_HIGH, ADMIN_LOW, shigh, slow. 183 if (!BLTYPE(&slow, SUN_SL_ID)) { 186 BSLLOW(&slow); 190 if (BLEQUAL(label, &slow)) {
|
H A D | misc.c | 47 static bslabel_t slow, shigh; /* static Admin Low and High SLs */ variable 69 * Uses slow, shigh. 76 if (!BLTYPE(&slow, SUN_SL_ID)) { 79 BSLLOW(&slow); 84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) 131 * Uses slow, shigh. 143 if (!BLTYPE(&slow, SUN_SL_ID)) { 146 BSLLOW(&slow); 151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) {
|
Completed in 22 milliseconds