VirtualBox

Ignore:
Timestamp:
Aug 5, 2020 8:36:30 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139715
Message:

ticketref:19791 fix udevadm constrol misspellings, contributed by Timothy Tacker timothytacker+virtualbox at gmail.com

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r82968 r85609  
    20252025 *
    20262026 * @returns Pointer to a chunk on success, NULL if we're out of chunks.
    2027  * @param   pSlabCtl        The slab constrol structure to allocate from.
     2027 * @param   pSlabCtl        The slab control structure to allocate from.
    20282028 */
    20292029BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3SlabAlloc,(PBS3SLABCTL pSlabCtl));
     
    20342034 * @returns Pointer to the request number of chunks on success, NULL if we're
    20352035 *          out of chunks.
    2036  * @param   pSlabCtl        The slab constrol structure to allocate from.
     2036 * @param   pSlabCtl        The slab control structure to allocate from.
    20372037 * @param   cChunks         The number of contiguous chunks we want.
    20382038 * @param   fFlags          Flags, see BS3_SLAB_ALLOC_F_XXX
     
    20452045 * @returns Number of chunks actually freed.  When correctly used, this will
    20462046 *          match the @a cChunks parameter, of course.
    2047  * @param   pSlabCtl        The slab constrol structure to free from.
     2047 * @param   pSlabCtl        The slab control structure to free from.
    20482048 * @param   uFlatChunkPtr   The flat address of the chunks to free.
    20492049 * @param   cChunks         The number of contiguous chunks to free.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette