Searched refs:uIndex (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTGetOpt.cpp199 CHECK(GetState.uIndex == UINT32_MAX);
202 CHECK(GetState.uIndex == UINT32_MAX);
205 CHECK(GetState.uIndex == UINT32_MAX);
208 CHECK(GetState.uIndex == UINT32_MAX);
211 CHECK(GetState.uIndex == UINT32_MAX);
214 CHECK(GetState.uIndex == UINT32_MAX);
217 CHECK(GetState.uIndex == UINT32_MAX);
220 CHECK(GetState.uIndex == UINT32_MAX);
223 CHECK(GetState.uIndex == UINT32_MAX);
226 CHECK(GetState.uIndex
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmiutils.idl166 [in] ULONG uIndex,
170 [in] ULONG uIndex,
175 [in] ULONG uIndex);
183 [in] ULONG uIndex,
187 [in] ULONG uIndex,
191 [in] ULONG uIndex,
197 [in] ULONG uIndex,
202 [in] ULONG uIndex);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp448 static int parseNum(uint32_t uIndex, unsigned cMaxIndex, const char *pszName) argument
450 if ( uIndex >= 1
451 && uIndex <= cMaxIndex)
452 return uIndex;
453 errorArgument("Invalid %s number %u", pszName, uIndex);
876 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_Null));
880 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_Floppy));
884 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_DVD));
888 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_HardDisk));
892 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_Networ
[all...]
H A DVBoxInternalManage.cpp95 unsigned uIndex; member in struct:HOSTPARTITION
842 pCP->uIndex = currentEntry + 1;
854 pCP->uIndex = 0;
884 pCP->uIndex = i + 1;
911 unsigned uIndex = 5; local
940 pCP->uIndex = uIndex;
964 uExtended = uIndex++;
1106 partitions.aPartitions[i].uIndex,
1531 if ( uPartitions & RT_BIT(partitions.aPartitions[i].uIndex)
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.h60 void prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow);
61 void cleanupListener(ulong uIndex);
H A DUIMouseHandler.cpp107 void UIMouseHandler::prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow) argument
110 if (!m_windows.contains(uIndex))
113 m_windows.insert(uIndex, pMachineWindow);
115 m_windows[uIndex]->installEventFilter(this);
119 if (!m_views.contains(uIndex))
122 m_views.insert(uIndex, pMachineWindow->machineView());
124 m_views[uIndex]->installEventFilter(this);
126 connect(m_views[uIndex], SIGNAL(sigFrameBufferResize()), this, SLOT(sltMousePointerShapeChanged()));
130 if (!m_viewports.contains(uIndex))
133 m_viewports.insert(uIndex, pMachineWindo
140 cleanupListener(ulong uIndex) argument
[all...]
H A DUIKeyboardHandler.h67 void prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow);
68 void cleanupListener(ulong uIndex);
H A DUIKeyboardHandler.cpp130 void UIKeyboardHandler::prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow) argument
133 if (!m_windows.contains(uIndex))
136 m_windows.insert(uIndex, pMachineWindow);
138 m_windows[uIndex]->installEventFilter(this);
142 if (!m_views.contains(uIndex))
145 m_views.insert(uIndex, pMachineWindow->machineView());
147 m_views[uIndex]->installEventFilter(this);
152 void UIKeyboardHandler::cleanupListener(ulong uIndex) argument
155 if ((int)uIndex == m_iKeyboardCaptureViewIndex)
159 if (m_windows.contains(uIndex))
[all...]
H A DUIFrameBuffer.cpp967 for (ULONG uIndex = 0; uIndex < uCount; ++uIndex)
/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp75 pState->uIndex = UINT32_MAX;
441 pState->uIndex = UINT32_MAX;
597 uint32_t uIndex;
599 int rc = RTStrToUInt32Ex(&pszArgThis[cchLong], &pszRet, 10, &uIndex);
605 pState->uIndex = uIndex;
612 pState->uIndex = uIndex;
670 uint32_t uIndex;
671 if (RTStrToUInt32Full(&pszArgThis[cchLong], 10, &uIndex)
[all...]
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp70 void vringReadDesc(PVPCISTATE pState, PVRING pVRing, uint32_t uIndex, PVRINGDESC pDesc) argument
72 //Log(("%s vringReadDesc: ring=%p idx=%u\n", INSTANCE(pState), pVRing, uIndex));
74 pVRing->addrDescriptors + sizeof(VRINGDESC) * (uIndex % pVRing->uSize),
78 uint16_t vringReadAvail(PVPCISTATE pState, PVRING pVRing, uint32_t uIndex) argument
83 pVRing->addrAvail + RT_OFFSETOF(VRINGAVAIL, auRing[uIndex % pVRing->uSize]),
141 pElem->uIndex = idx;
168 QUEUENAME(pState, pQueue), pElem->uIndex, pElem->nIn, pElem->nOut));
176 pVRing->addrUsed + RT_OFFSETOF(VRINGUSED, uIndex),
184 pVRing->addrUsed + RT_OFFSETOF(VRINGUSED, uIndex),
188 void vringWriteUsedElem(PVPCISTATE pState, PVRING pVRing, uint32_t uIndex, uint32_ argument
[all...]
H A DVirtio.h94 uint16_t uIndex; member in struct:VRingUsed
141 uint32_t uIndex; member in struct:VQueueElem
/vbox/include/iprt/
H A Dgetopt.h215 uint32_t uIndex; member in struct:RTGETOPTSTATE
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp171 unsigned uIndex, uLength, uScope, uTmp; local
181 &uIndex, &uLength, &uScope, &uTmp, szName);

Completed in 148 milliseconds