Searched refs:ProcessMbr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c196 @param ProcessMbr TRUE is to process MBR, otherwise, processing boot sector
204 BOOLEAN ProcessMbr
247 if (ProcessMbr) {
309 BOOLEAN ProcessMbr; local
324 ProcessMbr = FALSE;
341 ProcessMbr = TRUE;
439 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
446 ProcessMbr ? "MBR" : "DBR"
455 ProcessMbr ? "MBR" : "DBR",
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c370 * @param ProcessMbr
378 BOOL ProcessMbr,
405 if (!ProcessMbr) {
431 @param ProcessMbr TRUE is to process MBR, otherwise, processing boot sector
439 BOOL ProcessMbr
455 Status = GetFileHandle(InputInfo, ProcessMbr, &InputHandle, &InputDbrOffset);
463 Status = GetFileHandle(OutputInfo, ProcessMbr, &OutputHandle, &OutputDbrOffset);
499 if (ProcessMbr) {
647 BOOLEAN ProcessMbr; local
660 ProcessMbr
376 GetFileHandle( PATH_INFO *PathInfo, BOOL ProcessMbr, HANDLE *FileHandle, DWORD *DbrOffset ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c846 BOOLEAN ProcessMbr; // -m local
854 ProcessMbr = FALSE;
889 ProcessMbr = TRUE;
922 if (ForcePatch && !DoParse && ProcessMbr) {
935 if (ProcessMbr) {
941 if (ProcessMbr) {

Completed in 97 milliseconds