- Timestamp:
- Oct 12, 2015 9:30:58 AM (9 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
r57415 r58171 55 55 * service. 56 56 * 57 * @return IPRT status .57 * @return IPRT status code. 58 58 * @param pTable the table to initialise 59 59 */ -
trunk/src/VBox/Runtime/common/crypto/store-internal.h
r57572 r58171 125 125 * Adds a certificate to the store. 126 126 * 127 * @returns IPRT status .127 * @returns IPRT status code. 128 128 * @retval VWRN_ALREADY_EXISTS if the certificate is already present and 129 129 * RTCRCERTCTX_F_ADD_IF_NOT_FOUND was specified. -
trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
r57358 r58171 497 497 * Common worker for RTDbgAsModuleLink and RTDbgAsModuleLinkSeg. 498 498 * 499 * @returns IPRT status .499 * @returns IPRT status code. 500 500 * @param pDbgAs Pointer to the address space instance data. 501 501 * @param hDbgMod The module to link. -
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r57978 r58171 609 609 * Reads CodeView information. 610 610 * 611 * @returns IPRT status .611 * @returns IPRT status code. 612 612 * @param pThis The CodeView reader instance. 613 613 * @param off The offset to start reading at, relative to the … … 630 630 * Reads CodeView information into an allocated buffer. 631 631 * 632 * @returns IPRT status .632 * @returns IPRT status code. 633 633 * @param pThis The CodeView reader instance. 634 634 * @param off The offset to start reading at, relative to the -
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r57358 r58171 756 756 * Worker for rtR0MemObjLinuxAllocPhysSub that tries one allocation strategy. 757 757 * 758 * @returns IPRT status .758 * @returns IPRT status code. 759 759 * @param ppMemLnx Where to 760 760 * @param enmType The object type. … … 808 808 * Worker for rtR0MemObjNativeAllocPhys and rtR0MemObjNativeAllocPhysNC. 809 809 * 810 * @returns IPRT status .810 * @returns IPRT status code. 811 811 * @param ppMem Where to store the memory object pointer on success. 812 812 * @param enmType The object type. -
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r57944 r58171 1844 1844 * to be in suspended state (i.e. called after CreateCore). 1845 1845 * 1846 * @return IPRT status .1846 * @return IPRT status code. 1847 1847 * @param pSolCore Pointer to the core object. 1848 1848 * @param pfnWriter Pointer to the writer function to override default writer (NULL uses default). -
trunk/src/VBox/Runtime/r3/stream.cpp
r57944 r58171 158 158 * Allocates and acquires the lock for the stream. 159 159 * 160 * @returns IPRT status .160 * @returns IPRT status code. 161 161 * @param pStream The stream (valid). 162 162 */ -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
r57358 r58171 170 170 * 171 171 * @returns true / false. 172 * @param rc The iprt status.172 * @param rc The IPRT status code. 173 173 */ 174 174 static bool txsTcpIsFatalClientConnectStatus(int rc) -
trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp
r57416 r58171 331 331 * Sends a statistics packet to our peer. 332 332 * 333 * @returns IPRT status .333 * @returns IPRT status code. 334 334 * @param pStats The stats to send. 335 335 * @param hSocket The TCP socket to send them to.
Note:
See TracChangeset
for help on using the changeset viewer.