Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/
H A Dmain.cpp199 int postFd, uint32_t) in PostCodeEventHandler() argument
204 while ((readb = read(postFd, code.data(), codeSize)) > 0) in PostCodeEventHandler()
265 int postFd = -1; in main() local
334 postFd = open(optarg, O_NONBLOCK); in main()
335 if (postFd < 0) in main()
399 if (postFd > 0) in main()
403 event, postFd, EPOLLIN, in main()
423 if (postFd > -1) in main()
425 close(postFd); in main()