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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 164 VOID *VarBuf;
167 VarBuf = EfiLibGetVariable (VarName, VarGuid);
170 if (VarBuf != NULL) {
185 FreePool (VarBuf);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
misc.c 300 VOID *VarBuf;
303 VarBuf = LibGetVariable(VarName,VarGuid);
307 if (VarBuf) {
319 FreePool(VarBuf);

Completed in 160 milliseconds