/vbox/src/VBox/Runtime/tools/ |
H A D | RTShutdown.cpp | 64 RTGETOPTSTATE GetState; local 65 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 70 rc = RTGetOpt(&GetState, &ValueUnion);
|
H A D | RTGzip.cpp | 477 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 D | tstSupLoadModule.cpp | 64 RTGETOPTSTATE GetState; local 65 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0); 66 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
|
H A D | SUPLoggerCtl.cpp | 92 RTGETOPTSTATE GetState; local 93 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0); 94 while ((ch = RTGetOpt(&GetState, &Val)))
|
H A D | tstSupTscDelta.cpp | 62 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 D | tstGIP-2.cpp | 92 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 D | ntsetfreq.cpp | 72 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 D | SimplePointer.h | 109 GetState(). 130 EFI_SIMPLE_POINTER_GET_STATE GetState; member in struct:_EFI_SIMPLE_POINTER_PROTOCOL
|
H A D | AbsolutePointer.h | 142 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 D | UsbHostController.h | 480 EFI_USB_HC_PROTOCOL_GET_STATE GetState; member in struct:_EFI_USB_HC_PROTOCOL
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageHostonly.cpp | 142 RTGETOPTSTATE GetState; local 143 RTGetOptInit(&GetState, 150 while ((c = RTGetOpt(&GetState, &ValueUnion)))
|
H A D | VBoxManageBandwidthControl.cpp | 121 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 D | VBoxManageDHCPServer.cpp | 144 RTGETOPTSTATE GetState; local 145 RTGetOptInit(&GetState, 152 while ((c = RTGetOpt(&GetState, &ValueUnion)))
|
H A D | VBoxManageDebugVM.cpp | 59 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 D | VBoxManageNATNetwork.cpp | 124 RTGETOPTSTATE GetState; local 126 RTGetOptInit(&GetState, 133 while ((c = RTGetOpt(&GetState, &ValueUnion))) 191 vrc = RTGetOptFetchValue(&GetState, 236 vrc = RTGetOptFetchValue(&GetState,
|
H A D | VBoxManageSnapshot.cpp | 178 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 D | VBoxVMMPreload.cpp | 82 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 D | exceptionsR3.cpp | 206 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 D | tstOpenUSBDev.cpp | 194 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 D | tstRTPrfIO.cpp | 202 RTGETOPTSTATE GetState; local 203 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0); 204 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
|
H A D | tstRTCritSect.cpp | 479 RTGETOPTSTATE GetState; local 480 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0); 481 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
|
H A D | tstRTDigest.cpp | 140 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 D | tstTSC.cpp | 423 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 D | loadgenerator.cpp | 195 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 D | VBoxAutostart-posix.cpp | 357 RTGETOPTSTATE GetState; local 358 RTGetOptInit(&GetState, argc, argv, 360 while ((c = RTGetOpt(&GetState, &ValueUnion)))
|