OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirmwareVolumesStr
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c
116
CHAR16 *
FirmwareVolumesStr
;
149
FirmwareVolumesStr
= (CHAR16 *) PcdGetPtr (PcdEmuFirmwareVolume);
187
gFdInfoCount = CountSeparatorsInString (
FirmwareVolumesStr
, '!') + 1;
225
FileName = (CHAR8 *) AllocatePool (StrLen (
FirmwareVolumesStr
) + 1);
233
FirmwareVolumesStr
[Index2] != 0;
235
for (Index1 = 0; (
FirmwareVolumesStr
[Index2] != '!') && (
FirmwareVolumesStr
[Index2] != 0); Index2++) {
236
FileName[Index1++] =
FirmwareVolumesStr
[Index2];
238
if (
FirmwareVolumesStr
[Index2] == '!') {
[
all
...]
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c
185
CHAR16 *
FirmwareVolumesStr
;
203
FirmwareVolumesStr
= (CHAR16 *) PcdGetPtr (PcdWinNtFirmwareVolume);
240
gFdInfoCount = CountSeparatorsInString (
FirmwareVolumesStr
, '!') + 1;
243
SecPrint ("ERROR : Can not allocate memory for %S. Exiting.\n",
FirmwareVolumesStr
);
274
FileNamePtr = (CHAR16 *)malloc (StrLen ((CHAR16 *)
FirmwareVolumesStr
) * sizeof(CHAR16));
280
StrCpy (FileNamePtr, (CHAR16*)
FirmwareVolumesStr
);
[
all
...]
Completed in 257 milliseconds