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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h201 #define L_DEFAULT 0x0 macro
/illumos-gate/usr/src/common/tsol/
H A Dstol.c48 #define L_DEFAULT 0x0 macro
59 (((((f) == L_NO_CORRECTION)) || ((f) == L_DEFAULT)) && \
156 uint_t f = L_DEFAULT;
195 * L_DEFAULT,
233 uint_t lf = (f & ~L_CHECK_AR); /* because L_DEFAULT == 0 */
250 ((lf == L_NO_CORRECTION) || (lf == L_DEFAULT))) {

Completed in 47 milliseconds