Searched defs:fReadonly (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp108 bool fReadonly; member in struct:DRVSCSI
473 if (pThis->fReadonly)
931 rc = CFGMR3QueryBoolDef(pCfg, "Readonly", &pThis->fReadonly, false);
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h376 bool fReadonly; member in struct:PDMASYNCCOMPLETIONENDPOINTFILE
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp625 bool fReadonly = false; local
635 fReadonly = paScriptArgs[4].f;
652 if (fReadonly)

Completed in 349 milliseconds