Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c57 static int mac_grantbylabel_debug; variable
60 &mac_grantbylabel_debug, 0, "Debug mac_grantbylabel");
62 #define GRANTBYLABEL_DEBUG(n, x) if (mac_grantbylabel_debug >= (n)) printf x