Searched refs:VINF_EOF (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsiosmisc.cpp69 Assert(rc == VINF_EOF);
79 size_t offEnd = rc == VINF_EOF
123 return rc == VINF_EOF ? VINF_SUCCESS : rc;
H A Dvfsstdfile.cpp86 * RTFileRead and RTFileReadAt does not return VINF_EOF or VINF_TRY_AGAIN, this
92 * @returns VINF_SUCCESS, VINF_EOF or VINF_TRY_AGAIN.
103 return VINF_EOF;
125 return off2 >= cbFile ? VINF_EOF : VINF_SUCCESS;
H A Dvfsmemory.cpp268 return VINF_EOF;
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-instr-1.cpp154 rc = idx ? VINF_SUCCESS : VINF_EOF;
170 rc = idx ? VINF_SUCCESS : VINF_EOF;
186 rc = idx ? VINF_SUCCESS : VINF_EOF;
204 rc = idx ? VINF_SUCCESS : VINF_EOF;
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp287 return pcbRead ? VINF_EOF : VERR_EOF;
318 AssertMsg(RT_FAILURE(rc) || rc == VINF_TRY_AGAIN || rc == VINF_EOF, ("%Rrc\n", rc)); local
329 AssertMsg(rc == VINF_EOF, ("%Rrc\n", rc));
350 rc = pcbRead ? VINF_EOF : VERR_EOF;
H A Dpkzip.cpp97 return pcbRead ? VINF_EOF : VERR_EOF;
H A Dpkzipvfs.cpp883 rc = pcbRead ? VINF_EOF : VERR_EOF;
884 if ( rc == VINF_EOF
906 return pcbRead ? VINF_EOF : VERR_EOF;
H A Dtarvfs.cpp1032 return pcbRead ? VINF_EOF : VERR_EOF;
1333 if (rc == VINF_EOF && cbRead == 0)
H A Dtar.cpp703 if (rc == VINF_EOF)
H A Dxarvfs.cpp861 return pcbRead ? VINF_EOF : VERR_EOF;
1227 if (rc == VINF_EOF)
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp492 while (rc != VINF_EOF)
515 rc = VINF_EOF;
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp107 if (rc == VINF_EOF && cbRead == 0)
264 if (rc == VINF_EOF && cbRead == 0)
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp107 return VINF_EOF;
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.c198 case VINF_EOF:
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp110 rc = VINF_EOF;
H A DVDVfs.cpp242 return VINF_EOF;
/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp1097 return VINF_EOF;
1136 rc = VINF_EOF;
1244 return VINF_EOF;
1284 return VINF_EOF;
1434 rc = VINF_EOF;
1502 rc = VINF_EOF;
1515 || rc == VINF_EOF) /* All data processed? */
H A DDevIchHda.cpp2264 rc = VINF_EOF;
2290 rc = VINF_EOF;
2325 rc = VINF_EOF;
2375 rc = VINF_EOF;
2657 int rc = VINF_EOF;
2715 || rc == VINF_EOF) /* All data processed? */
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp529 if ( (rc == VINF_EOF && cbRead == 0)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp609 if (RT_FAILURE(rc) || rc == VINF_EOF)
1843 rc = VINF_EOF;
1938 rc = VINF_EOF;
1942 rc = VINF_EOF;
/vbox/include/iprt/
H A Derr.h963 #define VINF_EOF 110 macro
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp650 return VINF_EOF;
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1452 rc = VINF_EOF;
1496 && rc != VINF_EOF
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp347 return VINF_EOF;
442 case VINF_EOF:
510 * VINF_EOF - no commands in a queue
526 return VINF_EOF;
683 return VINF_EOF;
720 } while (VINF_EOF != rc);
3166 case VINF_EOF:
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1733 * @retval VINF_EOF indicates ABORT command.
1885 rc = VINF_EOF; /* this is but ugly! */
1976 if (RT_FAILURE(rc) || rc == VINF_EOF)
1987 if (RT_FAILURE(rc) || rc == VINF_EOF)

Completed in 2948 milliseconds

12