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

  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 43 UINTN gFdInfoCount = 0;
187 gFdInfoCount = CountSeparatorsInString (FirmwareVolumesStr, '!') + 1;
188 gFdInfo = AllocateZeroPool (gFdInfoCount * sizeof (EMU_FD_INFO));
805 if (Index >= gFdInfoCount) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 90 UINTN gFdInfoCount = 0;
240 gFdInfoCount = CountSeparatorsInString (FirmwareVolumesStr, '!') + 1;
241 gFdInfo = calloc (gFdInfoCount, sizeof (NT_FD_INFO));
860 if (Index >= gFdInfoCount) {
    [all...]

Completed in 225 milliseconds