| /openbmc/libpldm/docs/oem/meta/ |
| H A D | file-io.md | 7 | Offset | Type | Name | Description … 16 | Offset | Type | Name | Description … 30 | Offset | Type | Name | Description | 36 | Offset | Type | Name | Description … 39 | 1:2 | uint16 | Offset | Offset in read file. … 43 | Offset | Type | Name | Description | 50 | Offset | Type | Name | Description … 53 | 1:2 | uint16 | Offset | Offset in read file. …
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 150.out.qcow2 | 5 Offset Length File 9 Offset Length File
|
| H A D | 150.out.raw | 5 Offset Length File 10 Offset Length File
|
| H A D | 097.out | 29 Offset Length File 31 Offset Length File 35 Offset Length File 66 Offset Length File 68 Offset Length File 72 Offset Length File 104 Offset Length File 106 Offset Length File 110 Offset Length File 138 Offset Length File [all …]
|
| H A D | 176.out | 29 Offset Length File 31 Offset Length File 35 Offset Length File 69 Offset Length File 71 Offset Length File 75 Offset Length File 110 Offset Length File 112 Offset Length File 116 Offset Length File 147 Offset Length File [all …]
|
| H A D | 290.out | 16 Offset Length Mapped to File 28 Offset Length Mapped to File 47 Offset Length Mapped to File 60 Offset Length Mapped to File
|
| H A D | 131.out | 33 Offset Length File 37 Offset Length File 44 Offset Length File 57 Offset Length File 73 Offset Length File
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | CVE-2025-2295.patch | 41 XferContext->Offset = R2THdr->BufferOffset; 44 - if (((XferContext->Offset + XferContext->DesiredLength) > Packet->OutTransferLength) || 45 + Status = SafeUint32Add (XferContext->Offset, XferContext->DesiredLength, &TransferLength);
|
| /openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | lpc.asl | 17 Offset (0x8), 26 Offset (0x88), 39 Offset(0x08), 41 Offset(0x80), 43 Offset(0x84)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
| H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 41 Offset: 0 42 Offset: 0 43 Offset: 8 44 Offset: 88 moving by -8 bytes. 45 Offset: 0 53 Offset: 0 54 Offset: 0 55 Offset: 8 56 Offset: 80 moving by 8 bytes. 57 Offset: 0 [all …]
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | oemhandler.hpp | 77 using Offset = uint8_t; typedef 85 Offset eventOffset;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch | 58 + // Offset : 6-7 byte 66 + // Offset : 8-0B byte 75 + // Offset : 0C byte 87 + // Offset : 0D-0E-0F-10 byte
|
| /openbmc/u-boot/tools/dtoc/ |
| H A D | test_fdt | 139 self.assertTrue(self.node.Offset() > 0) 144 offset1 = node2.Offset() 146 offset2 = node2.Offset() 149 offset3 = node2.Offset() 179 self.dtb.GetFdtObj().del_node(self.node.Offset()) 236 p = self.fdt.getprop(self.node.Offset(), prop_name) 372 data = self.fdt.getprop(self.node.Offset(), 'one') 377 data = self.fdt.getprop(self.node.Offset(), 'one') 383 data = self.fdt.getprop(self.node.Offset(), 'string') 396 data = self.fdt.getprop(self.node.Offset(), 'string') [all …]
|
| H A D | test_fdt.py | 139 self.assertTrue(self.node.Offset() > 0) 144 offset1 = node2.Offset() 146 offset2 = node2.Offset() 149 offset3 = node2.Offset() 179 self.dtb.GetFdtObj().del_node(self.node.Offset()) 236 p = self.fdt.getprop(self.node.Offset(), prop_name) 372 data = self.fdt.getprop(self.node.Offset(), 'one') 377 data = self.fdt.getprop(self.node.Offset(), 'one') 383 data = self.fdt.getprop(self.node.Offset(), 'string') 396 data = self.fdt.getprop(self.node.Offset(), 'string') [all …]
|
| H A D | fdt.py | 205 while fdt_obj.setprop(node.Offset(), self.name, self.bytes, 208 fdt_obj.setprop(node.Offset(), self.name, self.bytes) 210 fdt_obj.setprop(node.Offset(), self.name, self.bytes) 255 def Offset(self): member in Node 272 phandle = fdt_obj.get_phandle(self.Offset()) 276 offset = fdt_obj.first_subnode(self.Offset(), QUIET_NOTFOUND) 326 CheckErr(self._fdt._fdt_obj.delprop(self.Offset(), prop_name),
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | ipz_parser.cpp | 20 enum Offset enum 70 const_cast<uint8_t*>(&vpdPtr[Offset::VHDR_RECORD]), in vhdrEccCheck() 72 const_cast<uint8_t*>(&vpdPtr[Offset::VHDR_ECC]), in vhdrEccCheck() 94 std::advance(vpdPtr, Offset::VTOC_PTR); in vtocEccCheck() 190 std::advance(itrToVPD, Offset::VHDR); in checkHeader() 209 readUInt16LE((itrToVPD + Offset::VTOC_PTR)); // itrToVPD); in readTOC() 558 std::ranges::advance(l_itrToVPD, Offset::VHDR_RECORD, in readKeywordFromHardware() 562 l_record, l_keyword, Offset::VHDR_RECORD)}; in readKeywordFromHardware() 570 std::ranges::advance(l_itrToVPD, Offset::VTOC_PTR, m_vpdVector.cend()); in readKeywordFromHardware() 770 std::ranges::advance(l_vpdBegin, Offset::VTOC_PTR, m_vpdVector.end()); in writeKeywordOnHardware()
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 45 using Offset = uint8_t; typedef 75 using PreReqOffsetValueMap = std::map<Offset, PreReqValues>; 121 using OffsetValueMap = std::map<Offset, Values>; 209 Offset eventOffset;
|
| /openbmc/u-boot/board/toradex/colibri_vf/ |
| H A D | imximage.cfg | 15 /* Boot Offset 0x400, valid for both SD and NAND boot */
|
| /openbmc/u-boot/board/freescale/vf610twr/ |
| H A D | imximage.cfg | 15 /* Boot Offset 0x400, valid for both SD and NAND boot */
|
| /openbmc/u-boot/board/phytec/pcm052/ |
| H A D | imximage.cfg | 15 /* Boot Offset 0x400, valid for both SD and NAND boot */
|
| /openbmc/u-boot/doc/device-tree-bindings/net/ |
| H A D | fsl-tsec-phy.txt | 6 - reg : Offset and length of the register set for the device 32 - reg : Offset and length of the register set for the device
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | Kconfig | 60 hex "Offset for CCI400 base" 64 Offset for CCI400 base.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/ |
| H A D | 0001-fix-nsectors-exceeds-0xffff-situation.patch | 47 + // Offset : 0C byte 56 + // Offset : 0D-0E-0F-10 byte
|
| /openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/ |
| H A D | csf_uboot_fast_authentication.txt | 22 # Authenticate Start Address, Offset, Length and file
|
| /openbmc/qemu/docs/interop/ |
| H A D | vfio-user.rst | 377 | Name | Offset | Size | 470 Name Offset Size 550 | Name | Offset | Size | 617 | Name | Offset | Size | 656 | Name | Offset | Size | 682 | Name | Offset | Size | 725 | Name | Offset | Size | 749 | Name | Offset | Size | 814 | Name | Offset | Size | 852 | Name | Offset | Size | [all …]
|