Lines Matching defs:VERR_INVALID_PARAMETER
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;
195 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER);
196 AssertMsgReturn(pThis->u32Magic == RTSEMEVENTMULTI_MAGIC, ("%p u32Magic=%RX32\n", pThis, pThis->u32Magic), VERR_INVALID_PARAMETER);
197 AssertReturn(RTSEMWAIT_FLAGS_ARE_VALID(fFlags), VERR_INVALID_PARAMETER);