Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libsecureboot/h/
H A Dlibsecureboot.h50 extern int DebugVe;
52 #define DEBUG_PRINTF(n, x) if (DebugVe >= n) printf x
/freebsd-12.1/lib/libsecureboot/tests/
H A Dtvo.c56 DebugVe++; in main()
/freebsd-12.1/lib/libsecureboot/
H A Dvets.c49 int DebugVe = 0; variable
75 DebugVe = n; in ve_debug_set()