Searched defs:Offset (Results 101 - 125 of 188) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c510 UINT32 Offset; local
875 for (Index = 0, Offset = 0, PacketLen = Mtu; Index < Num; Index++) {
880 Fragment = NetbufGetFragment (Packet, Offset, PacketLen, UnFragmentLen);
886 FragmentOffset = (UINT16) ((UINT16) Offset | 0x1);
926 Offset += PacketLen;
927 PacketLen = Packet->TotalSize - Offset;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c56 UINT32 Offset; local
59 Offset = 0;
61 while (Offset < Length && Option->OpCode != PXEBC_DHCP4_TAG_EOP) {
74 Offset++;
76 Offset += Option->Length + 2;
79 Option = (EFI_DHCP4_PACKET_OPTION *) (Buffer + Offset);
102 UINT8 Offset; local
107 Offset = 0;
111 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != PXEBC_DHCP4_TAG_EOP)) {
205 Offset
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c419 UINT32 Offset; local
441 Offset = 0;
509 Offset = (Size + sizeof (EFI_COMMON_SECTION_HEADER) + HeaderSize + TeOffset + InputFileAlign [Index] - 1) & ~(InputFileAlign [Index] - 1);
510 Offset = Offset - Size - HeaderSize - TeOffset;
512 if (FileBuffer != NULL && ((Size + Offset) < *BufferLength)) {
513 memset (FileBuffer + Size, 0, Offset);
516 SectHeader->Size[0] = (UINT8) (Offset & 0xff);
517 SectHeader->Size[1] = (UINT8) ((Offset & 0xff00) >> 8);
518 SectHeader->Size[2] = (UINT8) ((Offset
777 UINT32 Offset; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c168 int Offset; local
190 Offset = 0;
209 if (sscanf (argv[1], "%x", &Offset) != 1) {
210 Error (NULL, 0, 1003, "Invalid option value", "Offset = %s", argv[1]);
214 if (sscanf (argv[1], "%d", &Offset) != 1) {
215 Error (NULL, 0, 1003, "Invalid option value", "Offset = %s", argv[1]);
222 Offset *= 1024;
261 if (Offset != 0) {
262 fseek (InputFile, Offset, SEEK_SET);
285 fseek (InputFile, Offset, SEEK_SE
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMainHexEditor.c145 UINT64 Offset; local
154 Offset = 0;
161 Status = InputBarSetPrompt (L"Go To Offset: ");
185 Status = ShellConvertStringToUint64 (InputBarGetString(), &Offset, TRUE, FALSE);
187 StatusBarSetStatusString (L"Invalid Offset");
196 if (Offset >= Size) {
197 StatusBarSetStatusString (L"Invalid Offset");
201 FRow = (UINTN)DivU64x32(Offset , 0x10) + 1;
202 FCol = (UINTN)ModU64x32(Offset , 0x10) + 1;
274 HMainEditor.BufferImage->DiskImage->Offset,
1064 UINT64 Offset; local
1309 UINT64 Offset; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c106 UINTN Offset = 0; local
108 UINT32 Offset = 0; local
138 ImageContext->FatOffset = Offset;
139 Offset = nlist[i].Offset;
147 ImageContext->FatOffset = Offset;
151 Offset,
178 ImageContext->PeCoffHeaderOffset + Offset,
905 UINT32 Offset = 0; local
929 Offset
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp656 RTGCPTR Offset = aRCPtrs[pIdteTemplate->u16OffsetLow]; local
667 Offset += i * 8;
676 SELMSetTrap8EIP(pVM, Offset);
680 pIdte->Gen.u16OffsetLow = Offset & 0xffff;
681 pIdte->Gen.u16OffsetHigh = Offset >> 16;
1217 RTRCPTR Offset = (RTRCPTR)aGCPtrs[pIdteTemplate->u16OffsetLow]; local
1225 Offset += iTrap * 8;
1229 pIdte->Gen.u16OffsetLow = Offset & 0xffff;
1230 pIdte->Gen.u16OffsetHigh = Offset >> 16;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcompiler.h1597 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1600 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h1595 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1598 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h1595 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1598 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcompiler.h1532 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1535 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcompiler.h1216 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1219 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcompiler.h1217 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1220 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcompiler.h1217 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1220 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompiler.h1553 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1556 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompiler.h1553 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1556 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompiler.h1534 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1537 return *(volatile unsigned int*)((unsigned long)Base+(Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompiler.h1528 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1531 return *(volatile unsigned int *) ((unsigned long) Base + (Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompiler.h1528 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1531 return *(volatile unsigned int *) ((unsigned long) Base + (Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompiler.h1528 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1531 return *(volatile unsigned int *) ((unsigned long) Base + (Offset));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h1532 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1535 return *(volatile unsigned int *) ((unsigned long) Base + (Offset));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c2940 @param Offset Byte offset in the NVRAM device at which to start the read or
2959 IN UINTN Offset,
2956 Undi16SimpleNetworkNvData( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN ReadWrite, IN UINTN Offset, IN UINTN BufferSize, IN OUT VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1163 MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH *Offset; local
1165 Offset = DevPath;
1168 L"Offset(%lx,%lx)",
1169 Offset->StartingOffset,
1170 Offset->EndingOffset
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c587 @param Offset Current offset to FV base address.
589 @param LOffset Offset in block for the current offset.
597 IN UINTN Offset,
612 if (Count > Offset) {
622 if (Count <= Offset) {
630 *LOffset = (UINTN) (LbaEntry->BlockLength - (Count - Offset));
647 Writes data beginning at Lba:Offset from FV. The write terminates either
653 @param Offset Offset in the block at which to begin write
665 IN UINTN Offset,
595 CalculateRemainingLength( IN FV_DEVICE *FvDevice, IN UINTN Offset, OUT EFI_LBA *Lba, OUT UINTN *LOffset ) argument
663 FvcWrite( IN FV_DEVICE *FvDevice, IN UINTN Offset, IN OUT UINTN *NumBytes, IN UINT8 *Buffer ) argument
765 UINTN Offset; local
1223 UINTN Offset; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c21 @param Offset The operation register offset.
30 IN UINT32 Offset
43 (UINT64) Offset,
55 @param Offset The operation register offset.
63 IN UINT32 Offset,
73 (UINT64) Offset,
85 @param Offset The operation register offset.
93 IN UINT32 Offset,
101 Data = AhciReadReg (PciIo, Offset);
105 AhciWriteReg (PciIo, Offset, Dat
61 AhciWriteReg( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT32 Offset, IN UINT32 Data ) argument
91 AhciAndReg( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT32 Offset, IN UINT32 AndData ) argument
118 AhciOrReg( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT32 Offset, IN UINT32 OrData ) argument
150 AhciWaitMmioSet( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINTN Offset, IN UINT32 MaskValue, IN UINT32 TestValue, IN UINT64 Timeout ) argument
304 UINT32 Offset; local
333 UINT32 Offset; local
370 UINT32 Offset; local
409 UINT32 Offset; local
444 UINT32 Offset; local
515 UINT32 Offset; local
682 UINTN Offset; local
883 UINTN Offset; local
1097 UINTN Offset; local
1195 UINT32 Offset; local
1245 UINT32 Offset; local
1336 UINT32 Offset; local
2152 UINT32 Offset; local
[all...]

Completed in 123 milliseconds

12345678