Searched refs:fEject (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvHostDVD.cpp127 static DECLCALLBACK(int) drvHostDvdUnmount(PPDMIMOUNT pInterface, bool fForce, bool fEject) argument
142 if (fEject)
H A DDrvBlock.cpp704 static DECLCALLBACK(int) drvblockUnmount(PPDMIMOUNT pInterface, bool fForce, bool fEject) argument
H A DDrvHostBase.cpp503 static DECLCALLBACK(int) drvHostBaseUnmount(PPDMIMOUNT pInterface, bool fForce, bool fEject) argument
/vbox/include/VBox/vmm/
H A Dpdmifs.h1318 * @param fEject Eject the medium. Only relevant for host drives.
1321 DECLR3CALLBACKMEMBER(int, pfnUnmount,(PPDMIMOUNT pInterface, bool fForce, bool fEject));

Completed in 49 milliseconds