| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
| H A D | ObjectMapper.interface.yaml | 16 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 D | test-qxfer-auxv-read.py | 16 report(isinstance(auxv, str), "Fetched auxv from inferior")
|
| H A D | test-proc-mappings.py | 17 report(isinstance(mappings, str), "Fetched the mappings from the inferior")
|
| /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/openbmc/meta-arm/ci/ |
| H A D | download-lockfile.py | 31 print("Fetched lockfile.yml")
|
| /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/poky/meta/files/ |
| H A D | layers.schema.json | 18 "description": "The upstream source from which a set of layers may be fetched",
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
| H A D | test.py | 36 Returns test case info from suite. Info is fetched from func.
|
| /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/phosphor-bmc-code-mgmt/common/include/ |
| H A D | software_config.hpp | 30 // The dbus object path this configuration was fetched from
|
| /openbmc/pldm/libpldmresponder/examples/effecter/ |
| H A D | dbus_to_terminus_effecter.json | 8 // will be fetched from the PDR
|
| /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/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/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-google/recipes-phosphor/flash/gbmc-update/ |
| H A D | 40-gbmc-upgrade.sh | 113 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 D | gitannex.py | 18 Check to see if a given url can be fetched with git.
|
| H A D | clearcase.py | 36 but it doesn't define what's fetched. 68 Check to see if a given url can be fetched with Clearcase.
|
| H A D | repo.py | 24 Check to see if a given url can be fetched with repo.
|
| H A D | gcp.py | 36 Check to see if a given url can be fetched with GCP.
|
| H A D | az.py | 27 Check to see if a given url can be fetched from Azure Storage
|
| H A D | sftp.py | 61 Check to see if a given url can be fetched with sftp.
|
| /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/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 50 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 D | gendumpheader | 291 #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 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::
|