/openbmc/gpioplus/src/gpioplus/ |
H A D | handle.cpp | 44 static int build(const Chip& chip, const std::vector<Handle::Line>& lines, in build() 77 Handle::Handle(const Chip& chip, const std::vector<Line>& lines, in Handle() function in gpioplus::Handle 84 const internal::Fd& Handle::getFd() const in getFd() 89 std::vector<uint8_t> Handle::getValues() const in getValues() 96 void Handle::getValues(std::vector<uint8_t>& values) const in getValues() 114 void Handle::setValues(const std::vector<uint8_t>& values) const in setValues()
|
H A D | handle.hpp | 57 class Handle : public HandleInterface class 80 Handle(const Chip& chip, const std::vector<Line>& lines, HandleFlags flags,
|
/openbmc/gpioplus/test/ |
H A D | handle.cpp | 81 std::vector<Handle::Line> lines; in TEST_F() 92 Handle handle(*chip, lines, in TEST_F() 112 const std::vector<Handle::Line> lines(GPIOHANDLES_MAX + 1); in TEST_F() 113 EXPECT_THROW(Handle(*chip, lines, HandleFlags(), "too_many"), in TEST_F() 121 EXPECT_THROW(Handle(*chip, {}, HandleFlags(), std::string(large_size, '1')), in TEST_F() 128 std::vector<Handle::Line> lines; in TEST_F() 137 EXPECT_THROW(Handle(*chip, lines, in TEST_F() 155 std::unique_ptr<Handle> handle; 156 const std::vector<Handle::Line> lines{{1, 1}, {4, 0}}; 165 handle = std::make_unique<Handle>( in SetUp()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_table.hpp | 18 using Handle = uint32_t; typedef 31 Handle handle; //!< File handle 73 FileEntry at(Handle handle) const in at() 100 std::unordered_map<Handle, FileEntry> tableEntries;
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-aead.rst | 16 Asynchronous AEAD Request Handle 20 :doc: Asynchronous AEAD Request Handle
|
H A D | api-skcipher.rst | 19 Symmetric Key Cipher Request Handle 23 :doc: Symmetric Key Cipher Request Handle
|
H A D | api-digest.rst | 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
H A D | api-akcipher.rst | 16 Asymmetric Cipher Request Handle
|
/openbmc/phosphor-hwmon/ |
H A D | gpio_handle.cpp | 42 std::vector<gpioplus::Handle::Line> lines = { in BuildGpioHandle() 45 return std::make_unique<gpioplus::Handle>(chip, lines, flags, in BuildGpioHandle()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0001-Handle-interface-without-ifa_addr.patch | 4 Subject: [PATCH] Handle interface without `ifa_addr` 7 Handle this case gracefully.
|
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | 0001-dont-setup-compiler-flags-m32-m64.patch | 24 - # Handle address-model 40 # Handle threading
|
/openbmc/linux/tools/testing/selftests/kselftest/ |
H A D | prefix.pl | 6 use IO::Handle;
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.1.rst | 31 - bitbake: cooker: Handle parse threads disappearing to avoid hangs 32 - bitbake: cooker: Handle parsing results queue race 35 - bitbake: fetch/git: Handle github dropping git:// support 40 - bitbake: fetch: Handle mirror user/password replacements correctly 50 - bitbake: utils: Handle lockfile filenames that are too long for filesystems 140 - scripts/oe-package-browser: Handle no packages being built
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | chassis-poweron-failure@.service | 2 Description=Handle chassis poweron failure for instance %i
|
H A D | host-poweron-failure@.service | 2 Description=Handle host poweron failure for instance %i
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/ |
H A D | mdns_2559.40.32.bb | 20 file://0006-Handle-noisy-netlink-sockets.patch \ 22 file://0008-Handle-errors-from-socket-calls.patch \ 25 file://0001-Handle-interface-without-ifa_addr.patch \
|
/openbmc/gpioplus/example/ |
H A D | pulse.cpp | 23 gpioplus::Handle handle(chip, {{line_offset, 0}}, flags, in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
H A D | sdbus-c++-libsystemd_255.6.bb | 37 file://0013-Handle-__cpu_mask-usage.patch \ 38 file://0014-Handle-missing-gshadow.patch \
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | net_handler.hpp | 38 using Fd = stdplus::Managed<int>::Handle<closefd>;
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,msm8916-wcd-digital.txt | 8 - clocks: Handle to mclk and ahbclk
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/ |
H A D | optee-os-corstone1000-common.inc | 3 file://0001-Handle-logging-syscall.patch \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 68 - /* Handle the last few bytes of the input */ 113 - /* Handle leftover data in temp registers */ 132 - /* Handle tail bytes */
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/ |
H A D | trusted-firmware-a.inc | 116 # Handle TFA_BOARD parameter 119 # Handle TFA_SPD parameter 125 # Handle TFA_DEBUG parameter 128 # Handle MBEDTLS
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_platform.robot | 26 ${next_record_handle}= Run Keyword Verify GetPDR For Record Handle ${record_handle} 45 Verify GetPDR For Record Handle
|
/openbmc/sdeventplus/src/sdeventplus/ |
H A D | event.hpp | 169 bool>::Handle<drop, ref>
|