/openbmc/qemu/docs/devel/ |
H A D | docs.rst | 10 hxtool and .hx files 14 (HMP) commands is written in files with the ``.hx`` suffix. These 22 The syntax of these ``.hx`` files is simple. It is broadly an 36 top level rST file, ``HXFILE`` is the filename of the .hx file without 37 the ``.hx`` extension, and ``LABEL`` is the text provided within the 57 varies between files. For instance in ``qemu-options.hx`` we use 59 text, but in ``hmp-commands.hx`` the C code sections are elements 63 In the file ``qemu-options.hx``, do not try to explicitly define a
|
/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 3 # QEMU hxtool .hx file parsing extension 12 # from .hx files, and insert them all into the current document. 17 # path of the .hx file to process, relative to the source tree. 34 # We parse hx files with a state machine which may be in one of two 84 """Extract rST fragments from the specified .hx file""" 122 hx = os.path.splitext(os.path.basename(hxfile))[0] 123 refline = ".. _" + env.docname + "-" + hx + \
|
/openbmc/qemu/docs/system/ |
H A D | monitor.rst | 22 .. hxtool-doc:: hmp-commands.hx 24 .. hxtool-doc:: hmp-commands-info.hx
|
H A D | invocation.rst | 18 .. hxtool-doc:: qemu-options.hx
|
H A D | qemu-manpage.rst | 39 .. hxtool-doc:: qemu-options.hx
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 64 - eval : \${$name=\`bin/postconf -qc $CONFIG_DIRECTORY -hx $name\`} || 65 + eval : \${$name=\`$POSTCONF -qc $CONFIG_DIRECTORY -hx $name\`} || 73 - eval : \${$name=\`bin/postconf -c conf -d -hx $name\`} || exit 1 74 + eval : \${$name=\`$POSTCONF -c conf -d -hx $name\`} || exit 1
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VINI.interface.yaml | 60 - name: HX 63 HX keyword. Slot bifurcation information for PCIe FRUs.
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000_spi.c | 370 printf("%s: ===== Intel e1000 EEPROM (0x%04hX - 0x%04hX) =====", in do_e1000_spi_show() 374 printf("\n%s: %04hX: ", hw->name, offset + i); in do_e1000_spi_show() 377 printf(" %02hx", buffer[i]); in do_e1000_spi_show() 511 printf("%s: INFO: EEPROM checksum is correct! (0x%04hx)\n", in do_e1000_spi_checksum() 519 E1000_ERR(hw, " ...register was 0x%04hx, calculated 0x%04hx\n", in do_e1000_spi_checksum()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Callout.metadata.yaml | 20 - str: "CALLOUT_IIC_ADDR=0x%hx"
|
/openbmc/qemu/hw/audio/ |
H A D | pl041.h | 18 #include "pl041.hx" 25 #include "pl041.hx"
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcsvc-proto/ |
H A D | rpcsvc-proto.bb | 38 rm -rf ${D}${includedir}/rpcsvc/rquota.[hx]
|
/openbmc/u-boot/include/ |
H A D | inttypes.h | 223 # define SCNx16 "hx" 228 # define SCNxLEAST16 "hx"
|
/openbmc/qemu/monitor/ |
H A D | hmp-target.c | 44 /* Make devices configuration available for use in hmp-commands*.hx templates */ 72 /* Please update hmp-commands.hx when adding or changing commands */
|
/openbmc/openpower-proc-control/procedures/common/ |
H A D | cfam_overrides.cpp | 52 if (sscanf(line.c_str(), "%zu %hx %x %x", &pos, &address, in CFAMOverride()
|
/openbmc/pldm/oem/ibm/configurations/fru/ |
H A D | PCIeDevice_VINI.json | 108 "property_name": "HX",
|
H A D | Motherboard_VINI.json | 108 "property_name": "HX",
|
H A D | Tpm_VINI.json | 108 "property_name": "HX",
|
H A D | PowerSupply_VINI.json | 108 "property_name": "HX",
|
H A D | Fan_VINI.json | 108 "property_name": "HX",
|
H A D | Vrm_VINI.json | 108 "property_name": "HX",
|
H A D | DiskBackplane_VINI.json | 108 "property_name": "HX",
|
H A D | Bmc_VINI.json | 108 "property_name": "HX",
|
H A D | Panel_VINI.json | 108 "property_name": "HX",
|
H A D | Chassis_VINI.json | 108 "property_name": "HX",
|
/openbmc/qemu/target/i386/emulate/ |
H A D | x86.h | 38 uint8_t hx; /* high 8 bit */ member 244 #define RH(cpu, reg) (x86_reg(cpu, reg)->hx)
|