Searched defs:ErasePolarity (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFfs.c23 @param ErasePolarity Erase polarity attribute of the firmware volume
31 IN UINT8 ErasePolarity,
40 if (ErasePolarity != 0) {
57 @param ErasePolarity Erase polarity attribute of the firmware volume
67 IN UINT8 ErasePolarity,
76 if(ErasePolarity == 1) {
155 @param ErasePolarity Erase polarity attribute of the firmware volume
165 IN UINT8 ErasePolarity,
170 *FileState = GetFileState (ErasePolarity, FfsHeader);
194 @param ErasePolarity Eras
30 GetFileState( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
66 IsBufferErased( IN UINT8 ErasePolarity, IN VOID *InBuffer, IN UINTN BufferSize ) argument
164 IsValidFfsHeader( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader, OUT EFI_FFS_FILE_STATE *FileState ) argument
202 IsValidFfsFile( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
[all...]
H A DFwVolDriver.h45 UINT8 ErasePolarity; member in struct:__anon10923
322 @param ErasePolarity Erase polarity attribute of the firmware volume
332 IN UINT8 ErasePolarity,
341 @param ErasePolarity Erase polarity attribute of the firmware volume
349 IN UINT8 ErasePolarity,
372 @param ErasePolarity Erase polarity attribute of the firmware volume
382 IN UINT8 ErasePolarity,
392 @param ErasePolarity Erase polarity attribute of the firmware volume
401 IN UINT8 ErasePolarity,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFfs.c44 @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, FfsHeade
51 GetFileState( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
177 IsBufferErased( IN UINT8 ErasePolarity, IN UINT8 *Buffer, IN UINTN BufferSize ) argument
315 IsValidFFSHeader( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
384 GetNextPossibleFileHeader( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
544 UINT8 ErasePolarity; local
[all...]
H A DFwVol.c209 UINT8 ErasePolarity; local
343 ErasePolarity = 1;
345 ErasePolarity = 0;
348 FvDevice->ErasePolarity = ErasePolarity;
375 if (IsBufferErased (ErasePolarity, Ptr, TestLength)) {
389 if (!IsBufferErased (ErasePolarity, Ptr, TestLength)) {
418 FvDevice->ErasePolarity,
422 FvDevice->ErasePolarity,
463 FvDevice->ErasePolarity,
[all...]
H A DFwVolDriver.h89 UINT8 ErasePolarity; member in struct:__anon10518
396 @param ErasePolarity Erase polarity attribute of the firmware volume
406 IN UINT8 ErasePolarity,
414 @param ErasePolarity Erase polarity attribute of the firmware volume
422 IN UINT8 ErasePolarity,
443 @param ErasePolarity Erase polarity attribute of the firmware volume
452 IN UINT8 ErasePolarity,
H A DFwPadFile.c108 FvDevice->ErasePolarity,
342 @param ErasePolarity Fv erase value.
349 IN UINT8 ErasePolarity,
363 if (ErasePolarity == 0) {
560 FvDevice->ErasePolarity,
800 FvDevice->ErasePolarity,
1090 if (FvDevice->ErasePolarity == 1) {
348 FvAdjustFfsFile( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FileHeader, IN UINTN ExtraLength ) argument
H A DFwVolWrite.c389 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
464 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
1275 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
1355 UINT8 ErasePolarity; local
1393 ErasePolarity = FvDevice->ErasePolarity;
1543 if (ErasePolarity == 1) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c640 BOOLEAN ErasePolarity; local
664 Status = GetErasePolarity (&ErasePolarity);
671 if (ErasePolarity) {
761 OUT BOOLEAN *ErasePolarity
772 ErasePolarity A pointer to the erase polarity.
800 if (ErasePolarity == NULL) {
805 *ErasePolarity = TRUE;
807 *ErasePolarity = FALSE;
815 IN BOOLEAN ErasePolarity,
827 ErasePolarity Th
814 GetFileState( IN BOOLEAN ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c112 OUT BOOLEAN *ErasePolarity
120 BOOLEAN ErasePolarity
169 BOOLEAN ErasePolarity; local
267 Status = ReadHeader (InputFile, &FvSize, &ErasePolarity);
332 BOOLEAN ErasePolarity; local
340 ErasePolarity =
365 Status = PrintFileInfo (Fv, CurrentFile, ErasePolarity);
588 OUT BOOLEAN *ErasePolarity
601 ErasePolarity The FV erase polarity.
622 if (InputFile == NULL || FvSize == NULL || ErasePolarity
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c106 @param ErasePolarity Erase Polarity as defined by EFI_FVB2_ERASE_POLARITY
115 IN UINT8 ErasePolarity,
124 if (ErasePolarity != 0) {
240 UINT8 ErasePolarity; local
255 ErasePolarity = 1;
257 ErasePolarity = 0;
300 FileState = GetFileState (ErasePolarity, FfsFileHeader);
1326 UINT8 ErasePolarity; local
1346 ErasePolarity = 1;
1348 ErasePolarity
114 GetFileState( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
[all...]

Completed in 60 milliseconds