Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c155 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 Dmobile-broadband-provider-info_git.bb3 …rovider specific information. When this Database is available the information can be fetched there"
/openbmc/pldm/libpldmresponder/examples/effecter/
H A Ddbus_to_terminus_effecter.json8 // will be fetched from the PDR
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dapply_local_src_patches.bbclass2 # the fetched source code which need to be applied.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A D0001-Do-not-download-external-dependency-tarballs-via-mes.patch6 They are fetched by bitbake fetcher already
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c541 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 Dipmitool_1.8.19.bb56 # --disable-registry-download prevents the IANA numbers from being fetched
/openbmc/phosphor-host-ipmid/docs/
H A Dconfiguration.md30 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 Dbluez-firmware-rpidistro_git.bb23 # so that the license files will be copied from fetched source
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/
H A Dlinux-firmware-rpidistro_git.bb13 # license files will be copied from the fetched source.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.1.rst160 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 Drelease-notes-4.3.2.rst46 - devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbarebox.bbclass99 # Allow to use ${UNPACKDIR} in kconfig options to include additionally fetched files
H A Dnpm.bbclass6 # 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 D0019-arm-corstone1000-esrt-support.patch67 + * Each descriptor will be created based on efi fetched variable.
/openbmc/u-boot/doc/
H A DREADME.srio-pcie-boot-corenet7 do without flash for u-boot image, ucode and ENV. All the images can be fetched
/openbmc/pldm/docs/
H A Dbios_implementation.md114 option `enabled` BIOS JSON files specific to the system type are fetched during
/openbmc/docs/architecture/
H A Dobject-mapper.md206 - 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 Dpatchtest.README8 - a patch in mbox format (either created with `git format-patch` or fetched
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst559 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 DREADME.md191 `ipkdbg` assumes that the appropriate `opkg-database.tar.xz` can be fetched
/openbmc/qemu/docs/devel/
H A Ds390-dasd-ipl.rst12 so when it is complete another ccw will be fetched and executed from memory
/openbmc/openbmc/poky/meta/classes-global/
H A Dlicense.bbclass201 # if NO_GENERIC_LICENSE is set, we copy the license files from the fetched source
/openbmc/docs/designs/
H A Destoraged.md80 user input, fetched from a secure location, or the client daemon could generate
/openbmc/docs/development/
H A Ddev-environment.md229 BitBake caches both fetched sources (DL_DIR) and reusable build outputs

123