Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp96 std::uint32_t hostLength = 0; in main() local
178 hostLength = static_cast<std::uint32_t>(length); in main()
244 if (hostAddress == 0 || hostLength == 0) in main()
250 &blob, &devmem, hostAddress, hostLength, &progress); in main()