VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 9:25:17 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146415
Message:

SUP: VALID_PTR -> RT_VALID_PTR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r88169 r90780  
    862862     * Some quick validations.
    863863     */
    864     if (RT_UNLIKELY(!VALID_PTR(pReq)))
     864    if (RT_UNLIKELY(!RT_VALID_PTR(pReq)))
    865865        return VERR_INVALID_POINTER;
    866866
     
    868868    if (pSession)
    869869    {
    870         if (RT_UNLIKELY(!VALID_PTR(pSession)))
     870        if (RT_UNLIKELY(!RT_VALID_PTR(pSession)))
    871871            return VERR_INVALID_PARAMETER;
    872872        if (RT_UNLIKELY(pSession->pDevExt != &g_DevExt))
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