Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 25 of 122) sorted by relevance

12345

/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/entity-manager/
H A DCONFIG_FORMAT.md6 configuration required to describe a given piece of hardware. As such, they are
22 reactors on a single piece of hardware, and will generally have less
25 2. Configuration files should trend toward one config file per physical piece of
27 given piece of hardware in a single file, even at the risk of duplicating
32 changes will be submitted. Having each individual piece of hardware in its
39 - Having one config file per piece of hardware makes it much easier and clear
40 for a user to determine if a piece of hardware is supported.
/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/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1713 piece = element._format_tag(
1717 piece = element._format_tag(
1723 piece = element.output_ready(formatter)
1766 piece = piece.strip()
1767 if piece:
1768 piece = self._indent_string(
1769 piece, indent_level, formatter,
1774 pieces.append(piece)
/openbmc/bmcweb/http/
H A Drouting.hpp277 std::string piece(&c, 1); in add() local
278 if (!nodes[idx].children.contains(piece)) in add()
281 nodes[idx].children.emplace(piece, newNodeIdx); in add()
283 idx = nodes[idx].children[piece]; in add()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst62 one part of the kernel, so you can do configuration on a piece
63 by piece basis, or just some 'thematic frobbing'.
/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/linux/security/keys/
H A Dkeyring.c169 u32 piece; in hash_key_type_and_desc() local
176 piece = (unsigned long)index_key->domain_tag; in hash_key_type_and_desc()
177 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
186 piece = 0; in hash_key_type_and_desc()
187 memcpy(&piece, description, n); in hash_key_type_and_desc()
190 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
/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/google-misc/subprojects/libcr51sign/
H A DREADME.md14 implement each piece of platform-specific functionality will be passed to the
/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/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dnoopus.patch10 This patch removing the opus piece at least gets most of the functionality
/openbmc/linux/Documentation/misc-devices/
H A Dtps6594-pfsm.rst13 hardware. It is a piece of code.
/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/linux/Documentation/devicetree/bindings/arm/msm/
H A Dqcom,saw2.txt5 power-controller that transitions a piece of hardware (like a processor or
/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/linux/Documentation/fb/
H A Dinternals.rst52 particular piece of hardware.
/openbmc/linux/drivers/soc/mediatek/
H A DKconfig88 The Smart Voltage Scaling(SVS) engine is a piece of hardware
/openbmc/linux/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst58 When there are multiple maintainers for a piece of code an ``Acked-by``
110 for any piece of code, no matter how trivial. It spreads the burden, helps
/openbmc/docs/designs/
H A Dredfish-pcie.md67 piece that implements hardware scanning should use mechanisms, such as caching
/openbmc/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst24 industrial automation, PLC-type use cases, door controllers, in short a piece
/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

12345