HomeSort by relevance Sort by last modified time
    Searched refs:EFIDebug (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
rtdata.c 47 // EFIDebug - Debug mask
50 UINTN EFIDebug = EFI_DBUG_MASK;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
init.c 178 DataSize = sizeof(EFIDebug);
179 Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &DataSize, &NewEFIDebug);
181 EFIDebug = NewEFIDebug;
print.c 197 mask that is also set in EFIDebug the string is
216 if (!(EFIDebug & mask)) {
  /external/syslinux/efi32/include/efi/
efidebug.h 10 efidebug.h
22 extern UINTN EFIDebug;
68 // Current Debug level of the system, value of EFIDebug
  /external/syslinux/efi64/include/efi/
efidebug.h 10 efidebug.h
22 extern UINTN EFIDebug;
68 // Current Debug level of the system, value of EFIDebug
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidebug.h 10 efidebug.h
22 extern UINTN EFIDebug;
68 // Current Debug level of the system, value of EFIDebug

Completed in 803 milliseconds