Searched defs:FdCount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c115 int FdCount; local
131 FdCount = poll ( &pfd, 1, 0 );
132 if ( -1 == FdCount ) {
135 if ( 0 != FdCount ) {
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c274 int FdCount; local
291 FdCount = poll ( &PollFd[0],
294 if ( -1 == FdCount ) {
308 while ( FdCount ) {
315 FdCount -= 1;

Completed in 33 milliseconds