Searched refs:fRunning (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGlobal.cpp62 DECLCALLBACK(void) supSvcGlobalStopAndDestroy(void *pvInstance, bool fRunning) argument
66 NOREF(fRunning);
H A DSUPSvcInternal.h76 DECLCALLBACK(void) supSvcGrantStopAndDestroy(void *pvInstance, bool fRunning);
85 DECLCALLBACK(void) supSvcGlobalStopAndDestroy(void *pvInstance, bool fRunning);
H A DSUPSvcGrant.cpp863 DECLCALLBACK(void) supSvcGrantStopAndDestroy(void *pvInstance, bool fRunning) argument
874 AssertMsg(fRunning == (pThis->enmState == kSupSvcGrantState_Listen),
875 ("%RTbool %s\n", fRunning, supSvcGrantStateName(enmState)));
H A DSUPSvc.cpp99 * @param fRunning Whether the service is running or not.
101 DECLCALLBACKMEMBER(void, pfnStopAndDestroy)(void *pvInstance, bool fRunning);
192 g_aServices[i].pfnStopAndDestroy(g_aServices[i].pvInstance, false /* fRunning */);
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp72 volatile bool fRunning; member in struct:VDIOBACKENDMEM
103 pIoBackend->fRunning = true;
133 ASMAtomicXchgBool(&pIoBackend->fRunning, false);
203 while (pIoBackend->fRunning)
206 if (RT_FAILURE(rc) || !pIoBackend->fRunning)
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp148 bool fRunning; member in struct:PDMACTESTFILE
339 while (pTestFile->fRunning)
479 pTestFile->fRunning = true;
533 pTestFile->fRunning = false;
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxtasks.py98 fRunning = self._fRunning;
100 return fRunning;
105 fRunning = self._fRunning;
106 if fRunning is True and cSecTimeout > 0:
109 return fRunning;
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp181 bool fRunning; member in struct:DRVDISKINTEGRITY
694 while (pThis->fRunning)
698 if (!pThis->fRunning)
1300 pThis->fRunning = false;
1454 pThis->fRunning = true;
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp848 bool fRunning = true; local
877 } while ( fRunning
/vbox/src/VBox/Storage/
H A DISCSI.cpp582 volatile bool fRunning; member in struct:ISCSIIMAGE
3402 while (pImage->fRunning)
3748 ASMAtomicXchgBool(&pImage->fRunning, false);
4094 pImage->fRunning = true;

Completed in 83 milliseconds