Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/h/
H A Dlibsecureboot.h49 extern int DebugVe;
53 #define DEBUG_PRINTF(n, x) if (DebugVe >= n) printf x
/freebsd/lib/libsecureboot/tests/
H A Dtvo.c69 DebugVe++; in main()
/freebsd/lib/libsecureboot/
H A Dvets.c53 int DebugVe = 0; variable
84 DebugVe = n; in ve_debug_set()