VirtualBox

Ignore:
Timestamp:
Apr 4, 2017 1:17:22 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114374
Message:

IPRT: split %RKv formatting into separate function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/string.h

    r62477 r66415  
    5353                                   int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize);
    5454
     55/**
     56 * Format kernel address into @a pszBuf.
     57 *
     58 * @returns Number of bytes returned.
     59 * @param   pszBuf          The return buffer.
     60 * @param   cbBuf           The buffer size.
     61 * @param   uPtr            The ring-0 pointer value.
     62 * @param   cchWidth        The specified width, -1 if not given.
     63 * @param   cchPrecision    The specified precision.
     64 * @param   fFlags          Format flags, RTSTR_F_XXX.
     65 */
     66DECLHIDDEN(size_t) rtStrFormatKernelAddress(char *pszBuf, size_t cbBuf, RTR0INTPTR uPtr, signed int cchWidth,
     67                                            signed int cchPrecision, unsigned int fFlags);
     68
    5569#ifdef RT_WITH_ICONV_CACHE
    5670DECLHIDDEN(void) rtStrIconvCacheInit(struct RTTHREADINT *pThread);
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