Home
last modified time | relevance | path

Searched full:piece (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/qemu/include/crypto/
H A Dafsplit.h32 * The core idea is to take a short piece of data (key material)
33 * and process it to expand it to a much larger piece of data.
100 * size, to form a larger piece of data @out, which is
122 * bytes in size, to form the original small piece of
/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc_message_registry.readmefirst.md9 1. Messages should not be specific to a piece or type of hardware. Generally
11 message strings, unless that behavior is specific to that particular piece of
/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp190 std::string piece(&c, 1); in add() local
191 if (!this->nodes[idx].children.contains(piece)) in add()
194 this->nodes[idx].children.emplace(piece, newNodeIdx); in add()
196 idx = this->nodes[idx].children[piece]; in add()
/openbmc/entity-manager/
H A DCONFIG_FORMAT.md6 configuration required to describe a given piece of hardware. As such, they are
21 reactors on a single piece of hardware, and will generally have less
24 2. Configuration files should trend toward one config file per physical piece of
26 given piece of hardware in a single file, even at the risk of duplicating
30 changes will be submitted. Having each individual piece of hardware in its
37 - Having one config file per piece of hardware makes it much easier and clear
38 for a user to determine if a piece of hardware is supported.
/openbmc/bmcweb/http/routing/
H A Dtrie.hpp271 std::string piece(&c, 1); in add() local
272 if (!nodes[idx].children.contains(piece)) in add()
275 nodes[idx].children.emplace(piece, newNodeIdx); in add()
277 idx = nodes[idx].children[piece]; in add()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dthrow-exception-on-unknown-os.patch5 guarauntee its functionality regarding that piece of code.
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dthrow-exception-on-unknown-os.patch5 guarauntee its functionality regarding that piece of code.
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DHardware.interface.yaml21 This ID could be used to identify the specific piece of hardware
/openbmc/u-boot/doc/device-tree-bindings/firmware/
H A Dlinaro,optee-tz.txt3 OP-TEE is a piece of software using hardware features to provide a Trusted
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md14 implement each piece of platform-specific functionality will be passed to the
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DUPL-1.09 (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with t…
/openbmc/u-boot/doc/driver-model/
H A Dserial-howto.txt21 - Add the U_BOOT_DRIVER piece at the end (e.g. copy serial_s5p.c for example)
H A Di2c-howto.txt31 - Add the U_BOOT_DRIVER piece at the end (e.g. copy tegra_i2c.c for example)
/openbmc/qemu/target/arm/
H A Didau.h20 * In the v8M architecture, the IDAU is a small piece of hardware
/openbmc/ipmi-fru-parser/
H A Dfru_area.hpp15 * IPMIFruArea represents a piece of a FRU that is accessible over IPMI.
/openbmc/docs/designs/
H A Dredfish-pcie.md67 piece that implements hardware scanning should use mechanisms, such as caching
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0001-media_device-Add-bool-return-type-to-unlock.patch9 check if lockf failed or succeeded, however, that piece is not changed
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dnoopus.patch10 This patch removing the opus piece at least gets most of the functionality
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dconfigure.in-disable-tirpc-checking-for-fedora.patch10 Drop this piece of code since we had specify '-ltirpc' in LDFLAGS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/
H A D0001-scripts-Do-not-check-for-files-on-build-host.patch9 do_install_prepend to aide install piece a bit here ( systemd vs
/openbmc/openpower-debug-collector/
H A Dwatchdog_timeout.cpp66 // failure before hypervisor is loaded we will hit the below piece in main()
/openbmc/entity-manager/docs/
H A Dentity_manager_dbus_api.md15 Entities are top level json objects that describe a piece of hardware. They are
/openbmc/openbmc-test-automation/ffdc/docs/
H A Dplugin.md13 The plugin works like any stand-alone piece of python script or library
/openbmc/u-boot/doc/
H A DREADME.memory-test14 memory banks on this piece of hardware. The code is supposed to be
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py93 # knowledge of them. We need to encode a new piece of data, the portion of the path

1234