Searched refs:VALID_PTR (Results 1 - 25 of 135) sorted by relevance

123456

/vbox/src/VBox/Additions/common/VBoxControl/testcase/
H A DtstVBoxControl.cpp89 if (VALID_PTR(ppszValue))
91 if (VALID_PTR(pu64Timestamp))
93 if (VALID_PTR(ppszFlags))
95 if (VALID_PTR(pcbBufActual))
129 if (VALID_PTR(ppszName))
131 if (VALID_PTR(ppszValue))
133 if (VALID_PTR(pu64Timestamp))
135 if (VALID_PTR(ppszFlags))
147 AssertReturn(VALID_PTR(ppszName) || VALID_PTR(ppszValu
[all...]
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dclipboard-helper.cpp77 if (!VALID_PTR(pwszSrc) || !VALID_PTR(pu16Dest))
80 AssertReturn(VALID_PTR(pwszSrc) && VALID_PTR(pu16Dest), VERR_INVALID_PARAMETER);
155 if (!VALID_PTR(pwszSrc))
158 AssertReturn(VALID_PTR(pwszSrc), VERR_INVALID_PARAMETER);
207 if (!VALID_PTR(pwszSrc) || !VALID_PTR(pu16Dest))
210 AssertReturn(VALID_PTR(pwszSrc) && VALID_PTR(pu16Des
[all...]
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFInit.cpp80 && VALID_PTR(g_VBoxGuestIDC.u32Session)
81 && VALID_PTR(g_VBoxGuestIDC.pfnServiceEP))
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp50 Assert(VALID_PTR(pQueue) && pQueue->CTX_SUFF(pVM));
100 Assert(VALID_PTR(pQueue) && pQueue->CTX_SUFF(pVM));
101 Assert(VALID_PTR(pItem));
167 Assert(VALID_PTR(pQueue));
186 Assert(VALID_PTR(pQueue));
H A DPDMAllNetShaper.cpp41 if (!VALID_PTR(pFilter->CTX_SUFF(pBwGroup)))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTGetOpt.cpp75 CHECK2(VALID_PTR(Val.psz) && !strcmp(Val.psz, (str)), ("got %s, expected %s\n", Val.psz, (str))); \
198 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, "string1"));
201 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, "string2"));
204 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, "string3"));
207 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, "string4"));
210 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, ""));
213 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, ""));
216 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, "string5"));
219 CHECK(VALID_PTR(Val.psz) && !strcmp(Val.psz, "string6"));
222 CHECK(VALID_PTR(Va
[all...]
H A DtstRTR0DbgKrnlInfo.cpp56 if (!VALID_PTR(pReqHdr))
H A DtstRTSort.cpp54 RTTESTI_CHECK(VALID_PTR(pData) && pData->cElements <= RT_ELEMENTS(pData->aValues));
/vbox/src/VBox/Runtime/common/string/
H A Dutf-16-latin-1.cpp185 Assert(VALID_PTR(ppszString));
186 Assert(VALID_PTR(pwszString));
364 Assert(VALID_PTR(ppwszString));
365 Assert(VALID_PTR(pszString));
406 Assert(VALID_PTR(pszString));
407 Assert(VALID_PTR(ppwsz));
408 Assert(!pcwc || VALID_PTR(pcwc));
H A Dutf-8.cpp402 Assert(VALID_PTR(pszString));
403 Assert(VALID_PTR(ppaCps));
443 Assert(VALID_PTR(pszString));
444 Assert(VALID_PTR(ppaCps));
445 Assert(!pcCps || VALID_PTR(pcCps));
723 Assert(VALID_PTR(ppwszString));
724 Assert(VALID_PTR(pszString));
765 Assert(VALID_PTR(pszString));
766 Assert(VALID_PTR(ppwsz));
767 Assert(!pcwc || VALID_PTR(pcw
[all...]
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibLog.cpp55 if (!VALID_PTR(pch))
/vbox/src/VBox/Runtime/generic/
H A DRTFileMove-generic.cpp46 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER);
47 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER);
/vbox/src/VBox/Runtime/r3/win/
H A Ddir-win.cpp142 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER);
143 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER);
H A Dfs-win.cpp189 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER);
260 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER);
261 AssertMsgReturn(VALID_PTR(pu32Serial), ("%p", pu32Serial), VERR_INVALID_PARAMETER);
300 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER);
301 AssertMsgReturn(VALID_PTR(pProperties), ("%p", pProperties), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp60 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER);
105 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER);
106 AssertMsgReturn(VALID_PTR(pu32Serial), ("%p", pu32Serial), VERR_INVALID_PARAMETER);
137 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER);
138 AssertMsgReturn(VALID_PTR(pProperties), ("%p", pProperties), VERR_INVALID_PARAMETER);
H A Ddir-posix.cpp366 AssertMsgReturn(VALID_PTR(pDirEntry), ("%p\n", pDirEntry), VERR_INVALID_POINTER);
371 AssertMsgReturn(VALID_PTR(pcbDirEntry), ("%p\n", pcbDirEntry), VERR_INVALID_POINTER);
463 AssertMsgReturn(VALID_PTR(pDirEntry), ("%p\n", pDirEntry), VERR_INVALID_POINTER);
472 AssertMsgReturn(VALID_PTR(pcbDirEntry), ("%p\n", pcbDirEntry), VERR_INVALID_POINTER);
543 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER);
544 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER);
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp183 VALID_PTR(pszExpr) ? pszExpr : "<none>",
184 VALID_PTR(pszFile) ? pszFile : "<none>",
186 VALID_PTR(pszFunction) ? pszFunction : "");
/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h146 AssertMsgReturn(VALID_PTR(pDir), ("%p\n", pDir), false);
H A Dfileaio.h57 (RT_UNLIKELY(!VALID_PTR(pReq) || (pReq->u32Magic != RTFILEAIOREQ_MAGIC)))
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dalloc-r0drv-nt.cpp85 Assert(VALID_PTR(pPhys));
/vbox/include/VBox/HostServices/
H A DService.h286 if (!VALID_PTR(pTable))
375 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
392 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
408 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
428 AssertLogRelReturnVoid(VALID_PTR(pvService));
444 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
460 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
H A DGuestPropertySvc.h137 AssertLogRelReturn(VALID_PTR(pfFlags), VERR_INVALID_POINTER);
188 AssertLogRelReturn(VALID_PTR(pszFlags), VERR_INVALID_POINTER);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR0IdcClient.c123 if ( VALID_PTR(Req.u.Out.pSession)
206 if ( VALID_PTR(pHandle)
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIDialogButtonBox.cpp93 AssertMsg (VALID_PTR (boxlayout), ("Layout of the QDialogButtonBox isn't a box layout."));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxDev-haiku.c172 if (VALID_PTR(pSession))
202 if (RT_UNLIKELY(!VALID_PTR(pSession)))
244 if (RT_UNLIKELY(!VALID_PTR(pvBuf)))

Completed in 1661 milliseconds

123456