Searched refs:readFDs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c240 fd_set readFDs; local
243 FD_ZERO( &readFDs);
244 FD_SET( sd, &readFDs);
263 if (select( sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout) == 1) return(1);
284 fd_set readFDs; local
289 FD_ZERO( &readFDs);
290 FD_SET( sd, &readFDs);
293 if (0 < select(sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout))
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1237 fd_set readFDs; local
1244 FD_ZERO(&readFDs);
1245 FD_SET(pChgRec->NotifySD, &readFDs);
1251 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout));

Completed in 81 milliseconds