Home
last modified time | relevance | path

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

1234

/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/linux/arch/sparc/prom/
H A Dbootstr_32.c14 static char fetched __initdata = 0;
23 if (fetched) { in prom_getbootargs()
61 fetched = 1; in prom_getbootargs()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c155 int fetched; in fetch_decode_modrm() local
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
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()
206 return fetched; in fetch_word_imm()
221 u32 fetched; in fetch_long_imm() local
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-trbe6 is fetched from the TRBIDR register.
13 and dirty flag updates as well. This value is fetched from
/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_host_effecter.json8 // will be fetched from the PDR
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhif.c465 int fetched = 0; in proc_pending_irqs() local
478 lk_ahd, &fetched); in proc_pending_irqs()
482 if (!fetched) in proc_pending_irqs()
/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-arm/meta-arm/classes/
H A Dapply_local_src_patches.bbclass2 # the fetched source code which need to be applied.
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dcargo-path.patch1 Fix the cargo binary path error and ensure that it is fetched
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c769 int fetched, i; in sii8620_fetch_edid() local
803 for (fetched = 0; fetched < edid_len; fetched += FETCH_SIZE) { in sii8620_fetch_edid()
811 REG_DDC_SEGM, fetched >> 8, in sii8620_fetch_edid()
812 REG_DDC_OFFSET, fetched & 0xff, in sii8620_fetch_edid()
844 sii8620_read_buf(ctx, REG_DDC_DATA, edid + fetched, FETCH_SIZE); in sii8620_fetch_edid()
845 if (fetched + FETCH_SIZE == EDID_LENGTH) { in sii8620_fetch_edid()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/
H A Dipmitool_1.8.19.bb53 # --disable-registry-download prevents the IANA numbers from being fetched
/openbmc/phosphor-host-ipmid/docs/
H A Dconfiguration.md22 runtime, simply restart the service to see the new data fetched by a call to
/openbmc/linux/Documentation/bpf/
H A Dlinux-notes.rst67 * Register R0 is an implicit output which contains the data fetched from
H A Dmap_lpm_trie.rst98 fetched by calling ``bpf_map_get_next_key()`` with ``cur_key`` set to
/openbmc/linux/Documentation/fb/
H A Dsh7760fb.rst36 Video data is fetched via the DMABRG DMA engine, so you have to
/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/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/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2555 self.fetched = 0
2621 fetched = 0
2628 fetched += 1
2629 if fetched:
2630 self.fetched += fetched
2662 self.fetched = 0
2703 self.fetched += count
2710 result = self.fetched
3168 def Update(self, fetched): argument
3169 if not fetched:
[all …]
/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::
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass6 # sources files should be fetched in the calling recipe by using the SRC_URI
96 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/linux/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst50 Under this errata, instructions are fetched from a linear address translated
/openbmc/linux/arch/m68k/fpsp040/
H A Dsatan.S32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values

1234