| /openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/ |
| H A D | luton_devcpu_gcb_miim_regs.h | 11 #define MIIM_MII_STATUS(gi) (0xa0 + (gi * 36)) argument 12 #define MIIM_MII_CMD(gi) (0xa8 + (gi * 36)) argument 13 #define MIIM_MII_DATA(gi) (0xac + (gi * 36)) argument
|
| /openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ |
| H A D | ocelot_devcpu_gcb_miim_regs.h | 9 #define MIIM_MII_STATUS(gi) (0x9c + (gi * 36)) argument 10 #define MIIM_MII_CMD(gi) (0xa4 + (gi * 36)) argument 11 #define MIIM_MII_DATA(gi) (0xa8 + (gi * 36)) argument
|
| /openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/ |
| H A D | jr2_devcpu_gcb_miim_regs.h | 9 #define MIIM_MII_STATUS(gi) (0xc8 + (gi * 36)) argument 10 #define MIIM_MII_CMD(gi) (0xd0 + (gi * 36)) argument 11 #define MIIM_MII_DATA(gi) (0xd4 + (gi * 36)) argument
|
| /openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/ |
| H A D | servalt_devcpu_gcb_miim_regs.h | 9 #define MIIM_MII_STATUS(gi) (0xc4 + (gi * 36)) argument 10 #define MIIM_MII_CMD(gi) (0xcc + (gi * 36)) argument 11 #define MIIM_MII_DATA(gi) (0xd0 + (gi * 36)) argument
|
| /openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/ |
| H A D | serval_devcpu_gcb_miim_regs.h | 9 #define MIIM_MII_STATUS(gi) (0x5c + (gi * 36)) argument 10 #define MIIM_MII_CMD(gi) (0x64 + (gi * 36)) argument 11 #define MIIM_MII_DATA(gi) (0x68 + (gi * 36)) argument
|
| /openbmc/qemu/hw/acpi/ |
| H A D | pci.c | 93 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in OBJECT_DECLARE_SIMPLE_TYPE() local 95 gi->node = MAX_NODES; in OBJECT_DECLARE_SIMPLE_TYPE() 96 gi->pci_dev = NULL; in OBJECT_DECLARE_SIMPLE_TYPE() 101 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in acpi_generic_initiator_finalize() local 103 g_free(gi->pci_dev); in acpi_generic_initiator_finalize() 109 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in acpi_generic_initiator_set_pci_device() local 111 gi->pci_dev = g_strdup(val); in acpi_generic_initiator_set_pci_device() 118 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in acpi_generic_initiator_set_node() local 132 gi->node = value; in acpi_generic_initiator_set_node() 133 ms->numa_state->nodes[gi->node].has_gi = true; in acpi_generic_initiator_set_node() [all …]
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | gi-docgen.bbclass | 7 # gi-docgen is a new gnome documentation generator, which 9 # https://gitlab.gnome.org/GNOME/gi-docgen 16 # When building native recipes, disable gi-docgen, as it is not necessary, 21 # meson: default option name to enable/disable gi-docgen. This matches most 31 DEPENDS:append = "${@' gi-docgen-native gi-docgen' if d.getVar('GIDOCGEN_ENABLED') == 'True' else '…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/ |
| H A D | 0001-fix-pythondir-for-multilib-when-cross-compiling.patch | 16 src/python/gi/overrides/Makefile.am | 2 +- 19 diff --git a/src/python/gi/overrides/Makefile.am b/src/python/gi/overrides/Makefile.am 21 --- a/src/python/gi/overrides/Makefile.am 22 +++ b/src/python/gi/overrides/Makefile.am 27 py3overridesdir = $(py3libdir)/gi/overrides
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gi-docgen/ |
| H A D | gi-docgen_2025.3.bb | 6 HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/" 9 LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326" 11 SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | vmx.h | 203 uint32_t gi = (uint32_t) rvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking() local 204 gi &= ~VMCS_INTERRUPTIBILITY_NMI_BLOCKING; in vmx_clear_nmi_blocking() 205 wvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking() 214 uint32_t gi = (uint32_t)rvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY); in vmx_set_nmi_blocking() local 215 gi |= VMCS_INTERRUPTIBILITY_NMI_BLOCKING; in vmx_set_nmi_blocking() 216 wvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_set_nmi_blocking()
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | gui.py | 16 import gi 17 gi.require_version('Gtk', '3.0') 18 from gi.repository import Gtk as gtk 19 from gi.repository import Gtk 20 from gi.repository import Gdk 21 from gi.repository import GObject as gobject 22 from gi.repository import GObject
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/msgraph/ |
| H A D | msgraph_0.3.3.bb | 5 inherit gnomebase gobject-introspection gi-docgen features_check
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/ghex/ |
| H A D | ghex_46.2.bb | 17 inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/ |
| H A D | 7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 57 - comments: /\/\*[^*]*\*+([^/][^*]*\*+)*\//gi, 58 + comments: /\\/\\*[^*]*\\*+([^/][^*]*\\*+)*\\//gi,
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libspelling/ |
| H A D | libspelling_0.4.8.bb | 8 inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection features_check
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/ |
| H A D | rest_0.9.1.bb | 17 inherit gnomebase gobject-introspection vala pkgconfig gi-docgen features_check
|
| /openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/ |
| H A D | libadwaita_1.7.2.bb | 12 inherit gnomebase gobject-introspection gi-docgen vala features_check
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libmodulemd/ |
| H A D | libmodulemd_git.bb | 16 …abled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides"
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/ |
| H A D | libgweather4_4.4.4.bb | 9 inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgusb/ |
| H A D | libgusb_0.4.9.bb | 8 inherit meson gobject-introspection gi-docgen gettext vala pkgconfig
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/ |
| H A D | gtksourceview5_5.16.0.bb | 22 inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection…
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-python_1.26.1.bb | 3 provided by python-gi) "
|
| /openbmc/openbmc/poky/meta/recipes-gnome/libportal/ |
| H A D | libportal_0.9.1.bb | 13 inherit meson gi-docgen gobject-introspection vala features_check pkgconfig
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/ |
| H A D | libpeas_2.0.7.bb | 8 inherit gnomebase gobject-introspection vala gi-docgen
|
| H A D | libpeas-1_1.36.0.bb | 10 inherit gnomebase gobject-introspection gi-docgen gtk-icon-cache features_check
|