Home | History | Annotate | Download | only in Sec

Lines Matching refs:gFdInfoCount

90 UINTN                                     gFdInfoCount = 0;

240 gFdInfoCount = CountSeparatorsInString (FirmwareVolumesStr, '!') + 1;
241 gFdInfo = calloc (gFdInfoCount, sizeof (NT_FD_INFO));
860 if (Index >= gFdInfoCount) {