/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTSystemQueryDmi.cpp | 88 RTTESTI_CHECK_RC(RTSystemQueryDmiString((RTSYSDMISTR)i, szInfo, 0), VERR_INVALID_PARAMETER); local
|
H A D | tstRTSystemQueryOsInfo.cpp | 101 RTTESTI_CHECK_RC(RTSystemQueryDmiString((RTSYSDMISTR)i, szInfo, 0), VERR_INVALID_PARAMETER); local
|
H A D | tstRTR0DbgKrnlInfo.cpp | 55 return VERR_INVALID_PARAMETER; 57 return VERR_INVALID_PARAMETER; 61 return VERR_INVALID_PARAMETER; 79 RTR0TESTR0_CHECK_RC_BREAK(RTR0DbgKrnlInfoOpen(&hKrnlInfo, 1), VERR_INVALID_PARAMETER); local 80 RTR0TESTR0_CHECK_RC_BREAK(RTR0DbgKrnlInfoOpen(NULL, 0), VERR_INVALID_PARAMETER); local 85 RTR0TESTR0_CHECK_RC_BREAK(RTR0DbgKrnlInfoQueryMember(hKrnlInfo, NULL, "Test", &offMemb), VERR_INVALID_PARAMETER); local 86 RTR0TESTR0_CHECK_RC_BREAK(RTR0DbgKrnlInfoQueryMember(hKrnlInfo, "Test", NULL, &offMemb), VERR_INVALID_PARAMETER); local 87 RTR0TESTR0_CHECK_RC_BREAK(RTR0DbgKrnlInfoQueryMember(hKrnlInfo, "Test", "Test", NULL), VERR_INVALID_PARAMETER); local 92 RTR0TESTR0_CHECK_RC_BREAK(RTR0DbgKrnlInfoQuerySymbol(hKrnlInfo, NULL, NULL, &pvSymbol), VERR_INVALID_PARAMETER); local
|
H A D | tstRTPoll.cpp | 70 RTTESTI_CHECK_RC(RTPollSetRemove(hSet, UINT32_MAX), VERR_INVALID_PARAMETER); local 76 RTTESTI_CHECK_RC(RTPollSetAdd(hSet, &Handle, RTPOLL_EVT_ERROR, UINT32_MAX), VERR_INVALID_PARAMETER); local 77 RTTESTI_CHECK_RC(RTPollSetAdd(hSet, &Handle, UINT32_MAX, 3), VERR_INVALID_PARAMETER); local 79 RTTESTI_CHECK_RC(RTPollSetAdd(hSet, &Handle, RTPOLL_EVT_ERROR, 3), VERR_INVALID_PARAMETER); local 80 RTTESTI_CHECK_RC(RTPollSetAdd(hSet, NULL, RTPOLL_EVT_ERROR, UINT32_MAX), VERR_INVALID_PARAMETER); local
|
/vbox/src/VBox/Runtime/r3/ |
H A D | allocex.cpp | 46 AssertMsgReturn(!(fFlags & ~RTMEMALLOCEX_FLAGS_VALID_MASK), ("%#x\n", fFlags), VERR_INVALID_PARAMETER); 47 AssertReturn(cb > 0, VERR_INVALID_PARAMETER); 48 AssertReturn(RT_IS_POWER_OF_TWO(cbAlignment), VERR_INVALID_PARAMETER); variable 63 VERR_INVALID_PARAMETER);
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | x509-verify.cpp | 47 AssertReturn(RTCrX509Certificate_IsPresent(pThis), VERR_INVALID_PARAMETER); local
|
H A D | pkix-signature-core.cpp | 96 AssertReturn(RTAsn1BitString_IsPresent(pKey), VERR_INVALID_PARAMETER); local 227 AssertReturn(RTAsn1BitString_IsPresent(pSignature), VERR_INVALID_PARAMETER); 230 AssertPtrReturn(pvData, VERR_INVALID_PARAMETER); 242 AssertReturn(RTAsn1OctetString_IsPresent(pSignature), VERR_INVALID_PARAMETER); 245 AssertPtrReturn(pvData, VERR_INVALID_PARAMETER);
|
/vbox/src/VBox/Runtime/common/path/ |
H A D | RTPathCalcRelative.cpp | 47 AssertReturn(cbPathDst, VERR_INVALID_PARAMETER); 50 AssertReturn(RTPathStartsWithRoot(pszPathFrom), VERR_INVALID_PARAMETER); local 51 AssertReturn(RTPathStartsWithRoot(pszPathTo), VERR_INVALID_PARAMETER); local 52 AssertReturn(RTStrCmp(pszPathFrom, pszPathTo), VERR_INVALID_PARAMETER); local
|
/vbox/src/VBox/GuestHost/SharedClipboard/ |
H A D | clipboard-helper.cpp | 32 AssertLogRelMsgReturn(pwszSrc != NULL, ("vboxClipboardUtf16GetWinSize: received a null Utf16 string, returning VERR_INVALID_PARAMETER\n"), VERR_INVALID_PARAMETER); 43 LogRel(("vboxClipboardUtf16GetWinSize: received a big endian Utf16 string, returning VERR_INVALID_PARAMETER\n")); 44 AssertReturn(pwszSrc[0] != UTF16BEMARKER, VERR_INVALID_PARAMETER); 79 LogRel(("vboxClipboardUtf16LinToWin: received an invalid pointer, pwszSrc=%p, pu16Dest=%p, returning VERR_INVALID_PARAMETER\n", pwszSrc, pu16Dest)); 80 AssertReturn(VALID_PTR(pwszSrc) && VALID_PTR(pu16Dest), VERR_INVALID_PARAMETER); local 96 LogRel(("vboxClipboardUtf16LinToWin: received a big endian Utf16 string, returning VERR_INVALID_PARAMETER\n")); 97 AssertReturn(pwszSrc[0] != UTF16BEMARKER, VERR_INVALID_PARAMETER); 157 LogRel(("vboxClipboardUtf16GetLinSize: received an invalid Utf16 string %p. Returning VERR_INVALID_PARAMETER.\n", pwszSrc)); 158 AssertReturn(VALID_PTR(pwszSrc), VERR_INVALID_PARAMETER); local 210 AssertReturn(VALID_PTR(pwszSrc) && VALID_PTR(pu16Dest), VERR_INVALID_PARAMETER); local [all...] |
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldr.cpp | 51 AssertMsgReturn(pszSymbol, ("pszSymbol=%p\n", pszSymbol), VERR_INVALID_PARAMETER); 52 AssertMsgReturn(VALID_PTR(ppvValue), ("ppvValue=%p\n", ppvValue), VERR_INVALID_PARAMETER); local
|
/vbox/src/VBox/Runtime/r0drv/nt/ |
H A D | semevent-r0drv-nt.cpp | 71 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER); 171 return VERR_INVALID_PARAMETER; 172 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 173 AssertMsgReturn(pThis->u32Magic == RTSEMEVENT_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 174 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local
|
H A D | semeventmulti-r0drv-nt.cpp | 72 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER); 121 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 122 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 141 return VERR_INVALID_PARAMETER; 142 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 143 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 163 return VERR_INVALID_PARAMETER; 164 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 165 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 194 return VERR_INVALID_PARAMETER; 197 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local [all...] |
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | fs-posix.cpp | 60 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); local 137 AssertMsgReturn(VALID_PTR(pszFsPath) && *pszFsPath, ("%p", pszFsPath), VERR_INVALID_PARAMETER); 138 AssertMsgReturn(VALID_PTR(pProperties), ("%p", pProperties), VERR_INVALID_PARAMETER); local 181 AssertReturn(*pszFsPath, VERR_INVALID_PARAMETER);
|
H A D | path2-posix.cpp | 64 AssertReturn(*pszPath, VERR_INVALID_PARAMETER); 69 VERR_INVALID_PARAMETER); 70 AssertMsgReturn(RTPATH_F_IS_VALID(fFlags, 0), ("%#x\n", fFlags), VERR_INVALID_PARAMETER); local 138 AssertReturn(*pszPath, VERR_INVALID_PARAMETER); 143 AssertMsgReturn(RTPATH_F_IS_VALID(fFlags, 0), ("%#x\n", fFlags), VERR_INVALID_PARAMETER); local 240 AssertReturn(*pszPath, VERR_INVALID_PARAMETER); 241 AssertMsgReturn(RTPATH_F_IS_VALID(fFlags, 0), ("%#x\n", fFlags), VERR_INVALID_PARAMETER); local 243 AssertReturn(uid == uidNative, VERR_INVALID_PARAMETER); 245 AssertReturn(gid == gidNative, VERR_INVALID_PARAMETER);
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | direnum-win.cpp | 113 return VERR_INVALID_PARAMETER; 117 return VERR_INVALID_PARAMETER; 146 return VERR_INVALID_PARAMETER; 151 return VERR_INVALID_PARAMETER; 160 return VERR_INVALID_PARAMETER; 232 return VERR_INVALID_PARAMETER; 237 return VERR_INVALID_PARAMETER; 243 return VERR_INVALID_PARAMETER; 245 AssertMsgReturn(RTPATH_F_IS_VALID(fFlags, 0), ("%#x\n", fFlags), VERR_INVALID_PARAMETER); local 253 return VERR_INVALID_PARAMETER; [all...] |
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFAddr.cpp | 110 AssertReturn(idCpu < pUVM->cCpus, VERR_INVALID_PARAMETER); 254 * @retval VERR_INVALID_PARAMETER if the address is invalid. 277 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), VERR_INVALID_PARAMETER); local 281 AssertReturn(idCpu < pUVM->cCpus, VERR_INVALID_PARAMETER); 312 * @retval VERR_INVALID_PARAMETER if the address is invalid. 337 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), VERR_INVALID_PARAMETER); local 341 AssertReturn(idCpu < pUVM->cCpus, VERR_INVALID_PARAMETER); 429 * @retval VERR_INVALID_PARAMETER if the address is invalid. 457 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), VERR_INVALID_PARAMETER); local 459 AssertReturn(idCpu < pUVM->cCpus, VERR_INVALID_PARAMETER); [all...] |
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceControl.cpp | 202 AssertReturn(RT_IS_POWER_OF_TWO(cbScratchBuf), VERR_INVALID_PARAMETER); local
|
/vbox/src/VBox/Runtime/r0drv/darwin/ |
H A D | semevent-r0drv-darwin.cpp | 99 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER); 239 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 240 AssertMsgReturn(pThis->u32Magic == RTSEMEVENT_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 241 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local
|
H A D | semeventmulti-r0drv-darwin.cpp | 102 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER); 258 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local
|
/vbox/src/VBox/Runtime/r0drv/freebsd/ |
H A D | semevent-r0drv-freebsd.c | 75 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER); 174 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 175 AssertMsgReturn(pThis->u32Magic == RTSEMEVENT_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 176 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local
|
H A D | semeventmulti-r0drv-freebsd.c | 96 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER); 146 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 147 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 171 return VERR_INVALID_PARAMETER; 172 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 173 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 202 return VERR_INVALID_PARAMETER; 203 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 204 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 235 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 237 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local [all...] |
/vbox/src/VBox/Runtime/r0drv/haiku/ |
H A D | semevent-r0drv-haiku.c | 70 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER); 179 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 180 AssertMsgReturn(pThis->u32Magic == RTSEMEVENT_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 181 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local 192 return VERR_INVALID_PARAMETER; 199 return VERR_INVALID_PARAMETER;
|
H A D | semeventmulti-r0drv-haiku.c | 71 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER); 126 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 127 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 148 return VERR_INVALID_PARAMETER; 149 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 150 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 170 return VERR_INVALID_PARAMETER; 171 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 172 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 205 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 207 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local [all...] |
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | semevent-r0drv-linux.c | 76 AssertReturn(!(fFlags & ~(RTSEMEVENT_FLAGS_NO_LOCK_VAL | RTSEMEVENT_FLAGS_BOOTSTRAP_HACK)), VERR_INVALID_PARAMETER); 181 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 182 AssertMsgReturn(pThis->u32Magic == RTSEMEVENT_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 183 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local
|
H A D | semeventmulti-r0drv-linux.c | 99 AssertReturn(!(fFlags & ~RTSEMEVENTMULTI_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER); 152 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 153 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 179 return VERR_INVALID_PARAMETER; 180 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 181 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 212 return VERR_INVALID_PARAMETER; 213 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 214 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER); 246 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 248 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER); local [all...] |