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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlabel.c39 static int _is_labeled = -1; variable
49 if (_is_labeled >= 0)
50 return (_is_labeled); /* fast path if cached */
52 return (_is_labeled = syscall(SYS_labelsys, TSOL_SYSLABELING));

Completed in 63 milliseconds