Searched defs:fFlags (Results 201 - 225 of 523) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-dump.cpp52 uint32_t fFlags; member in struct:RTASN1DUMPDATA
106 if ((pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT))
139 if ( (pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT)
581 if (pAsn1Core->fFlags & RTASN1CORE_F_DEFAULT)
591 if (pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT)
600 if ((pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT) && pAsn1Core->cb <= 8)
612 if ((pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT))
637 if ((pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT))
751 if (!pAsn1Core->fFlags)
811 RTDECL(int) RTAsn1Dump(PCRTASN1CORE pAsn1Core, uint32_t fFlags, uint32_ argument
[all...]
H A Dasn1-ut-bitstring.cpp129 RTDECL(int) RTAsn1BitString_RefreshContent(PRTASN1BITSTRING pThis, uint32_t fFlags, argument
135 int rc = RTAsn1EncodePrepare(pThis->pEncapsulated, fFlags, &cbEncoded, pErrInfo);
154 rc = RTAsn1EncodeWrite(pThis->pEncapsulated, fFlags, rtAsn1BitStringEncodeWriter, &Ctx, pErrInfo);
170 RTDECL(bool) RTAsn1BitString_AreContentBitsValid(PCRTASN1BITSTRING pThis, uint32_t fFlags) argument
179 int rc = RTAsn1EncodePrepare(pThis->pEncapsulated, fFlags, &cbEncoded, NULL);
200 rc = RTAsn1EncodeWrite(pThis->pEncapsulated, fFlags, rtAsn1BitStringEncodeCompare, &Ctx, NULL);
216 static DECLCALLBACK(int) RTAsn1BitString_EncodePrep(PRTASN1CORE pThisCore, uint32_t fFlags, PRTERRINFO pErrInfo) argument
227 int rc = RTAsn1EncodePrepare(pThis->pEncapsulated, fFlags, &cbEncoded, pErrInfo);
243 rc = RTAsn1EncodeWrite(pThis->pEncapsulated, fFlags, rtAsn1BitStringEncodeCompare, &Ctx, NULL);
256 rc = RTAsn1EncodeRecalcHdrSize(&pThis->Asn1Core, fFlags, pErrInf
263 RTAsn1BitString_EncodeWrite(PRTASN1CORE pThisCore, uint32_t fFlags, PFNRTASN1ENCODEWRITER pfnWriter, void *pvUser, PRTERRINFO pErrInfo) argument
493 RTAsn1BitString_CheckSanity(PCRTASN1BITSTRING pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag) argument
[all...]
H A Dasn1-ut-integer.cpp170 pThis->Asn1Core.fFlags &= ~RTASN1CORE_F_PRESENT;
171 pThis->Asn1Core.fFlags |= RTASN1CORE_F_DEFAULT;
179 AssertReturn(pThis->Asn1Core.fFlags, -1);
435 RTDECL(int) RTAsn1Integer_CheckSanity(PCRTASN1INTEGER pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag) argument
H A Dasn1-ut-objid.cpp526 RTDECL(int) RTAsn1ObjId_CheckSanity(PCRTASN1OBJID pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag) argument
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp139 uint32_t fFlags; member in struct:RTMANIFESTEQUALS
187 * @param fFlags Flags, MBZ.
190 RTDECL(int) RTManifestCreate(uint32_t fFlags, PRTMANIFEST phManifest) argument
192 AssertReturn(!fFlags, VERR_INVALID_PARAMETER);
454 if (pEquals->fFlags & RTMANIFEST_EQUALS_IGN_MISSING_ATTRS)
511 && ( !(pEquals->fFlags & RTMANIFEST_EQUALS_IGN_MISSING_ATTRS)
573 const char * const *papszIgnoreAttr, uint32_t fFlags, char *pszError, size_t cbError)
593 AssertReturn(!(fFlags & ~(RTMANIFEST_EQUALS_IGN_MISSING_ATTRS)), VERR_INVALID_PARAMETER);
614 Equals.fFlags = fFlags;
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dpemfile.cpp327 RTDECL(int) RTCrPemReadFile(const char *pszFilename, uint32_t fFlags, PCRTCRPEMMARKER paMarkers, size_t cMarkers, argument
330 AssertReturn(!fFlags, VERR_INVALID_FLAGS);
H A Dpkcs7-verify.cpp51 static int rtCrPkcs7VerifySignedDataUsingOpenSsl(PCRTCRPKCS7CONTENTINFO pContentInfo, uint32_t fFlags, argument
124 if (!(pCert->TbsCertificate.T3.fFlags & RTCRX509TBSCERTIFICATE_F_PRESENT_EXT_KEY_USAGE))
136 if ( (pCert->TbsCertificate.T3.fFlags & RTCRX509TBSCERTIFICATE_F_PRESENT_KEY_USAGE)
148 RTDECL(int) RTCrPkcs7VerifyCertCallbackDefault(PCRTCRX509CERTIFICATE pCert, RTCRX509CERTPATHS hCertPaths, uint32_t fFlags, argument
153 if (fFlags & RTCRPKCS7VCC_F_SIGNED_DATA)
156 if ( (fFlags & RTCRPKCS7VCC_F_TIMESTAMP)
168 RTDECL(int) RTCrPkcs7VerifyCertCallbackCodeSigning(PCRTCRX509CERTIFICATE pCert, RTCRX509CERTPATHS hCertPaths, uint32_t fFlags, argument
172 if (fFlags & RTCRPKCS7VCC_F_SIGNED_DATA)
183 if (!(pCert->TbsCertificate.T3.fFlags & RTCRX509TBSCERTIFICATE_F_PRESENT_EXT_KEY_USAGE))
194 if ( (fFlags
222 rtCrPkcs7VerifySignerInfoAuthAttribs(PCRTCRPKCS7SIGNERINFO pSignerInfo, PCRTCRPKCS7SIGNEDDATA pSignedData, PRTCRDIGEST phDigest, uint32_t fFlags, PRTERRINFO pErrInfo) argument
376 rtCrPkcs7VerifySignerInfo(PCRTCRPKCS7SIGNERINFO pSignerInfo, PCRTCRPKCS7SIGNEDDATA pSignedData, RTCRDIGEST hDigest, uint32_t fFlags, RTCRSTORE hAdditionalCerts, RTCRSTORE hTrustedCerts, PCRTTIMESPEC pValidationTime, PFNRTCRPKCS7VERIFYCERTCALLBACK pfnVerifyCert, uint32_t fVccFlags, void *pvUser, PRTERRINFO pErrInfo) argument
526 rtCrPkcs7VerifyCounterSignerInfo(PCRTCRPKCS7SIGNERINFO pCounterSignerInfo, PCRTCRPKCS7SIGNERINFO pPrimarySignerInfo, PCRTCRPKCS7SIGNEDDATA pSignedData, uint32_t fFlags, RTCRSTORE hAdditionalCerts, RTCRSTORE hTrustedCerts, PCRTTIMESPEC pValidationTime, PFNRTCRPKCS7VERIFYCERTCALLBACK pfnVerifyCert, uint32_t fVccFlags, void *pvUser, PRTERRINFO pErrInfo) argument
568 RTCrPkcs7VerifySignedData(PCRTCRPKCS7CONTENTINFO pContentInfo, uint32_t fFlags, RTCRSTORE hAdditionalCerts, RTCRSTORE hTrustedCerts, PCRTTIMESPEC pValidationTime, PFNRTCRPKCS7VERIFYCERTCALLBACK pfnVerifyCert, void *pvUser, PRTERRINFO pErrInfo) argument
[all...]
H A Dstore-inmem.cpp53 uint32_t fFlags; member in struct:RTCRSTOREINMEMCERT
129 pEntry->Core.Public.fFlags = fEnc;
278 static DECLCALLBACK(int) rtCrStoreInMem_CertAddEncoded(void *pvProvider, uint32_t fFlags, argument
284 AssertMsgReturn( fFlags == RTCRCERTCTX_F_ENC_X509_DER
285 || fFlags == RTCRCERTCTX_F_ENC_TAF_DER
286 , ("Only X.509 and TAF DER are supported: %#x\n", fFlags), VERR_INVALID_FLAGS);
295 rc = rtCrStoreInMemCreateCertEntry(pThis, fFlags, pbEncoded, cbEncoded, pErrInfo, &pThis->papCerts[pThis->cCerts]);
H A Dstore.cpp169 RTDECL(int) RTCrStoreCertAddEncoded(RTCRSTORE hStore, uint32_t fFlags, void const *pvSrc, size_t cbSrc, PRTERRINFO pErrInfo) argument
176 AssertMsgReturn( fFlags == RTCRCERTCTX_F_ENC_X509_DER
177 || fFlags == RTCRCERTCTX_F_ENC_TAF_DER
178 , ("Only X.509 and TAF DER supported: %#x\n", fFlags), VERR_INVALID_FLAGS);
182 rc = pThis->pProvider->pfnCertAddEncoded(pThis->pvProvider, fFlags, (uint8_t const *)pvSrc, (uint32_t)cbSrc, pErrInfo);
296 RTDECL(int) RTCrStoreConvertToOpenSslCertStore(RTCRSTORE hStore, uint32_t fFlags, void **ppvOpenSslStore) argument
319 if (pCertCtx->fFlags & RTCRCERTCTX_F_ENC_X509_DER)
349 RTDECL(int) RTCrStoreConvertToOpenSslCertStack(RTCRSTORE hStore, uint32_t fFlags, void **ppvOpenSslStack) argument
372 if (pCertCtx->fFlags & RTCRCERTCTX_F_ENC_X509_DER)
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp59 uint32_t fFlags; member in struct:RTDVMINTERNAL
186 uint64_t cbSector, uint32_t fFlags, void *pvUser)
191 AssertMsgReturn(!(fFlags & ~DVM_FLAGS_MASK),
192 ("Invalid flags given %#x\n", fFlags),
206 pThis->fFlags = fFlags;
525 else if (!(pThis->fFlags & DVM_FLAGS_NO_STATUS_CALLBACK_MARK_AS_UNUSED))
537 if (pThis->fFlags & DVM_FLAGS_UNUSED_SPACE_MARK_AS_USED)
184 RTDvmCreate(PRTDVM phVolMgr, PFNDVMREAD pfnRead, PFNDVMWRITE pfnWrite, uint64_t cbDisk, uint64_t cbSector, uint32_t fFlags, void *pvUser) argument
H A Ddvmmbr.cpp363 uint64_t fFlags = 0; local
367 fFlags |= DVMVOLUME_FLAGS_BOOTABLE | DVMVOLUME_FLAGS_ACTIVE;
369 return fFlags;
/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp64 int iFirst, uint32_t fFlags)
66 AssertReturn(!(fFlags & ~(RTGETOPTINIT_FLAGS_OPTS_FIRST | RTGETOPTINIT_FLAGS_NO_STD_OPTS)), VERR_INVALID_PARAMETER);
76 pState->fFlags = fFlags;
82 Assert(!(paOptions[i].fFlags & ~RTGETOPT_VALID_MASK));
137 * @param fFlags Init flags.
139 static PCRTGETOPTDEF rtGetOptSearchLong(const char *pszOption, PCRTGETOPTDEF paOptions, size_t cOptions, uint32_t fFlags) argument
146 if ((pOpt->fFlags & RTGETOPT_REQ_MASK) != RTGETOPT_REQ_NOTHING)
160 || ( pOpt->fFlags & RTGETOPT_FLAG_ICASE
163 if (pOpt->fFlags
62 RTGetOptInit(PRTGETOPTSTATE pState, int argc, char **argv, PCRTGETOPTDEF paOptions, size_t cOptions, int iFirst, uint32_t fFlags) argument
217 rtGetOptSearchShort(int chOption, PCRTGETOPTDEF paOptions, size_t cOptions, uint32_t fFlags) argument
247 rtGetOptProcessValue(uint32_t fFlags, const char *pszValue, PRTGETOPTUNION pValueUnion) argument
697 RTGetOptFetchValue(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion, uint32_t fFlags) argument
[all...]
H A Dgetoptargv.cpp336 * @param fFlags Quoting style.
340 DECLINLINE(bool) rtGetOpArgvRequiresQuoting(const char *pszArg, uint32_t fFlags, size_t *pcch) argument
347 && ASMBitTest(&g_abmQuoteChars[fFlags & RTGETOPTARGV_CNV_QUOTE_MASK], ch))
389 RTDECL(int) RTGetOptArgvToString(char **ppszCmdLine, const char * const *papszArgv, uint32_t fFlags) argument
391 AssertReturn(!(fFlags & ~RTGETOPTARGV_CNV_QUOTE_MASK), VERR_INVALID_PARAMETER);
432 if (!rtGetOpArgvRequiresQuoting(pszArg, fFlags, &cchArg))
437 else if ((fFlags & RTGETOPTARGV_CNV_QUOTE_MASK) == RTGETOPTARGV_CNV_QUOTE_MS_CRT)
501 RTDECL(int) RTGetOptArgvToUtf16String(PRTUTF16 *ppwszCmdLine, const char * const *papszArgv, uint32_t fFlags) argument
504 int rc = RTGetOptArgvToString(&pszCmdLine, papszArgv, fFlags);
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Ddirops.c652 uint32_t fFlags; local
661 fFlags = fDirectory ? SHFL_REMOVE_DIR : SHFL_REMOVE_FILE;
665 fFlags |= SHFL_REMOVE_SYMLINK;
666 rc = vboxCallRemove(&client_handle, &sf_g->map, path, fFlags);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp92 * @param fFlags Mouse pointer flags.
100 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg) argument
111 pReq->fFlags = fFlags;
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DModesetting.cpp126 * @param fFlags flags for the mode. These will be or-ed with the
135 uint16_t fFlags, uint16_t cx,
152 fFlags | VBE_DISPI_ENABLED);
181 uint16_t fFlags; local
185 fFlags = VBoxVideoCmnPortReadUshort(VBE_DISPI_IOPORT_DATA);
211 *pfFlags = fFlags;
212 return RT_BOOL(fFlags & VBE_DISPI_ENABLED);
251 uint16_t fFlags)
274 pScreen->u16Flags = fFlags;
133 VBoxVideoSetModeRegisters(uint16_t cWidth, uint16_t cHeight, uint16_t cVirtWidth, uint16_t cBPP, uint16_t fFlags, uint16_t cx, uint16_t cy) argument
242 VBoxHGSMIProcessDisplayInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, uint32_t cDisplay, int32_t cOriginX, int32_t cOriginY, uint32_t offStart, uint32_t cbPitch, uint32_t cWidth, uint32_t cHeight, uint16_t cBPP, uint16_t fFlags) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.cpp21 DECLCALLBACK(int) vboxUhgsmiBaseEscBufferLock(PVBOXUHGSMI_BUFFER pBuf, uint32_t offLock, uint32_t cbLock, VBOXUHGSMI_BUFFER_LOCK_FLAGS fFlags, void**pvLock) argument
180 if (pBufInfo->fFlags.bEntireBuffer)
H A DVBoxUhgsmiBase.h91 DECLINLINE(int) vboxUhgsmiBaseDxLockData(PVBOXUHGSMI_BUFFER_PRIVATE_DX_ALLOC_BASE pPrivate, uint32_t offLock, uint32_t cbLock, VBOXUHGSMI_BUFFER_LOCK_FLAGS fFlags, argument
97 if (fFlags.bLockEntire)
137 fLockFlags.ReadOnly = fFlags.bReadOnly;
138 fLockFlags.WriteOnly = fFlags.bWriteOnly;
139 fLockFlags.DonotWait = fFlags.bDonotWait;
140 // fLockFlags.Discard = fFlags.bDiscard;
189 pAllocationList->WriteOperation = !pBufInfo->fFlags.bHostReadOnly;
190 pAllocationList->DoNotRetireInstance = pBufInfo->fFlags.bDoNotRetire;
191 if (pBufInfo->fFlags.bEntireBuffer)
209 DECLCALLBACK(int) vboxUhgsmiBaseEscBufferLock(PVBOXUHGSMI_BUFFER pBuf, uint32_t offLock, uint32_t cbLock, VBOXUHGSMI_BUFFER_LOCK_FLAGS fFlags, voi
[all...]
H A DVBoxUhgsmiKmt.cpp57 DECLCALLBACK(int) vboxUhgsmiKmtBufferLock(PVBOXUHGSMI_BUFFER pBuf, uint32_t offLock, uint32_t cbLock, VBOXUHGSMI_BUFFER_LOCK_FLAGS fFlags, void**pvLock) argument
66 int rc = vboxUhgsmiBaseDxLockData(pBuffer, offLock, cbLock, fFlags,
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPShgsmi.cpp61 if(!(ASMAtomicReadU32((volatile uint32_t *)&pHeader->fFlags) & VBOXSHGSMI_FLAG_HG_ASYNCH))
76 pHeader->fFlags = VBOXSHGSMI_FLAG_GH_ASYNCH_IRQ;
121 const VBOXSHGSMIHEADER* VBoxSHGSMICommandPrepAsynch (PVBOXSHGSMI pHeap, PVOID pvBuff, PFNVBOXSHGSMICMDCOMPLETION pfnCompletion, PVOID pvCompletion, uint32_t fFlags) argument
123 fFlags &= ~VBOXSHGSMI_FLAG_GH_ASYNCH_CALLBACK_IRQ;
127 pHeader->fFlags = fFlags;
132 const VBOXSHGSMIHEADER* VBoxSHGSMICommandPrepAsynchIrq (PVBOXSHGSMI pHeap, PVOID pvBuff, PFNVBOXSHGSMICMDCOMPLETION_IRQ pfnCompletion, PVOID pvCompletion, uint32_t fFlags) argument
134 fFlags |= VBOXSHGSMI_FLAG_GH_ASYNCH_CALLBACK_IRQ | VBOXSHGSMI_FLAG_GH_ASYNCH_IRQ;
139 pHeader->fFlags = fFlags;
[all...]
H A DVBoxMPWddm.h167 DECLINLINE(int) vboxWddmScreenInfoInit(VBVAINFOSCREEN *pScreen, const VBOXWDDM_ALLOC_DATA *pAllocData, const POINT * pVScreenPos, uint16_t fFlags) argument
170 if (offVram == VBOXVIDEOOFFSET_VOID && !(fFlags & VBVA_SCREEN_F_DISABLED))
184 pScreen->u16Flags = fFlags;
/vbox/include/VBox/
H A DVBoxUhgsmi.h92 VBOXUHGSMI_BUFFER_SUBMIT_FLAGS fFlags; member in struct:VBOXUHGSMI_BUFFER_SUBMIT
101 typedef DECLCALLBACK(int) FNVBOXUHGSMI_BUFFER_LOCK(PVBOXUHGSMI_BUFFER pBuf, uint32_t offLock, uint32_t cbLock, VBOXUHGSMI_BUFFER_LOCK_FLAGS fFlags, void**pvLock);
/vbox/include/VBox/vmm/
H A Dpdmnetifs.h48 size_t fFlags; member in struct:PDMSCATTERGATHER
71 /** @name PDMSCATTERGATHER::fFlags
101 pSgBuf->fFlags = (pSgBuf->fFlags & ~PDMSCATTERGATHER_FLAGS_OWNER_MASK) | uNewOwner;
H A Dpdmsrv.h145 RTUINT fFlags; member in struct:PDMSRVREG
/vbox/include/iprt/
H A Dcritsect.h83 uint32_t fFlags; member in struct:RTCRITSECT
96 /** @name RTCritSectInitEx flags / RTCRITSECT::fFlags
127 * @param fFlags Flags, any combination of the RTCRITSECT_FLAGS
138 RTDECL(int) RTCritSectInitEx(PRTCRITSECT pCritSect, uint32_t fFlags,
369 RTCritSectInitEx((pCritSect), 0 /*fFlags*/, \
397 uint16_t fFlags; member in struct:RTCRITSECTRW
475 * @param fFlags Flags, any combination of the RTCRITSECT_FLAGS
486 RTDECL(int) RTCritSectRwInitEx(PRTCRITSECTRW pThis, uint32_t fFlags,
741 RTCritSectRwInitEx((a_pThis), 0 /*fFlags*/, \

Completed in 121 milliseconds

1234567891011>>