Searched defs:fFlags (Results 251 - 275 of 523) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Devices/Network/
H A DDrvDedicatedNic.cpp213 if (RT_UNLIKELY((pThis->XmitSg.fFlags & PDMSCATTERGATHER_FLAGS_MAGIC_MASK) == PDMSCATTERGATHER_FLAGS_MAGIC))
221 pThis->XmitSg.fFlags = PDMSCATTERGATHER_FLAGS_MAGIC | PDMSCATTERGATHER_FLAGS_OWNER_1;
255 Assert(pSgBuf->fFlags == (PDMSCATTERGATHER_FLAGS_MAGIC | PDMSCATTERGATHER_FLAGS_OWNER_1));
265 Assert((pSgBuf->fFlags & PDMSCATTERGATHER_FLAGS_MAGIC_MASK) == PDMSCATTERGATHER_FLAGS_MAGIC);
266 pSgBuf->fFlags = 0;
283 Assert(pSgBuf->fFlags == (PDMSCATTERGATHER_FLAGS_MAGIC | PDMSCATTERGATHER_FLAGS_OWNER_1));
304 pSgBuf->fFlags = 0;
461 static DECLCALLBACK(int) drvR3DedicatedNicConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) argument
524 /* fFlags */
H A DDrvNetShaper.cpp331 static DECLCALLBACK(void) drvR3NetShaperDetach(PPDMDRVINS pDrvIns, uint32_t fFlags) argument
335 LogFlow(("drvNetShaperDetach: pDrvIns: %p, fFlags: %u\n", pDrvIns, fFlags));
346 static DECLCALLBACK(int) drvR3NetShaperAttach(PPDMDRVINS pDrvIns, uint32_t fFlags) argument
349 LogFlow(("drvNetShaperAttach/#%#x: fFlags=%#x\n", pDrvIns->iInstance, fFlags));
356 int rc = PDMDrvHlpAttach(pDrvIns, fFlags, &pBaseDown);
406 static DECLCALLBACK(int) drvR3NetShaperConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) argument
502 rc = PDMDrvHlpAttach(pDrvIns, fFlags, &pBaseDown);
558 /* fFlags */
[all...]
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp941 static DECLCALLBACK(int) drvACPIConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) argument
1018 /* fFlags */
/vbox/src/VBox/Main/glue/
H A Dcom.cpp364 uint32_t fFlags, const char *pcszGroupSettings,
376 fFlags |= RTLOGFLAGS_USECRLF;
379 int vrc = RTLogCreateEx(&pReleaseLogger, fFlags, pcszGroupSettings,
363 VBoxLogRelCreate(const char *pcszEntity, const char *pcszLogFile, uint32_t fFlags, const char *pcszGroupSettings, const char *pcszEnvVarBase, uint32_t fDestFlags, uint32_t cMaxEntriesPerGroup, uint32_t cHistory, uint32_t uHistoryFileTime, uint64_t uHistoryFileSize, char *pszError, size_t cbError) argument
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp384 OpenReq.Hdr.fFlags = SUPREQHDR_FLAGS_DEFAULT;
472 pLoadReq->Hdr.fFlags = SUPREQHDR_FLAGS_MAGIC | SUPREQHDR_FLAGS_EXTRA_IN;
586 Req.Hdr.fFlags = SUPREQHDR_FLAGS_DEFAULT;
618 Req.Hdr.fFlags = SUPREQHDR_FLAGS_DEFAULT;
653 * @param fFlags See RTLDFLAGS_.
658 static int supR3HardenedLdrLoadIt(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo) argument
677 return RTLdrLoadEx(pszFilename, phLdrMod, fFlags, pErrInfo);
681 SUPR3DECL(int) SUPR3HardenedLdrLoad(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo) argument
710 return supR3HardenedLdrLoadIt(pszFilename, phLdrMod, fFlags, pErrInfo);
714 SUPR3DECL(int) SUPR3HardenedLdrLoadAppPriv(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINF argument
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c679 PINTNETTRUNKSWPORT pSwitchPort, uint32_t fFlags,
686 LogFlow(("vboxNetAdpFactoryCreateAndConnect: pszName=%p:{%s} fFlags=%#x\n", pszName, pszName, fFlags));
688 AssertMsgReturn(!fFlags,
689 ("%#x\n", fFlags), VERR_INVALID_PARAMETER);
678 vboxNetAdpFactoryCreateAndConnect(PINTNETTRUNKFACTORY pIfFactory, const char *pszName, PINTNETTRUNKSWPORT pSwitchPort, uint32_t fFlags, PINTNETTRUNKIFPORT *ppIfPort) argument
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1228 PINTNETTRUNKSWPORT pSwitchPort, uint32_t fFlags,
1235 LogFlow(("vboxNetFltFactoryCreateAndConnect: pszName=%p:{%s} fFlags=%#x\n", pszName, pszName, fFlags));
1237 AssertMsgReturn(!(fFlags & ~(INTNETTRUNKFACTORY_FLAG_NO_PROMISC)),
1238 ("%#x\n", fFlags), VERR_INVALID_PARAMETER);
1264 pCur->fDisablePromiscuous = !!(fFlags & INTNETTRUNKFACTORY_FLAG_NO_PROMISC);
1304 !!(fFlags & INTNETTRUNKFACTORY_FLAG_NO_PROMISC),
1227 vboxNetFltFactoryCreateAndConnect(PINTNETTRUNKFACTORY pIfFactory, const char *pszName, PINTNETTRUNKSWPORT pSwitchPort, uint32_t fFlags, PINTNETTRUNKIFPORT *ppIfPort) argument
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c178 static DECLCALLBACK(int) vboxPciDevInit(PRAWPCIDEVPORT pPort, uint32_t fFlags) argument
185 rc = vboxPciOsDevInit(pThis, fFlags);
195 static DECLCALLBACK(int) vboxPciDevDeinit(PRAWPCIDEVPORT pPort, uint32_t fFlags) argument
209 rc = vboxPciOsDevDeinit(pThis, fFlags);
279 int32_t fFlags,
287 rc = vboxPciOsDevMapRegion(pThis, iRegion, RegionStart, u64RegionSize, fFlags, pRegionBase);
451 uint32_t fFlags,
491 rc = pNew->DevPort.pfnInit(&pNew->DevPort, fFlags);
516 uint32_t fFlags,
524 LogFlow(("vboxPciFactoryCreateAndConnect: PCI=%x fFlags
275 vboxPciDevMapRegion(PRAWPCIDEVPORT pPort, int32_t iRegion, RTHCPHYS RegionStart, uint64_t u64RegionSize, int32_t fFlags, RTR0PTR *pRegionBase) argument
449 vboxPciNewInstance(PVBOXRAWPCIGLOBALS pGlobals, uint32_t u32HostAddress, uint32_t fFlags, PRAWPCIPERVM pVmCtx, PRAWPCIDEVPORT *ppDevPort, uint32_t *pfDevFlags) argument
514 vboxPciFactoryCreateAndConnect(PRAWPCIFACTORY pFactory, uint32_t u32HostAddress, uint32_t fFlags, PRAWPCIPERVM pVmCtx, PRAWPCIDEVPORT *ppDevPort, uint32_t *pfDevFlags) argument
[all...]
/vbox/src/VBox/HostServices/SharedFolders/
H A Dservice.cpp1313 || paParms[2].type != VBOX_HGCM_SVC_PARM_32BIT /* fFlags */
1323 uint32_t fFlags = paParms[2].u.uint32; local
1337 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_WRITABLE) ? "writable" : "read-only",
1338 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_AUTOMOUNT) ? "true" : "false",
1339 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_CREATE_SYMLINKS) ? "true" : "false",
1340 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_MISSING) ? "true" : "false"));
1344 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_WRITABLE),
1345 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_AUTOMOUNT),
1346 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_CREATE_SYMLINKS),
1347 RT_BOOL(fFlags
[all...]
/vbox/src/VBox/Devices/Storage/
H A DATAPIPassthrough.cpp97 uint32_t fFlags; member in struct:TRACK
141 * @param fFlags Flags for the reallocation.
143 static int atapiTrackListReallocate(PTRACKLIST pTrackList, unsigned cTracks, uint32_t fFlags) argument
147 if (!(fFlags & ATAPI_TRACK_LIST_REALLOCATE_FLAGS_DONT_CLEAR))
159 pTrackList->paTracks[i].fFlags |= TRACK_FLAGS_UNDETECTED;
257 pTrack->fFlags |= TRACK_FLAGS_LEAD_OUT;
260 pTrack->fFlags &= ~TRACK_FLAGS_UNDETECTED;
289 pTrack->fFlags |= TRACK_FLAGS_LEAD_IN;
359 pTrack->fFlags &= ~TRACK_FLAGS_UNDETECTED;
483 LogRel((" Track %u: LBAStart=%lld cSectors=%u enmMainDataForm=%s enmSubChnDataForm=%s fFlags
[all...]
/vbox/src/VBox/Devices/USB/
H A DDrvVUSBRootHub.cpp961 static DECLCALLBACK(int) vusbRhConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) argument
1215 /* fFlags */
/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp283 * @param fFlags Format flags, see DIS_FORMAT_FLAGS_*.
287 DISDECL(size_t) DISFormatYasmEx(PCDISSTATE pDis, char *pszBuf, size_t cchBuf, uint32_t fFlags, argument
298 AssertMsg(DIS_FMT_FLAGS_IS_VALID(fFlags), ("%#x\n", fFlags)); local
299 if (fFlags & DIS_FMT_FLAGS_ADDR_COMMENT)
300 fFlags = (fFlags & ~DIS_FMT_FLAGS_ADDR_LEFT) | DIS_FMT_FLAGS_ADDR_RIGHT;
301 if (fFlags & DIS_FMT_FLAGS_BYTES_COMMENT)
302 fFlags = (fFlags
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGMachinePreview.cpp399 int fFlags = Qt::AlignCenter | Qt::TextWordWrap; local
410 r = pPainter->boundingRect(m_vRect, fFlags, m_strPreviewName);
414 pPainter->drawText(m_vRect, fFlags, m_strPreviewName);
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp224 uint32_t fFlags)
298 rc = appendPathRecursive(pszRecDir, cbBaseLen, fFlags);
331 rc = appendPathRecursive(pszNewFile, cbBaseLen, fFlags);
352 int DnDURIList::AppendNativePath(const char *pszPath, uint32_t fFlags) argument
366 rc = AppendURIPath(pszPathURI, fFlags);
381 uint32_t fFlags)
388 return AppendNativePathsFromList(lstPaths, fFlags);
392 uint32_t fFlags)
399 rc = AppendNativePath(strPath.c_str(), fFlags);
408 int DnDURIList::AppendURIPath(const char *pszURI, uint32_t fFlags) argument
223 appendPathRecursive(const char *pcszPath, size_t cbBaseLen, uint32_t fFlags) argument
380 AppendNativePathsFromList(const char *pszNativePaths, size_t cbNativePaths, uint32_t fFlags) argument
391 AppendNativePathsFromList(const RTCList<RTCString> &lstNativePaths, uint32_t fFlags) argument
459 AppendURIPathsFromList(const char *pszURIPaths, size_t cbURIPaths, uint32_t fFlags) argument
470 AppendURIPathsFromList(const RTCList<RTCString> &lstURI, uint32_t fFlags) argument
507 RootFromURIData(const void *pvData, size_t cbData, uint32_t fFlags) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c114 static void *VBoxCtfMap64Fake(void *pvAddr, size_t cb, int fProt, int fFlags, int fd, int64_t offFile) argument
122 Assert(fFlags == MAP_PRIVATE);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp444 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
445 int rc = RTTimerCreateEx(&pTimer, 0, fFlags, tstRTR0TimerCallbackU32Counter, &State);
495 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
498 int rc = RTTimerCreateEx(&pTimer, 0, fFlags, tstRTR0TimerCallbackRestartOnce, &State);
528 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
531 int rc = RTTimerCreateEx(&pTimer, 0, fFlags, tstRTR0TimerCallbackDestroyOnce, &State);
573 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
574 fFlags |= RTTIMER_FLAGS_CPU(iCpu);
575 int rc = RTTimerCreateEx(&pTimer, 0, fFlags, tstRTR0TimerCallbackSpecific, &State);
617 uint32_t fFlags local
645 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
697 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
739 uint32_t fFlags = TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0; local
787 uint32_t fFlags = (TSTRTR0TIMER_IS_HIRES(uOperation) ? RTTIMER_FLAGS_HIGH_RES : 0) local
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3Db.cpp55 uint32_t fFlags; member in struct:CPUMDBENTRY
H A DDBGFCoreWrite.cpp151 * @param fFlags Flags (access permissions, PF_*).
159 static int Elf64WriteProgHdr(RTFILE hFile, uint32_t Type, uint32_t fFlags, uint64_t offFileData, uint64_t cbFileData, argument
165 ProgHdr.p_flags = fFlags;
518 uint32_t fFlags = (pDbgfData->fReplaceFile ? RTFILE_O_CREATE_REPLACE : RTFILE_O_CREATE) local
523 int rc = RTFileOpen(&hFile, pDbgfData->pszFilename, fFlags);
H A DDBGFDisas.cpp105 * @param fFlags DBGF_DISAS_FLAGS_XXX.
110 RTGCPTR GCPtr, uint32_t fFlags, PDBGFDISASSTATE pState)
126 pState->fUnpatchedBytes = RT_BOOL(fFlags & DBGF_DISAS_FLAGS_UNPATCHED_BYTES);
131 switch (fFlags & DBGF_DISAS_FLAGS_MODE_MASK)
409 * @param fFlags Flags controlling where to start and how to format.
416 dbgfR3DisasInstrExOnVCpu(PVM pVM, PVMCPU pVCpu, RTSEL Sel, PRTGCPTR pGCPtr, uint32_t fFlags, argument
424 * Get the Sel and GCPtr if fFlags requests that.
428 if (fFlags & DBGF_DISAS_FLAGS_CURRENT_GUEST)
435 else if (fFlags & DBGF_DISAS_FLAGS_CURRENT_HYPER)
437 fFlags |
109 dbgfR3DisasInstrFirst(PVM pVM, PVMCPU pVCpu, PDBGFSELINFO pSelInfo, PGMMODE enmMode, RTGCPTR GCPtr, uint32_t fFlags, PDBGFDISASSTATE pState) argument
695 DBGFR3DisasInstrEx(PUVM pUVM, VMCPUID idCpu, RTSEL Sel, RTGCPTR GCPtr, uint32_t fFlags, char *pszOutput, uint32_t cbOutput, uint32_t *pcbInstr) argument
[all...]
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp70 uint32_t fFlags; member in struct:RTHEAPOFFSETBLOCK
78 /** The mask that needs to be applied to RTHEAPOFFSETBLOCK::fFlags to obtain the magic value. */
87 ( ((pBlock)->fFlags & RTHEAPOFFSETBLOCK_FLAGS_MAGIC_MASK) == RTHEAPOFFSETBLOCK_FLAGS_MAGIC )
95 ( ((pBlock)->fFlags & (RTHEAPOFFSETBLOCK_FLAGS_MAGIC_MASK | RTHEAPOFFSETBLOCK_FLAGS_FREE)) \
104 ( ((pBlock)->fFlags & (RTHEAPOFFSETBLOCK_FLAGS_MAGIC_MASK | RTHEAPOFFSETBLOCK_FLAGS_FREE)) \
112 #define RTHEAPOFFSETBLOCK_IS_FREE(pBlock) (!!((pBlock)->fFlags & RTHEAPOFFSETBLOCK_FLAGS_FREE))
257 do { AssertMsg(RTHEAPOFFSETBLOCK_IS_VALID(pBlock), ("%#x\n", (pBlock)->fFlags)); \
266 do { AssertMsg(RTHEAPOFFSETBLOCK_IS_VALID_USED((pBlock)), ("%#x\n", (pBlock)->fFlags)); \
406 pFree->Core.fFlags = RTHEAPOFFSETBLOCK_FLAGS_MAGIC | RTHEAPOFFSETBLOCK_FLAGS_FREE;
552 pFree->Core.fFlags
[all...]
H A Dheapsimple.cpp69 uintptr_t fFlags; member in struct:RTHEAPSIMPLEBLOCK
77 /** The mask that needs to be applied to RTHEAPSIMPLEBLOCK::fFlags to obtain the magic value. */
86 ( ((pBlock)->fFlags & RTHEAPSIMPLEBLOCK_FLAGS_MAGIC_MASK) == RTHEAPSIMPLEBLOCK_FLAGS_MAGIC )
94 ( ((pBlock)->fFlags & (RTHEAPSIMPLEBLOCK_FLAGS_MAGIC_MASK | RTHEAPSIMPLEBLOCK_FLAGS_FREE)) \
103 ( ((pBlock)->fFlags & (RTHEAPSIMPLEBLOCK_FLAGS_MAGIC_MASK | RTHEAPSIMPLEBLOCK_FLAGS_FREE)) \
111 #define RTHEAPSIMPLEBLOCK_IS_FREE(pBlock) (!!((pBlock)->fFlags & RTHEAPSIMPLEBLOCK_FLAGS_FREE))
201 do { AssertMsg(RTHEAPSIMPLEBLOCK_IS_VALID(pBlock), ("%#x\n", (pBlock)->fFlags)); \
210 do { AssertMsg(RTHEAPSIMPLEBLOCK_IS_VALID_USED((pBlock)), ("%#x\n", (pBlock)->fFlags)); \
323 pFree->Core.fFlags = RTHEAPSIMPLEBLOCK_FLAGS_MAGIC | RTHEAPSIMPLEBLOCK_FLAGS_FREE;
538 pPrev->fFlags
[all...]
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-cursor.cpp67 PRTERRINFO pErrInfo, PCRTASN1ALLOCATORVTABLE pAllocator, uint32_t fFlags,
72 pPrimaryCursor->Cursor.fFlags = fFlags;
92 pChild->fFlags = pParent->fFlags;
117 pChild->fFlags = pParent->fFlags;
224 pAsn1Core->fFlags = 0;
280 if (pCursor->fFlags & (RTASN1CURSOR_FLAGS_DER | RTASN1CURSOR_FLAGS_CER))
298 else if (pCursor->fFlags
66 RTAsn1CursorInitPrimary(PRTASN1CURSORPRIMARY pPrimaryCursor, void const *pvFirst, uint32_t cb, PRTERRINFO pErrInfo, PCRTASN1ALLOCATORVTABLE pAllocator, uint32_t fFlags, const char *pszErrorTag) argument
326 RTAsn1CursorMatchTagClassFlagsEx(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass, bool fString, uint32_t fFlags, const char *pszErrorTag, const char *pszWhat) argument
367 rtAsn1CursorGetXxxxCursor(PRTASN1CURSOR pCursor, uint32_t fFlags, uint32_t uTag, uint8_t fClass, PRTASN1CORE pAsn1Core, PRTASN1CURSOR pRetCursor, const char *pszErrorTag, const char *pszWhat) argument
399 RTAsn1CursorGetSequenceCursor(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1SEQUENCECORE pSeqCore, PRTASN1CURSOR pSeqCursor, const char *pszErrorTag) argument
407 RTAsn1CursorGetSetCursor(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1SETCORE pSetCore, PRTASN1CURSOR pSetCursor, const char *pszErrorTag) argument
415 RTAsn1CursorGetContextTagNCursor(PRTASN1CURSOR pCursor, uint32_t fFlags, uint32_t uExpectedTag, PRTASN1CONTEXTTAG pCtxTag, PRTASN1CURSOR pCtxTagCursor, const char *pszErrorTag) argument
452 RTAsn1CursorGetCore(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1CORE pAsn1Core, const char *pszErrorTag) argument
458 RTAsn1CursorGetNull(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1NULL pNull, const char *pszErrorTag) argument
464 RTAsn1CursorGetInteger(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1INTEGER pInteger, const char *pszErrorTag) argument
470 RTAsn1CursorGetBoolean(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1BOOLEAN pBoolean, const char *pszErrorTag) argument
476 RTAsn1CursorGetObjId(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OBJID pObjId, const char *pszErrorTag) argument
482 RTAsn1CursorGetTime(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1TIME pTime, const char *pszErrorTag) argument
488 RTAsn1CursorGetBitStringEx(PRTASN1CURSOR pCursor, uint32_t fFlags, uint32_t cMaxBits, PRTASN1BITSTRING pBitString, const char *pszErrorTag) argument
495 RTAsn1CursorGetBitString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1BITSTRING pBitString, const char *pszErrorTag) argument
501 RTAsn1CursorGetOctetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OCTETSTRING pOctetString, const char *pszErrorTag) argument
508 RTAsn1CursorGetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag) argument
514 RTAsn1CursorGetIa5String(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag) argument
520 RTAsn1CursorGetUtf8String(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag) argument
526 RTAsn1CursorGetBmpString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag) argument
532 RTAsn1CursorGetDynType(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1DYNTYPE pDynType, const char *pszErrorTag) argument
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp320 RTDECL(int) RTDbgModCreate(PRTDBGMOD phDbgMod, const char *pszName, RTUINTPTR cbSeg, uint32_t fFlags) argument
329 AssertReturn(fFlags == 0 || fFlags == RTDBGMOD_F_NOT_DEFERRED, VERR_INVALID_PARAMETER);
1367 PCRTUUID pUuid, RTDBGCFG hDbgCfg, uint32_t fFlags)
1387 AssertReturn(!(fFlags & ~(RTDBGMOD_F_NOT_DEFERRED)), VERR_INVALID_PARAMETER);
1426 || (fFlags & RTDBGMOD_F_NOT_DEFERRED) )
1673 uint32_t fFlags, PRTDBGSEGIDX piSeg)
1685 AssertMsgReturn(!fFlags, ("%#x\n", fFlags), VERR_INVALID_PARAMETER);
1693 int rc = pDbgMod->pDbgVt->pfnSegmentAdd(pDbgMod, uRva, cb, pszName, cchName, fFlags, piSe
1365 RTDbgModCreateFromMachOImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTLDRARCH enmArch, uint32_t cbImage, uint32_t cSegs, PCRTDBGSEGMENT paSegs, PCRTUUID pUuid, RTDBGCFG hDbgCfg, uint32_t fFlags) argument
[all...]
H A Ddbgmoddbghelp.cpp106 static DECLCALLBACK(int) rtDbgModDbgHelp_SymbolByAddr(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, RTUINTPTR off, uint32_t fFlags, argument
110 return RTDbgModSymbolByAddr(hCnt, iSeg, off, fFlags, poffDisp, pSymInfo);
142 RTDBGSEGIDX iSeg, RTUINTPTR off, RTUINTPTR cb, uint32_t fFlags,
147 return RTDbgModSymbolAdd(hCnt, pszSymbol, iSeg, off, cb, fFlags, piOrdinal);
169 uint32_t fFlags, PRTDBGSEGIDX piSeg)
173 return RTDbgModSegmentAdd(hCnt, uRva, cb, pszName, fFlags, piSeg);
377 return RTDbgModSegmentAdd(pArgs->hCnt, pSeg->RVA, cb, pSeg->pszName, 0 /*fFlags*/, NULL);
399 int rc = RTDbgModCreate(&hCnt, pMod->pszName, 0 /*cbSeg*/, 0 /*fFlags*/);
430 uImageBase, cbImage, NULL /*pModData*/, 0 /*fFlags*/);
141 rtDbgModDbgHelp_SymbolAdd(PRTDBGMODINT pMod, const char *pszSymbol, size_t cchSymbol, RTDBGSEGIDX iSeg, RTUINTPTR off, RTUINTPTR cb, uint32_t fFlags, uint32_t *piOrdinal) argument
168 rtDbgModDbgHelp_SegmentAdd(PRTDBGMODINT pMod, RTUINTPTR uRva, RTUINTPTR cb, const char *pszName, size_t cchName, uint32_t fFlags, PRTDBGSEGIDX piSeg) argument
H A Ddbgmodnm.cpp94 static DECLCALLBACK(int) rtDbgModNm_SymbolByAddr(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, RTUINTPTR off, uint32_t fFlags, argument
98 return RTDbgModSymbolByAddr(pThis->hCnt, iSeg, off, fFlags, poffDisp, pSymInfo);
130 RTDBGSEGIDX iSeg, RTUINTPTR off, RTUINTPTR cb, uint32_t fFlags,
135 return RTDbgModSymbolAdd(pThis->hCnt, pszSymbol, iSeg, off, cb, fFlags, piOrdinal);
157 size_t cchName, uint32_t fFlags, PRTDBGSEGIDX piSeg)
161 return RTDbgModSegmentAdd(pThis->hCnt, uRva, cb, pszName, fFlags, piSeg);
311 uint32_t fFlags = 0; local
319 /// @todo fFlags |= RTDBG_SYM_FLAGS_LOCAL;
323 /// @todo fFlags |= RTDBG_SYM_FLAGS_PUBLIC;
327 /// @todo fFlags |
129 rtDbgModNm_SymbolAdd(PRTDBGMODINT pMod, const char *pszSymbol, size_t cchSymbol, RTDBGSEGIDX iSeg, RTUINTPTR off, RTUINTPTR cb, uint32_t fFlags, uint32_t *piOrdinal) argument
156 rtDbgModNm_SegmentAdd(PRTDBGMODINT pMod, RTUINTPTR uRva, RTUINTPTR cb, const char *pszName, size_t cchName, uint32_t fFlags, PRTDBGSEGIDX piSeg) argument
[all...]

Completed in 112 milliseconds

<<11121314151617181920>>