Changeset 99739 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 11, 2023 1:01:08 AM (19 months ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Doxyfile
r99727 r99739 2136 2136 RT_ASM_DECL_PRAGMA_WATCOM_386(type)=type \ 2137 2137 DECLNORETURN(type)=type \ 2138 DECL_CHECK_RETURN(type)=type \ 2139 DECL_CHECK_RETURN_NOT_R3(type)=type \ 2138 2140 RTCALL= 2139 2141 -
trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
r98103 r99739 210 210 * Converts a partition entry to the host endianness. 211 211 * 212 * @returns nothing.213 212 * @param pPartition The partition to decode. 214 213 */ -
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r99423 r99739 333 333 334 334 #ifdef LOG_ENABLED 335 335 336 /** 336 337 * Logs a firmware volume header. 337 338 * 338 * @returns nothing.339 339 * @param pFvHdr The firmware volume header. 340 340 */ … … 361 361 * Logs a variable store header. 362 362 * 363 * @returns nothing.364 363 * @param pStoreHdr The variable store header. 365 364 */ … … 380 379 * Logs a authenticated variable header. 381 380 * 382 * @returns nothing.383 381 * @param pVarHdr The authenticated variable header. 384 382 * @param offVar Offset of the authenticated variable header. … … 411 409 } 412 410 } 413 #endif 414 411 412 #endif /* LOG_ENABLED */ 415 413 416 414 /** -
trunk/src/VBox/Runtime/common/fs/extvfs.cpp
r98103 r99739 271 271 272 272 #ifdef LOG_ENABLED 273 273 274 /** 274 275 * Logs the ext filesystem superblock. 275 276 * 276 * @returns nothing.277 277 * @param pSb Pointer to the superblock. 278 278 */ … … 416 416 * Logs a ext filesystem block group descriptor. 417 417 * 418 * @returns nothing.419 418 * @param pThis The ext volume instance. 420 419 * @param iBlockGroup Block group number. … … 460 459 * Logs a ext filesystem inode. 461 460 * 462 * @returns nothing.463 461 * @param pThis The ext volume instance. 464 462 * @param iInode Inode number. … … 521 519 * Logs a ext filesystem directory entry. 522 520 * 523 * @returns nothing.524 521 * @param pThis The ext volume instance. 525 522 * @param idxDirEntry Directory entry index number. … … 554 551 * Logs an extent header. 555 552 * 556 * @returns nothing.557 553 * @param pExtentHdr The extent header node. 558 554 */ … … 574 570 * Logs an extent index node. 575 571 * 576 * @returns nothing.577 572 * @param pExtentIdx The extent index node. 578 573 */ … … 592 587 * Logs an extent. 593 588 * 594 * @returns nothing.595 589 * @param pExtent The extent. 596 590 */ … … 606 600 } 607 601 } 608 #endif 609 602 603 #endif /* LOG_ENABLED */ 610 604 611 605 /** … … 723 717 * Frees the given block. 724 718 * 725 * @returns nothing.726 719 * @param pThis The ext volume instance. 727 720 * @param pBlock The block to free. … … 809 802 * Releases a reference of the given block. 810 803 * 811 * @returns nothing.812 804 * @param pThis The ext volume instance. 813 805 * @param pBlock The block to release. … … 847 839 * Frees the given block group. 848 840 * 849 * @returns nothing.850 841 * @param pThis The ext volume instance. 851 842 * @param pBlockGroup The block group to free. … … 985 976 * Releases a reference of the given block group. 986 977 * 987 * @returns nothing.988 978 * @param pThis The ext volume instance. 989 979 * @param pBlockGroup The block group to release. … … 1021 1011 * Frees the given inode. 1022 1012 * 1023 * @returns nothing.1024 1013 * @param pThis The ext volume instance. 1025 1014 * @param pInode The inode to free. … … 1236 1225 * Releases a reference of the given inode. 1237 1226 * 1238 * @returns nothing.1239 1227 * @param pThis The ext volume instance. 1240 1228 * @param pInode The inode to release. -
trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp
r98103 r99739 267 267 * Logs the XFS filesystem superblock. 268 268 * 269 * @returns nothing.270 269 * @param iAg The allocation group number for the given super block. 271 270 * @param pSb Pointer to the superblock. … … 349 348 * Logs a AG free space block. 350 349 * 351 * @returns nothing.352 350 * @param iAg The allocation group number for the given free space block. 353 351 * @param pAgf The AG free space block. … … 388 386 * Loads an AG inode information block. 389 387 * 390 * @returns nothing.391 388 * @param iAg The allocation group number for the given inode information block. 392 389 * @param pAgi The AG inode information block. … … 419 416 * Logs a XFS filesystem inode. 420 417 * 421 * @returns nothing.422 418 * @param pThis The XFS volume instance. 423 419 * @param iInode Inode number. … … 492 488 * Logs a XFS filesystem directory entry. 493 489 * 494 * @returns nothing.495 490 * @param pThis The XFS volume instance. 496 491 * @param idxDirEntry Directory entry index number. … … 537 532 * and the offset into the block where to find the inode structure. 538 533 * 539 * @returns nothing.540 534 * @param pThis The XFS volume instance. 541 535 * @param iInode The inode to split. … … 648 642 * Frees the given block. 649 643 * 650 * @returns nothing.651 644 * @param pThis The XFS volume instance. 652 645 * @param pBlock The block to free. … … 734 727 * Releases a reference of the given block. 735 728 * 736 * @returns nothing.737 729 * @param pThis The XFS volume instance. 738 730 * @param pBlock The block to release. … … 770 762 * Frees the given allocation group. 771 763 * 772 * @returns nothing.773 764 * @param pThis The XFS volume instance. 774 765 * @param pAg The allocation group to free. … … 889 880 * Releases a reference of the given allocation group. 890 881 * 891 * @returns nothing.892 882 * @param pThis The XFS volume instance. 893 883 * @param pAg The allocation group to release. … … 926 916 * Frees the given inode. 927 917 * 928 * @returns nothing.929 918 * @param pThis The XFS volume instance. 930 919 * @param pInode The inode to free. … … 1133 1122 * Releases a reference of the given inode. 1134 1123 * 1135 * @returns nothing.1136 1124 * @param pThis The XFS volume instance. 1137 1125 * @param pInode The inode to release. -
trunk/src/VBox/Runtime/common/fuzz/fuzz-config.cpp
r98103 r99739 520 520 * Destroys the given fuzzing config. 521 521 * 522 * @returns nothing.523 522 * @param pThis The fuzzing config instance to destroy. 524 523 */ -
trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp
r98103 r99739 439 439 * Destroys the given execution context. 440 440 * 441 * @returns nothing.442 441 * @param pThis The internal fuzzing observer state. 443 442 * @param pExecCtx The execution context to destroy. -
trunk/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
r98103 r99739 185 185 * Initializes the given stdout/stderr buffer. 186 186 * 187 * @returns nothing.188 187 * @param pBuf The buffer to initialize. 189 188 */ … … 199 198 * Frees all allocated resources in the given stdout/stderr buffer. 200 199 * 201 * @returns nothing.202 200 * @param pBuf The buffer to free. 203 201 */ … … 358 356 * Destorys the given fuzzer target recorder freeing all allocated resources. 359 357 * 360 * @returns nothing.361 358 * @param pThis The fuzzer target recorder instance. 362 359 */ … … 370 367 * Destroys the given fuzzer target state freeing all allocated resources. 371 368 * 372 * @returns nothing.373 369 * @param pThis The fuzzed target state instance. 374 370 */ -
trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
r98103 r99739 575 575 * Frees the given memory. 576 576 * 577 * @returns nothing.578 577 * @param pThis The fuzzer context instance. 579 578 * @param pv Pointer to the memory area to free. … … 620 619 * Updates the cache status of the given mutation. 621 620 * 622 * @returns nothing.623 621 * @param pThis The fuzzer context instance. 624 622 * @param pMutation The mutation to update. … … 655 653 * Removes a cached mutation from the cache. 656 654 * 657 * @returns nothing.658 655 * @param pThis The fuzzer context instance. 659 656 * @param pMutation The mutation to remove. … … 675 672 * Destroys the given mutation. 676 673 * 677 * @returns nothing.678 674 * @param pMutation The mutation to destroy. 679 675 */ … … 870 866 * Destroys the given fuzzer context freeing all allocated resources. 871 867 * 872 * @returns nothing.873 868 * @param pThis The fuzzer context instance. 874 869 */ … … 1513 1508 * Destroys the given fuzzing input. 1514 1509 * 1515 * @returns nothing.1516 1510 * @param pThis The fuzzing input to destroy. 1517 1511 */ -
trunk/src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp
r98103 r99739 1580 1580 * Destroys all running fuzzers for the given master state. 1581 1581 * 1582 * @returns nothing.1583 1582 * @param pThis The fuzzing master command state. 1584 1583 */ … … 1592 1591 * Sends an ACK response to the client. 1593 1592 * 1594 * @returns nothing.1595 1593 * @param hSocket The socket handle to send the ACK to. 1596 1594 * @param pszResponse Additional response data. … … 1623 1621 * Sends an NACK response to the client. 1624 1622 * 1625 * @returns nothing.1626 1623 * @param hSocket The socket handle to send the ACK to. 1627 1624 * @param pErrInfo Optional error information to send along. -
trunk/src/VBox/Runtime/common/ioqueue/ioqueue-stdfile-provider.cpp
r98103 r99739 153 153 * Processes the given submission queue entry and reports back the result in the completion queue. 154 154 * 155 * @returns nothing.156 155 * @param pSqEntry The submission queue entry to process. 157 156 * @param pCqEntry The comppletion queue entry to store the result in. -
trunk/src/VBox/Runtime/common/log/tracelogreader.cpp
r98103 r99739 305 305 * Converts the header endianess to the host endianess. 306 306 * 307 * @returns nothing.308 307 * @param pHdr The trace log header to convert. 309 308 */ … … 321 320 * Converts the event descriptor endianess to the host endianess. 322 321 * 323 * @returns nothing.324 322 * @param pEvtDesc The trace log event descriptor to convert. 325 323 */ … … 337 335 * Converts the event item descriptor endianess to host endianess. 338 336 * 339 * @returns nothing.340 337 * @param pEvtItemDesc The trace log event item descriptor to convert. 341 338 */ … … 352 349 * Converts the event marker endianess to host endianess. 353 350 * 354 * @returns nothing.355 351 * @param pEvt The trace log event marker to convert. 356 352 */ … … 533 529 * Calculates the overall event data size from the items in the event descriptor. 534 530 * 535 * @returns nothing.536 531 * @param pThis The trace log reader instance. 537 532 * @param pEvtDesc The event descriptor. -
trunk/src/VBox/Runtime/common/misc/json.cpp
r98103 r99739 362 362 * Skip one character in the input stream. 363 363 * 364 * @returns nothing.365 364 * @param pTokenizer The tokenizer state. 366 365 */ … … 407 406 * Sets a new line for the tokenizer. 408 407 * 409 * @returns nothing.410 408 * @param pTokenizer The tokenizer state. 411 409 * @param cSkip Amount of characters to skip making up the new line. … … 446 444 * Skips all present comments too. 447 445 * 448 * @returns nothing.449 446 * @param pTokenizer The tokenizer state. 450 447 */ … … 948 945 * Cleans up any resources still in control of the given token. 949 946 * 950 * @returns nothing.951 947 * @param pToken The toke nto clean up. 952 948 */ … … 961 957 * Destroys a given tokenizer state. 962 958 * 963 * @returns nothing.964 959 * @param pTokenizer The tokenizer to destroy. 965 960 */ … … 991 986 * Consume the current token advancing to the next in the stream. 992 987 * 993 * @returns nothing.994 988 * @param pTokenizer The tokenizer state. 995 989 */ … … 1031 1025 * Destroys a given JSON value releasing the reference to all child values. 1032 1026 * 1033 * @returns nothing.1034 1027 * @param pThis The JSON value to destroy. 1035 1028 */ -
trunk/src/VBox/Runtime/common/zip/tarvfswriter.cpp
r98458 r99739 512 512 * Formats a given 32-bit value into a CPIO header field. 513 513 * 514 * @returns nothing.515 514 * @param pach8Field The field to format the value into. 516 515 * @param u32 The value to format. -
trunk/src/VBox/Runtime/include/internal/dvm.h
r98103 r99739 128 128 * Closes the volume format. 129 129 * 130 * @returns nothing.131 130 * @param hVolMgrFmt The format specific volume manager handle. 132 131 */ … … 220 219 * Closes a volume handle. 221 220 * 222 * @returns nothing.223 221 * @param hVolFmt The format specific volume handle. 224 222 */ -
trunk/src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp
r98103 r99739 167 167 * Destroy the given kernel module information record. 168 168 * 169 * @returns nothing.170 169 * @param pThis The record to destroy. 171 170 */ -
trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp
r98103 r99739 556 556 * Checks the completion event queue for pending events. 557 557 * 558 * @returns nothing.559 558 * @param pThis The provider instance. 560 559 * @param paCEvt Pointer to the array of completion events. -
trunk/src/VBox/Runtime/r3/linux/krnlmod-linux.cpp
r98103 r99739 79 79 * Destroy the given kernel module information record. 80 80 * 81 * @returns nothing.82 81 * @param pThis The record to destroy. 83 82 */ -
trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp
r98103 r99739 645 645 * Shuts down the status line monitor thread. 646 646 * 647 * @returns nothing.648 647 * @param pThis The internal serial port instance data. 649 648 */ -
trunk/src/VBox/Runtime/r3/solaris/krnlmod-solaris.cpp
r98103 r99739 80 80 * Destroy the given kernel module information record. 81 81 * 82 * @returns nothing.83 82 * @param pThis The record to destroy. 84 83 */ -
trunk/src/VBox/Runtime/r3/win/krnlmod-win.cpp
r98103 r99739 81 81 * Destroy the given kernel module information record. 82 82 * 83 * @returns nothing.84 83 * @param pThis The record to destroy. 85 84 */
Note:
See TracChangeset
for help on using the changeset viewer.