Searched defs:PathSize (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/ |
H A D | DxeDeferImageLoadLib.c | 599 UINTN PathSize; local 625 PathSize = GetDevicePathSize (ImageDevicePath); 626 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize); 628 CopyMem (CurImageInfo->ImageDevicePath, ImageDevicePath, PathSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
H A D | UserIdentifyManager.c | 425 UINTN PathSize; local 442 PathSize = GetDevicePathSize (Path); 443 OffSet += PathSize;
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | ShellProtocol.c | 299 UINTN PathSize; local 311 PathSize = 0; 321 ASSERT((PathForReturn == NULL && PathSize == 0) || (PathForReturn != NULL)); 322 if (PathSize != 0) { 323 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0); 325 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0); 337 PathSize = 0; 362 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0); 363 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0); 381 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Nod 415 UINTN PathSize; local [all...] |
Completed in 109 milliseconds