HomeSort by: relevance | last modified time | path
    Searched refs:EFIDebug (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
rtdata.c 49 // EFIDebug - Debug mask
52 UINTN EFIDebug = EFI_DBUG_MASK;
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 181 DataSize = sizeof(EFIDebug);
182 Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &DataSize, &NewEFIDebug);
184 EFIDebug = NewEFIDebug;
print.c 199 mask that is also set in EFIDebug the string is
218 if (!(EFIDebug & mask)) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidebug.h 1 /* $NetBSD: efidebug.h,v 1.1.1.2 2018/08/16 18:17:47 jmcneill Exp $ */
12 efidebug.h
24 extern UINTN EFIDebug;
70 // Current Debug level of the system, value of EFIDebug

Completed in 18 milliseconds