Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/tsol/
H A Dlabel.h131 extern int sys_labeling;
160 #define is_system_labeled() (!!(sys_labeling > 0))
/titanic_41/usr/src/uts/common/os/
H A Dtlabel.c50 int sys_labeling = 0; /* the default is "off" */ variable
H A Dlabelsys.c1436 return (sys_labeling); in labelsys()