Searched defs:uLevel (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageSnapshot.cpp124 * @param uLevel variant, the recursion level for output indentation.
130 uint32_t uLevel)
139 uLevel * 2, "", // indent
144 FindAndPrintSnapshotUsingMedium(pMedium, pRootSnapshot, pCurrentSnapshot, uLevel, 0);
154 DumpMediumWithChildren(pCurrentStateMedium, pChild, pRootSnapshot, pCurrentSnapshot, uLevel + 1);
126 DumpMediumWithChildren(ComPtr<IMedium> &pCurrentStateMedium, ComPtr<IMedium> &pMedium, ComPtr<ISnapshot> &pRootSnapshot, ComPtr<ISnapshot> &pCurrentSnapshot, uint32_t uLevel) argument
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp65 unsigned uLevel; member in struct:RTGZIPCMDOPTS
186 int rc = RTZipGzipCompressIoStream(*phVfsDst, 0 /*fFlags*/, pOpts->uLevel, &hVfsGzip);
471 Opts.uLevel = 6;
559 case '1': Opts.uLevel = 1; break;
560 case '2': Opts.uLevel = 2; break;
561 case '3': Opts.uLevel = 3; break;
562 case '4': Opts.uLevel = 4; break;
563 case '5': Opts.uLevel = 5; break;
564 case '6': Opts.uLevel = 6; break;
565 case '7': Opts.uLevel
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFMem.cpp511 unsigned uLevel = RT_MAX(SelCPL & X86_SEL_RPL, pSelInfo->Sel & X86_SEL_RPL); local
513 ? uLevel <= pSelInfo->u.Raw.Gen.u2Dpl
514 : uLevel >= pSelInfo->u.Raw.Gen.u2Dpl /* hope I got this right now... */
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-dump.cpp811 RTDECL(int) RTAsn1Dump(PCRTASN1CORE pAsn1Core, uint32_t fFlags, uint32_t uLevel, PFNRTDUMPPRINTFV pfnPrintfV, void *pvUser) argument
821 return pAsn1Core->pOps->pfnEnum((PRTASN1CORE)pAsn1Core, rtAsn1DumpEnumCallback, uLevel, &Data);
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp781 RTDECL(int) RTZipGzipCompressIoStream(RTVFSIOSTREAM hVfsIosDst, uint32_t fFlags, uint8_t uLevel, PRTVFSIOSTREAM phVfsIosZip) argument
786 AssertReturn(uLevel > 0 && uLevel <= 9, VERR_INVALID_PARAMETER);
813 uLevel,
/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp749 static DECLCALLBACK(void) dmaSetDREQ(PPDMDEVINS pDevIns, unsigned uChannel, unsigned uLevel) argument
755 LogFlow(("dmaSetDREQ: pThis=%p uChannel=%u uLevel=%u\n", pThis, uChannel, uLevel));
759 if (uLevel)
/vbox/include/VBox/vmm/
H A Dpdmdev.h2103 * @param uLevel Level of the line.
2106 DECLR3CALLBACKMEMBER(void, pfnSetDREQ,(PPDMDEVINS pDevIns, unsigned uChannel, unsigned uLevel));
3319 * @param uLevel Level of the line.
3322 DECLR3CALLBACKMEMBER(int, pfnDMASetDREQ,(PPDMDEVINS pDevIns, unsigned uChannel, unsigned uLevel));
5094 DECLINLINE(int) PDMDevHlpDMASetDREQ(PPDMDEVINS pDevIns, unsigned uChannel, unsigned uLevel) argument
5096 return pDevIns->pHlpR3->pfnDMASetDREQ(pDevIns, uChannel, uLevel);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2650 uint8_t uLevel; member in struct:PGMPTWALKCORE

Completed in 2657 milliseconds