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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c449 DWORD InputDbrOffset; local
455 Status = GetFileHandle(InputInfo, ProcessMbr, &InputHandle, &InputDbrOffset);
488 DiskPartition[DrvNumOffset] = ((InputDbrOffset > 0) ? 0x80 : 0);
495 *(DWORD *)&DiskPartition [BOOT_SECTOR_LBA_OFFSET] = InputDbrOffset;

Completed in 43 milliseconds