Searched refs:postFd (Results 1 – 1 of 1) sorted by relevance
199 int postFd, uint32_t) in PostCodeEventHandler() argument204 while ((readb = read(postFd, code.data(), codeSize)) > 0) in PostCodeEventHandler()265 int postFd = -1; in main() local334 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()