Searched defs:UnderRun (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/DiskIoDxe/ |
H A D | DiskIo.c | 7 UnderRun - The first byte is not on a sector boundary or the read request is 259 UnderRun - The first byte is not on a sector boundary or the read request is 295 UINT32 UnderRun; local 337 Lba = DivU64x32Remainder (Offset, BlockSize, &UnderRun); 339 Length = BlockSize - UnderRun; 343 if (UnderRun != 0) { 364 CopyMem (WorkingBuffer, Data + UnderRun, Length); 475 UnderRun - The first byte is not on a sector boundary or the write request 513 UINT32 UnderRun; local 556 Lba = DivU64x32Remainder (Offset, BlockSize, &UnderRun); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/ |
H A D | Partition.c | 811 UINT32 UnderRun; local 833 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun); 834 if (UnderRun != 0) { 893 UINT32 UnderRun; local 915 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun); 916 if (UnderRun != 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/ |
H A D | Partition.c | 859 UINT32 UnderRun; local 881 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun); 882 if (UnderRun != 0) { 941 UINT32 UnderRun; local 963 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun); 964 if (UnderRun != 0) {
|
Completed in 1291 milliseconds