Home
last modified time | relevance | path

Searched full:hx (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/qemu/docs/devel/
H A Ddocs.rst10 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 Dhxtool.py3 # 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 Dmonitor.rst22 .. hxtool-doc:: hmp-commands.hx
24 .. hxtool-doc:: hmp-commands-info.hx
H A Dinvocation.rst18 .. hxtool-doc:: qemu-options.hx
H A Dqemu-manpage.rst39 .. hxtool-doc:: qemu-options.hx
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch64 - 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 DVINI.interface.yaml60 - name: HX
63 HX keyword. Slot bifurcation information for PCIe FRUs.
/openbmc/u-boot/drivers/net/
H A De1000_spi.c370 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 DCallout.metadata.yaml20 - str: "CALLOUT_IIC_ADDR=0x%hx"
/openbmc/qemu/hw/audio/
H A Dpl041.h18 #include "pl041.hx"
25 #include "pl041.hx"
/openbmc/openbmc/poky/meta/recipes-extended/rpcsvc-proto/
H A Drpcsvc-proto.bb38 rm -rf ${D}${includedir}/rpcsvc/rquota.[hx]
/openbmc/u-boot/include/
H A Dinttypes.h223 # define SCNx16 "hx"
228 # define SCNxLEAST16 "hx"
/openbmc/qemu/monitor/
H A Dhmp-target.c44 /* 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 Dcfam_overrides.cpp52 if (sscanf(line.c_str(), "%zu %hx %x %x", &pos, &address, in CFAMOverride()
/openbmc/pldm/oem/ibm/configurations/fru/
H A DPCIeDevice_VINI.json108 "property_name": "HX",
H A DMotherboard_VINI.json108 "property_name": "HX",
H A DTpm_VINI.json108 "property_name": "HX",
H A DPowerSupply_VINI.json108 "property_name": "HX",
H A DFan_VINI.json108 "property_name": "HX",
H A DVrm_VINI.json108 "property_name": "HX",
H A DDiskBackplane_VINI.json108 "property_name": "HX",
H A DBmc_VINI.json108 "property_name": "HX",
H A DPanel_VINI.json108 "property_name": "HX",
H A DChassis_VINI.json108 "property_name": "HX",
/openbmc/qemu/target/i386/emulate/
H A Dx86.h38 uint8_t hx; /* high 8 bit */ member
244 #define RH(cpu, reg) (x86_reg(cpu, reg)->hx)

123