Home
last modified time | relevance | path

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

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