Home
last modified time | relevance | path

Searched refs:sizeOut (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp54 size_t sizeOut; in createTestPkgMemfd() local
58 std::optional<std::string>(exampleCompatibleHardware), sizeOut); in createTestPkgMemfd()
66 if (write(fd, (void*)buf.get(), sizeOut) == -1) in createTestPkgMemfd()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpldm_package_util.hpp31 sdbusplus::message::unix_fd image, size_t* sizeOut);
H A Dpldm_package_util.cpp85 sdbusplus::message::unix_fd image, size_t* sizeOut) in mmapImagePackage() argument
98 *sizeOut = size; in mmapImagePackage()