Searched defs:GetState (Results 1 - 25 of 81) sorted by relevance

1234

/vbox/src/VBox/Runtime/tools/
H A DRTShutdown.cpp64 RTGETOPTSTATE GetState; local
65 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1,
70 rc = RTGetOpt(&GetState, &ValueUnion);
H A DRTGzip.cpp477 RTGETOPTSTATE GetState; local
478 int rc = RTGetOptInit(&GetState, cArgs, papszArgs, s_aOptions, RT_ELEMENTS(s_aOptions), 1,
486 int chOpt = RTGetOpt(&GetState, &ValueUnion);
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupLoadModule.cpp64 RTGETOPTSTATE GetState; local
65 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
66 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
H A DSUPLoggerCtl.cpp92 RTGETOPTSTATE GetState; local
93 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
94 while ((ch = RTGetOpt(&GetState, &Val)))
H A DtstSupTscDelta.cpp62 RTGETOPTSTATE GetState; local
63 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
64 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
H A DtstGIP-2.cpp92 RTGETOPTSTATE GetState; local
93 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
94 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dntsetfreq.cpp72 RTGETOPTSTATE GetState; local
73 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
74 while ((rc = RTGetOpt(&GetState, &ValueUnion)))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimplePointer.h109 GetState().
130 EFI_SIMPLE_POINTER_GET_STATE GetState; member in struct:_EFI_SIMPLE_POINTER_PROTOCOL
H A DAbsolutePointer.h142 The GetState() function retrieves the current state of a pointer
146 device has not changed since the last call to GetState(), then
148 has changed since the last call to GetState(), then the state
164 changed since the last call to GetState().
189 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
H A DUsbHostController.h480 EFI_USB_HC_PROTOCOL_GET_STATE GetState; member in struct:_EFI_USB_HC_PROTOCOL
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageHostonly.cpp142 RTGETOPTSTATE GetState; local
143 RTGetOptInit(&GetState,
150 while ((c = RTGetOpt(&GetState, &ValueUnion)))
H A DVBoxManageBandwidthControl.cpp121 RTGETOPTSTATE GetState; local
122 RTGetOptInit(&GetState, a->argc, a->argv, g_aBWCtlAddOptions,
126 && (c = RTGetOpt(&GetState, &ValueUnion)))
201 RTGETOPTSTATE GetState; local
202 RTGetOptInit(&GetState, a->argc, a->argv, g_aBWCtlAddOptions,
206 && (c = RTGetOpt(&GetState, &ValueUnion)))
277 RTGETOPTSTATE GetState; local
278 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
279 while ((c = RTGetOpt(&GetState, &ValueUnion)))
H A DVBoxManageDHCPServer.cpp144 RTGETOPTSTATE GetState; local
145 RTGetOptInit(&GetState,
152 while ((c = RTGetOpt(&GetState, &ValueUnion)))
H A DVBoxManageDebugVM.cpp59 RTGETOPTSTATE GetState; local
65 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, RTGETOPTINIT_FLAGS_OPTS_FIRST);
68 while ((rc = RTGetOpt(&GetState, &ValueUnion)) != 0)
167 RTGETOPTSTATE GetState; local
182 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, RTGETOPTINIT_FLAGS_OPTS_FIRST);
185 while ((rc = RTGetOpt(&GetState, &ValueUnion)) != 0)
248 RTGETOPTSTATE GetState; local
255 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, 0 /*fFlags*/);
258 while ((rc = RTGetOpt(&GetState, &ValueUnion)) != 0)
349 RTGETOPTSTATE GetState; local
503 RTGETOPTSTATE GetState; local
578 RTGETOPTSTATE GetState; local
[all...]
H A DVBoxManageNATNetwork.cpp124 RTGETOPTSTATE GetState; local
126 RTGetOptInit(&GetState,
133 while ((c = RTGetOpt(&GetState, &ValueUnion)))
191 vrc = RTGetOptFetchValue(&GetState,
236 vrc = RTGetOptFetchValue(&GetState,
H A DVBoxManageSnapshot.cpp178 RTGETOPTSTATE GetState; local
179 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
180 while ((c = RTGetOpt(&GetState, &ValueUnion)))
/vbox/src/VBox/VMM/tools/
H A DVBoxVMMPreload.cpp82 RTGETOPTSTATE GetState; local
83 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0 /* fFlags */);
84 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
/vbox/src/VBox/ValidationKit/utils/cpu/
H A DexceptionsR3.cpp206 RTGETOPTSTATE GetState; local
207 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
208 while ((rc = RTGetOpt(&GetState, &ValUnion)))
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp194 RTGETOPTSTATE GetState; local
195 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0 /* fFlags */);
196 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPrfIO.cpp202 RTGETOPTSTATE GetState; local
203 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
204 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
H A DtstRTCritSect.cpp479 RTGETOPTSTATE GetState; local
480 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
481 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
H A DtstRTDigest.cpp140 RTGETOPTSTATE GetState; local
141 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, RTGETOPTINIT_FLAGS_OPTS_FIRST);
142 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
H A DtstTSC.cpp423 RTGETOPTSTATE GetState; local
424 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0 /* fFlags */);
425 while ((ch = RTGetOpt(&GetState, &Value)))
/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp195 RTGETOPTSTATE GetState; local
196 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0 /* fFlags */);
197 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
312 return SyntaxError("Unknown argument #%d: '%s'\n", GetState.iNext-1, ValueUnion.psz);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp357 RTGETOPTSTATE GetState; local
358 RTGetOptInit(&GetState, argc, argv,
360 while ((c = RTGetOpt(&GetState, &ValueUnion)))

Completed in 303 milliseconds

1234