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

/vbox/include/VBox/vmm/
H A Dpdmwebcaminfs.h45 * @param fReady Whether the device is ready.
48 bool fReady));
/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSILun.cpp134 pVScsiLun->fReady = false;
155 pVScsiLun->fReady = false;
H A DVSCSILunMmc.cpp193 if (!pVScsiLunMmc->Core.fReady && uCmd != SCSI_INQUIRY)
205 pVScsiLunMmc->Core.fReady = true;
216 Assert(!pVScsiLunMmc->Core.fReady); /* Only should get here if LUN isn't ready. */
H A DVSCSIInternal.h89 bool fReady; member in struct:VSCSILUNINT
H A DVSCSIDevice.cpp105 && pVScsiDevice->papVScsiLun[pVScsiReq->iLun]->fReady)
H A DVSCSILunSbc.cpp177 pVScsiLunSbc->Core.fReady = true;
/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp552 pDbgc->fReady = false;
555 pDbgc->fReady = true;
559 && pDbgc->fReady)
563 && pDbgc->fReady)
744 pDbgc->fReady = false;
766 pDbgc->fReady = true;
811 pDbgc->fReady = true;
943 pDbgc->fReady = true;
H A DVBoxDbgConsole.h277 static DECLCALLBACK(void) backSetReady(PDBGCBACK pBack, bool fReady);
H A DDBGCInternal.h197 bool fReady; member in struct:DBGC
H A DVBoxDbgConsole.cpp729 VBoxDbgConsole::backSetReady(PDBGCBACK pBack, bool fReady) argument
732 if (fReady)
H A DDBGCEmulateCodeView.cpp1607 pDbgc->fReady = false;
/vbox/src/VBox/Main/src-client/
H A DUsbWebcamInterface.cpp59 bool fReady)
61 NOREF(fReady);
58 drvEmWebcamReady(PPDMIWEBCAMDOWN pInterface, bool fReady) argument
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp35 static DECLCALLBACK(void) tstDBGCBackSetReady(PDBGCBACK pBack, bool fReady);
158 * @param fReady Whether it's ready (true) or busy (false).
160 static DECLCALLBACK(void) tstDBGCBackSetReady(PDBGCBACK pBack, bool fReady) argument
/vbox/include/VBox/
H A Ddbg.h1069 * @param fReady Whether it's ready (true) or busy (false).
1071 typedef DECLCALLBACK(void) FNDBGCBACKSETREADY(PDBGCBACK pBack, bool fReady);

Completed in 68 milliseconds