Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/
H A Dmain.cpp45 static size_t codeSize = 1; /* Size of each POST code in bytes */ variable
143 const size_t fullPostPCCCount = codeSize / pccSize; in aspeedPCC()
201 std::vector<uint8_t> code(codeSize, 0); in PostCodeEventHandler()
204 while ((readb = read(postFd, code.data(), codeSize)) > 0) in PostCodeEventHandler()
230 code.resize(codeSize); in PostCodeEventHandler()
315 codeSize = atoi(optarg); in main()
317 if (codeSize < 1 || codeSize > 8) in main()