Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c2305 fd_set writeFDs; in mDNSPosixRunEventLoopOnce() local
2313 FD_ZERO(&writeFDs); in mDNSPosixRunEventLoopOnce()
2319 mDNSPosixGetFDSetForSelect(m, &numFDs, &listenFDs, &writeFDs); in mDNSPosixRunEventLoopOnce()
2320 numReady = select(numFDs, &listenFDs, &writeFDs, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()
2324 mDNSPosixProcessFDSet(m, &listenFDs, &writeFDs); in mDNSPosixRunEventLoopOnce()