Home
last modified time | relevance | path

Searched full:fetched (Results 1 – 25 of 136) sorted by relevance

123456

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml16 The object path for which the result should be fetched.
37 The path for which the result should be fetched.
57 The subtree path for which the result should be fetched.
61 The maximum subtree depth for which results should be fetched.
81 The subtree path for which the result should be fetched.
85 The maximum subtree depth for which results should be fetched.
106 The path where the associated endpoint is fetched from.
110 The subtree path for which the result should be fetched.
114 The maximum subtree depth for which results should be fetched.
135 The path where the associated endpoint is fetched from.
[all …]
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dtest-qxfer-auxv-read.py16 report(isinstance(auxv, str), "Fetched auxv from inferior")
H A Dtest-proc-mappings.py17 report(isinstance(mappings, str), "Fetched the mappings from the inferior")
/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/openbmc/meta-arm/ci/
H A Ddownload-lockfile.py31 print("Fetched lockfile.yml")
/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/poky/meta/files/
H A Dlayers.schema.json18 "description": "The upstream source from which a set of layers may be fetched",
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dtest.py36 Returns test case info from suite. Info is fetched from func.
/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/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_config.hpp30 // The dbus object path this configuration was fetched from
/openbmc/pldm/libpldmresponder/examples/effecter/
H A Ddbus_to_terminus_effecter.json8 // will be fetched from the PDR
/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/phosphor-host-ipmid/docs/
H A Dconfiguration.md30 runtime, simply restart the service to see the new data fetched by a call to
/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-google/recipes-phosphor/flash/gbmc-update/
H A D40-gbmc-upgrade.sh113 update_netboot_status "$state" "Succesfully fetched TAR" "SUCCESS" "$retry"
120 update_netboot_status "$state" "Succesfully fetched" "SUCCESS" "$retry"
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitannex.py18 Check to see if a given url can be fetched with git.
H A Dclearcase.py36 but it doesn't define what's fetched.
68 Check to see if a given url can be fetched with Clearcase.
H A Drepo.py24 Check to see if a given url can be fetched with repo.
H A Dgcp.py36 Check to see if a given url can be fetched with GCP.
H A Daz.py27 Check to see if a given url can be fetched from Azure Storage
H A Dsftp.py61 Check to see if a given url can be fetched with sftp.
/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/openbmc/poky/bitbake/lib/bblayers/
H A Dlayerindex.py50 logger.plain("Repository %s needs to be fetched" % url)
250 …nt('-i', '--ignore', help='assume the specified layers do not need to be fetched/added (separate m…
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader291 #System Serial No 7 System serial number fetched from system
292 #Dump Identifier 8 Dump Identifier value fetched from dump
358 #Dump Identifier 4 Dump identifier fetched from dump
/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::

123456