Changeset 99739 in vbox for trunk/include/iprt
- Timestamp:
- May 11, 2023 1:01:08 AM (22 months ago)
- Location:
- trunk/include/iprt
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r99736 r99739 160 160 | ARMV8_AARCH64_SYSREG_CRN_MASK | ARMV8_AARCH64_SYSREG_CRN_MASK \ 161 161 | ARMV8_AARCH64_SYSREG_OP2_MASK) 162 /** @} */ 162 163 163 164 /** @name Mapping of op0:op1:CRn:CRm:op2 to a system register ID. This is -
trunk/include/iprt/asm-amd64-x86.h
r98103 r99739 2190 2190 * Writes a machine specific register. 2191 2191 * 2192 * @returns Register content.2193 2192 * @param uRegister Register to write to. 2194 2193 * @param u64Val Value to write. … … 2264 2263 * Writes a machine specific register, extended version (for AMD). 2265 2264 * 2266 * @returns Register content.2267 2265 * @param uRegister Register to write to. 2268 2266 * @param uXDI RDI/EDI value. -
trunk/include/iprt/asm.h
r99563 r99739 3709 3709 * Atomically writes a size_t value, ordered. 3710 3710 * 3711 * @returns nothing.3712 3711 * @param pcb Pointer to the size_t variable to write. 3713 3712 * @param cb The value to assign to *pcb. … … 3731 3730 * Atomically writes a size_t value, unordered. 3732 3731 * 3733 * @returns nothing.3734 3732 * @param pcb Pointer to the size_t variable to write. 3735 3733 * @param cb The value to assign to *pcb. -
trunk/include/iprt/cpp/restclient.h
r98103 r99739 532 532 /** 533 533 * Called after status, headers and body all have been presented. 534 *535 * @returns IPRT status code.536 534 */ 537 535 virtual void receiveFinal() RT_NOEXCEPT; -
trunk/include/iprt/dvm.h
r98103 r99739 390 390 * This overwrites any other callback set previously. 391 391 * 392 * @returns nothing.393 392 * @param hVol The volume handle. 394 393 * @param pfnQueryBlockStatus The callback to set. Can be NULL to disable -
trunk/include/iprt/ioqueue.h
r98103 r99739 140 140 * associated resources. 141 141 * 142 * @returns nothing.143 142 * @param hIoQueueProv The I/O queue provider instance to destroy. 144 143 */ -
trunk/include/iprt/ldr.h
r98103 r99739 529 529 * associated with it (@a pvUser). 530 530 * 531 * @returns IPRT status code532 531 * @param pvUser The user parameter. 533 532 * @param cbImage The image size. -
trunk/include/iprt/list-off32.h
r98103 r99739 485 485 * List concatenation. 486 486 * 487 * @returns nothing.488 487 * @param pListDst The destination list. 489 488 * @param pListSrc The source list to concatenate. -
trunk/include/iprt/list.h
r98103 r99739 533 533 * List concatenation. 534 534 * 535 * @returns nothing.536 535 * @param pListDst The destination list. 537 536 * @param pListSrc The source list to concatenate. -
trunk/include/iprt/memsafer.h
r98103 r99739 245 245 * RTMemWipeThorougly. 246 246 * 247 * @returns Pointer to the allocated memory.248 247 * @param pv The allocation. 249 248 * @param cb The allocation size. -
trunk/include/iprt/sg.h
r98103 r99739 196 196 * Initialize a S/G buffer structure. 197 197 * 198 * @returns nothing.199 198 * @param pSgBuf Pointer to the S/G buffer to initialize. 200 199 * @param paSegs Pointer to the start of the segment array. … … 210 209 * Resets the internal buffer position of the S/G buffer to the beginning. 211 210 * 212 * @returns nothing.213 211 * @param pSgBuf The S/G buffer to reset. 214 212 */ … … 218 216 * Clones a given S/G buffer. 219 217 * 220 * @returns nothing.221 218 * @param pSgBufNew The new S/G buffer to clone to. 222 219 * @param pSgBufOld The source S/G buffer to clone from. -
trunk/include/iprt/string.h
r98103 r99739 324 324 * Free string allocated by any of the non-UCS-2 string functions. 325 325 * 326 * @returns iprt status code.327 326 * @param pszString Pointer to buffer with string to free. 328 327 * NULL is accepted. -
trunk/include/iprt/thread.h
r98103 r99739 688 688 * spinlocks are fine though. 689 689 * 690 * @returns IPRT status code.691 690 * @param enmEvent The thread-context event. Please quitely ignore unknown 692 691 * events, we may add more (thread exit, ++) later. -
trunk/include/iprt/time.h
r98103 r99739 347 347 * Gives the time in seconds and nanoseconds. 348 348 * 349 * @returns pTime.350 349 * @param pTime The time spec to interpret. 351 350 * @param *pi32Seconds Where to store the time period in seconds. -
trunk/include/iprt/tracelog.h
r98103 r99739 602 602 * Frees all resources of the given array of event headers as allocated by RTTraceLogRdrEvtMapToStruct(). 603 603 * 604 * @returns nothing.605 604 * @param paEvtHdr Pointer to the array of events as returned by RTTraceLogRdrEvtMapToStruct(). 606 605 * @param cEvts Number of events as returned by RTTraceLogRdrEvtMapToStruct(). … … 612 611 * Frees a previously created iterator. 613 612 * 614 * @returns nothing.615 613 * @param hIt The iterator handle to free. 616 614 */ -
trunk/include/iprt/utf16.h
r98103 r99739 172 172 * RTLatin1ToUtf16(), RTLatin1ToUtf16Ex(), RTUtf16Dup() or RTUtf16DupEx(). 173 173 * 174 * @returns iprt status code.175 174 * @param pwszString The UTF-16 string to free. NULL is accepted. 176 175 */
Note:
See TracChangeset
for help on using the changeset viewer.