Searched refs:uStart (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp112 uint64_t uStart; member in struct:HOSTPARTITION
860 pCP->uStart = start;
892 pCP->uStart = RT_MAKE_U32_FROM_U8(p[8], p[9], p[10], p[11]);
912 uint64_t uStart = pPart->aPartitions[uExtended].uStart; local
914 if (!uStart)
922 rc = RTFileReadAt(File, (uStart + uOffset) * 512, &aBuffer, sizeof(aBuffer), NULL);
954 pCP->uStart = uStart + uOffset + uStartOffset;
957 pCP->uPartDataStart = uStart
[all...]
/vbox/src/VBox/Storage/
H A DVMDK.cpp1414 static bool vmdkDescGetStr(PVMDKDESCRIPTOR pDescriptor, unsigned uStart, argument
1420 while (uStart != 0)
1422 if (!strncmp(pDescriptor->aLines[uStart], pszKey, cbKey))
1425 pszValue = pDescriptor->aLines[uStart] + cbKey;
1434 uStart = pDescriptor->aNextLines[uStart];
1436 return !!uStart;
1440 unsigned uStart,
1447 while (uStart != 0)
1449 if (!strncmp(pDescriptor->aLines[uStart], pszKe
1439 vmdkDescSetStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, unsigned uStart, const char *pszKey, const char *pszValue) argument
1630 unsigned uStart = pDescriptor->uFirstExtent, uLast = 0; local
3413 uint64_t uStart = 0; local
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp955 uint64_t const uStart = enmMode == CPUMMODE_LONG ? UINT64_C(0xfffff80000000000) : UINT32_C(0x80001000); local
958 for (DBGFR3AddrFromFlat(pUVM, &KernelAddr, uStart);
1075 rc = DBGFR3MemScan(pUVM, 0 /*idCpu*/, DBGFR3AddrFromFlat(pUVM, &ScanAddr, uStart),
1076 uEnd - uStart, 8 /*align*/, &uMte.v64.DllBase, 5 * sizeof(uint32_t), &HitAddr);
H A DDBGPlugInDarwin.cpp861 static struct { uint64_t uStart, uEnd; } const s_aRanges[] = member in struct:__anon9842
875 for (DBGFR3AddrFromFlat(pUVM, &KernelAddr, s_aRanges[iRange].uStart);
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp1136 DECLINLINE(void) vnetCompleteChecksum(uint8_t *pBuf, unsigned cbSize, uint16_t uStart, uint16_t uOffset) argument
1138 *(uint16_t*)(pBuf + uStart + uOffset) = vnetCSum16(pBuf + uStart, cbSize - uStart);
/vbox/include/VBox/
H A Dvd.h131 * in ascending order (as far as uStart is concerned), and must not overlap.
149 uint64_t uStart; member in struct:VBOXHDDRAWPARTDESC
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1948 * @param uStart The start leaf number.
1952 static int cpumR3CpuIdInitLoadOverrideSet(uint32_t uStart, PCPUMCPUID paLeaves, uint32_t cLeaves, PCFGMNODE pCfgNode) argument
1956 int rc = cpumR3CpuIdFetchLeafOverride(&paLeaves[i], pCfgNode, uStart + i);
1970 * @param uStart The start leaf number.
1973 static int cpumR3CpuIdInitHostSet(uint32_t uStart, PCPUMCPUID paLeaves, uint32_t cLeaves, PCFGMNODE pCfgNode) argument
1977 ASMCpuIdExSlow(uStart + i, 0, 0, 0, &paLeaves[i].uEax, &paLeaves[i].uEbx, &paLeaves[i].uEcx, &paLeaves[i].uEdx);
1981 return cpumR3CpuIdInitLoadOverrideSet(uStart, paLeaves, cLeaves, pCfgNode);

Completed in 103 milliseconds