| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 155 int fetched; in fetch_decode_modrm() local 159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm() 161 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm() 162 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm() 163 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm() 178 u8 fetched; in fetch_byte_imm() local 182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm() 184 return fetched; in fetch_byte_imm() 199 u16 fetched; in fetch_word_imm() local 203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/mobile-broadband-provider-info/ |
| H A D | mobile-broadband-provider-info_git.bb | 3 …rovider specific information. When this Database is available the information can be fetched there"
|
| /openbmc/pldm/libpldmresponder/examples/effecter/ |
| H A D | dbus_to_terminus_effecter.json | 8 // will be fetched from the PDR
|
| /openbmc/openbmc/meta-arm/meta-arm/classes/ |
| H A D | apply_local_src_patches.bbclass | 2 # the fetched source code which need to be applied.
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/ |
| H A D | 0001-Do-not-download-external-dependency-tarballs-via-mes.patch | 6 They are fetched by bitbake fetcher already
|
| /openbmc/qemu/hw/net/ |
| H A D | net_tx_pkt.c | 541 size_t fetched = 0; in net_tx_pkt_fetch_fragment() local 544 while (fetched < src_len) { in net_tx_pkt_fetch_fragment() 559 src_len - fetched); in net_tx_pkt_fetch_fragment() 562 fetched += dst[*dst_idx].iov_len; in net_tx_pkt_fetch_fragment() 572 return fetched; in net_tx_pkt_fetch_fragment()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ |
| H A D | ipmitool_1.8.19.bb | 56 # --disable-registry-download prevents the IANA numbers from being fetched
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | configuration.md | 30 runtime, simply restart the service to see the new data fetched by a call to
|
| /openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/ |
| H A D | bluez-firmware-rpidistro_git.bb | 23 # so that the license files will be copied from fetched source
|
| /openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/ |
| H A D | linux-firmware-rpidistro_git.bb | 13 # license files will be copied from the fetched source.
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-3.1.rst | 160 for remotely fetched files in :term:`SRC_URI`, even 188 Another example where the sources are fetched from git rather than an npm repository::
|
| H A D | release-notes-4.3.2.rst | 46 - devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | barebox.bbclass | 99 # Allow to use ${UNPACKDIR} in kconfig options to include additionally fetched files
|
| H A D | npm.bbclass | 6 # sources files should be fetched in the calling recipe by using the SRC_URI 98 Every dependencies have been fetched and patched in the source directory.
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0019-arm-corstone1000-esrt-support.patch | 67 + * Each descriptor will be created based on efi fetched variable.
|
| /openbmc/u-boot/doc/ |
| H A D | README.srio-pcie-boot-corenet | 7 do without flash for u-boot image, ucode and ENV. All the images can be fetched
|
| /openbmc/pldm/docs/ |
| H A D | bios_implementation.md | 114 option `enabled` BIOS JSON files specific to the system type are fetched during
|
| /openbmc/docs/architecture/ |
| H A D | object-mapper.md | 206 - param: objectPath - The object path for which the result should be fetched. 363 - param: objectPath - The object path for which the result should be fetched.
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | patchtest.README | 8 - a patch in mbox format (either created with `git format-patch` or fetched
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-fetching.rst | 559 not define what is fetched. 634 In this case, the content of the top-level directory ``source/`` will be fetched 642 In this case, the content of the top-level directory ``source/`` will be fetched 776 can be fetched through the `npmsw-fetcher`_.
|
| /openbmc/openbmc-tools/ipkdbg/ |
| H A D | README.md | 191 `ipkdbg` assumes that the appropriate `opkg-database.tar.xz` can be fetched
|
| /openbmc/qemu/docs/devel/ |
| H A D | s390-dasd-ipl.rst | 12 so when it is complete another ccw will be fetched and executed from memory
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | license.bbclass | 201 # if NO_GENERIC_LICENSE is set, we copy the license files from the fetched source
|
| /openbmc/docs/designs/ |
| H A D | estoraged.md | 80 user input, fetched from a secure location, or the client daemon could generate
|
| /openbmc/docs/development/ |
| H A D | dev-environment.md | 229 BitBake caches both fetched sources (DL_DIR) and reusable build outputs
|