/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink.cpp | 25 info.vlan_id.emplace(stdplus::raw::copyFrom<uint16_t>(data)); in parseVlanInfo() 73 stdplus::raw::copyFrom<stdplus::EtherAddr>(data)); in intfFromRtm() 77 ret.mtu.emplace(stdplus::raw::copyFrom<unsigned>(data)); in intfFromRtm() 80 ret.parent_idx.emplace(stdplus::raw::copyFrom<unsigned>(data)); in intfFromRtm() 174 ret.mac = stdplus::raw::copyFrom<stdplus::EtherAddr>(data); in neighFromRtm()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | data_mock.hpp | 17 MOCK_METHOD(std::vector<std::uint8_t>, copyFrom, (std::uint32_t),
|
H A D | firmware_write_unittest.cpp | 66 EXPECT_CALL(*dataMock, copyFrom(request.length)).WillOnce(Return(bytes)); in TEST_F()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | __init__.py | 31 def copyFrom(self, remoteSrc, localDst): member in OETarget
|
H A D | serial.py | 147 def copyFrom(self, remoteSrc, localDst): member in OESerialTarget
|
H A D | ssh.py | 119 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): member in OESSHTarget
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | data_handler.hpp | 39 virtual std::vector<std::uint8_t> copyFrom(std::uint32_t length) = 0;
|
H A D | net_handler.hpp | 26 std::vector<std::uint8_t> copyFrom(std::uint32_t length) override;
|
H A D | lpc_handler.hpp | 40 std::vector<std::uint8_t> copyFrom(std::uint32_t length) override;
|
H A D | pci_handler.hpp | 27 std::vector<std::uint8_t> copyFrom(std::uint32_t length) override;
|
H A D | pci_nuvoton_handler.cpp | 75 std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::PciDataHandler
|
H A D | pci_handler.cpp | 102 std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::PciDataHandler
|
H A D | lpc_handler.cpp | 64 std::vector<std::uint8_t> LpcDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::LpcDataHandler
|
H A D | net_handler.cpp | 70 std::vector<std::uint8_t> NetDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::NetDataHandler
|
H A D | firmware_handler.cpp | 545 bytes = item->second->dataHandler->copyFrom(header.length); in write()
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | x32lib.py | 20 self.target.copyFrom("/bin/ls", dest)
|
H A D | multilib.py | 22 self.target.copyFrom(binary, dest)
|
H A D | ltp.py | 92 (status, output) = self.target.copyFrom(remote_src, dst, True)
|
H A D | parselogs.py | 100 self.target.copyFrom(str(f), target_logs)
|
/openbmc/u-boot/lib/ |
H A D | lz4.c | 191 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local 192 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()
|
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/ |
H A D | dnf_runtime.py | 36 self.tc.target.copyFrom("/etc/yum.repos.d/oe-remote-repo.repo", temp_file)
|
/openbmc/linux/lib/lz4/ |
H A D | lz4_decompress.c | 366 const BYTE *copyFrom = lowPrefix; in LZ4_decompress_generic() local 369 *op++ = *copyFrom++; in LZ4_decompress_generic()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 629 return stdplus::raw::copyFrom<T>(bytes); in unpackT()
|