VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 9:25:17 AM (3 years ago)
Author:
vboxsync
Message:

SUP: VALID_PTR -> RT_VALID_PTR.

File:
1 edited

Legend:

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

    r87700 r90780  
    476476     * Some quick validations.
    477477     */
    478     if (RT_UNLIKELY(!VALID_PTR(pReq)))
     478    if (RT_UNLIKELY(!RT_VALID_PTR(pReq)))
    479479        return VERR_INVALID_POINTER;
    480480
     
    482482    if (pSession)
    483483    {
    484         if (RT_UNLIKELY(!VALID_PTR(pReq->pSession)))
     484        if (RT_UNLIKELY(!RT_VALID_PTR(pReq->pSession)))
    485485            return VERR_INVALID_PARAMETER;
    486486        if (RT_UNLIKELY(pSession->pDevExt != &g_VBoxDrvFreeBSDDevExt))
Note: See TracChangeset for help on using the changeset viewer.

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