Home
last modified time | relevance | path

Searched defs:copyFrom (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dpci_nuvoton_handler.cpp75 std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::PciDataHandler
H A Dpci_handler.cpp102 std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::PciDataHandler
H A Dlpc_handler.cpp64 std::vector<std::uint8_t> LpcDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::LpcDataHandler
H A Dnet_handler.cpp70 std::vector<std::uint8_t> NetDataHandler::copyFrom(std::uint32_t length) in copyFrom() function in ipmi_flash::NetDataHandler
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A D__init__.py31 def copyFrom(self, remoteSrc, localDst): member in OETarget
H A Dssh.py116 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): member in OESSHTarget
/openbmc/u-boot/lib/
H A Dlz4.c191 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c366 const BYTE *copyFrom = lowPrefix; in LZ4_decompress_generic() local