/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/ |
DebugAgentSymbolsBaseLib.c | 42 @param ErasePolarity Erase Polarity as defined by EFI_FVB2_ERASE_POLARITY
53 IN UINT8 ErasePolarity,
62 if (ErasePolarity != 0) {
113 UINT8 ErasePolarity;
125 ErasePolarity = 1;
127 ErasePolarity = 0;
132 FileState = GetFileState (ErasePolarity, FfsFileHeader);
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/ |
FwVol.c | 24 IN UINT8 ErasePolarity, 33 ErasePolarity - Erase Polarity as defined by EFI_FVB2_ERASE_POLARITY 47 if (ErasePolarity != 0) { 138 UINT8 ErasePolarity; 151 ErasePolarity = 1; 153 ErasePolarity = 0; 177 FileState = GetFileState (ErasePolarity, FfsFileHeader);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
FwVolDriver.h | 47 UINT8 ErasePolarity;
325 @param ErasePolarity Erase polarity attribute of the firmware volume
335 IN UINT8 ErasePolarity,
344 @param ErasePolarity Erase polarity attribute of the firmware volume
352 IN UINT8 ErasePolarity,
375 @param ErasePolarity Erase polarity attribute of the firmware volume
385 IN UINT8 ErasePolarity,
395 @param ErasePolarity Erase polarity attribute of the firmware volume
404 IN UINT8 ErasePolarity,
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
FwVol.c | 28 IN UINT8 ErasePolarity,
37 ErasePolarity - Erase Polarity as defined by EFI_FVB_ERASE_POLARITY
51 if (ErasePolarity != 0) {
142 UINT8 ErasePolarity;
147 ErasePolarity = 1;
149 ErasePolarity = 0;
173 FileState = GetFileState (ErasePolarity, FfsFileHeader);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
FvLib.c | 644 BOOLEAN ErasePolarity;
670 Status = GetErasePolarity (&ErasePolarity);
679 if (ErasePolarity) {
843 OUT BOOLEAN *ErasePolarity
854 ErasePolarity A pointer to the erase polarity.
882 if (ErasePolarity == NULL) {
887 *ErasePolarity = TRUE;
889 *ErasePolarity = FALSE;
897 IN BOOLEAN ErasePolarity,
909 ErasePolarity The erase polarity for the file state bits. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
FvLib.c | 631 BOOLEAN ErasePolarity;
661 Status = GetErasePolarity (&ErasePolarity);
668 if (ErasePolarity) {
783 OUT BOOLEAN *ErasePolarity
794 ErasePolarity A pointer to the erase polarity.
822 if (ErasePolarity == NULL) {
827 *ErasePolarity = TRUE;
829 *ErasePolarity = FALSE;
837 IN BOOLEAN ErasePolarity,
849 ErasePolarity The erase polarity for the file state bits. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/ |
Ffs.c | 44 @param ErasePolarity Erase polarity attribute of the firmware volume
52 IN UINT8 ErasePolarity,
61 if (ErasePolarity != 0) {
168 @param ErasePolarity Erase polarity attribute of the firmware volume
178 IN UINT8 ErasePolarity,
186 if (ErasePolarity == 1) {
307 @param ErasePolarity Erase polarity attribute of the firmware volume
316 IN UINT8 ErasePolarity,
326 ErasePolarity,
333 FileState = GetFileState (ErasePolarity, FfsHeader); [all...] |
FwVolDriver.h | 89 UINT8 ErasePolarity;
397 @param ErasePolarity Erase polarity attribute of the firmware volume
407 IN UINT8 ErasePolarity,
415 @param ErasePolarity Erase polarity attribute of the firmware volume
423 IN UINT8 ErasePolarity,
444 @param ErasePolarity Erase polarity attribute of the firmware volume
453 IN UINT8 ErasePolarity,
|
FwVol.c | 330 UINT8 ErasePolarity;
464 ErasePolarity = 1;
466 ErasePolarity = 0;
469 FvDevice->ErasePolarity = ErasePolarity;
496 if (IsBufferErased (ErasePolarity, Ptr, TestLength)) {
510 if (!IsBufferErased (ErasePolarity, Ptr, TestLength)) {
539 FvDevice->ErasePolarity,
543 FvDevice->ErasePolarity,
584 FvDevice->ErasePolarity,
[all...] |
FwVolWrite.c | 389 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
464 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
FwVol.c | 29 @param ErasePolarity Erase Polarity as defined by EFI_FVB2_ERASE_POLARITY
40 IN UINT8 ErasePolarity,
49 if (ErasePolarity != 0) {
178 UINT8 ErasePolarity;
186 ErasePolarity = 1;
188 ErasePolarity = 0;
222 FileState = GetFileState (ErasePolarity, FfsFileHeader);
597 UINT8 ErasePolarity;
614 ErasePolarity = 1;
616 ErasePolarity = 0; [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
VolInfo.c | 108 OUT BOOLEAN *ErasePolarity
116 BOOLEAN ErasePolarity
165 BOOLEAN ErasePolarity;
263 Status = ReadHeader (InputFile, &FvSize, &ErasePolarity);
328 BOOLEAN ErasePolarity;
336 ErasePolarity =
361 Status = PrintFileInfo (Fv, CurrentFile, ErasePolarity);
584 OUT BOOLEAN *ErasePolarity
597 ErasePolarity The FV erase polarity.
618 if (InputFile == NULL || FvSize == NULL || ErasePolarity == NULL) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/ |
FwVol.c | 122 @param ErasePolarity Erase Polarity as defined by EFI_FVB2_ERASE_POLARITY
131 IN UINT8 ErasePolarity,
140 if (ErasePolarity != 0) {
274 UINT8 ErasePolarity;
289 ErasePolarity = 1;
291 ErasePolarity = 0;
334 FileState = GetFileState (ErasePolarity, FfsFileHeader);
[all...] |