Searched refs:PPDMIMOUNT (Results 1 - 9 of 9) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmifs.h1288 typedef struct PDMIMOUNT *PPDMIMOUNT; typedef in typeref:struct:PDMIMOUNT
1307 DECLR3CALLBACKMEMBER(int, pfnMount,(PPDMIMOUNT pInterface, const char *pszFilename, const char *pszCoreDriver));
1321 DECLR3CALLBACKMEMBER(int, pfnUnmount,(PPDMIMOUNT pInterface, bool fForce, bool fEject));
1331 DECLR3CALLBACKMEMBER(bool, pfnIsMounted,(PPDMIMOUNT pInterface));
1340 DECLR3CALLBACKMEMBER(int, pfnLock,(PPDMIMOUNT pInterface));
1349 DECLR3CALLBACKMEMBER(int, pfnUnlock,(PPDMIMOUNT pInterface));
1359 DECLR3CALLBACKMEMBER(bool, pfnIsLocked,(PPDMIMOUNT pInterface));
/vbox/src/VBox/Devices/Storage/
H A DDrvBlock.cpp616 /** Makes a PDRVBLOCK out of a PPDMIMOUNT. */
621 static DECLCALLBACK(int) drvblockMount(PPDMIMOUNT pInterface, const char *pszFilename, const char *pszCoreDriver)
704 static DECLCALLBACK(int) drvblockUnmount(PPDMIMOUNT pInterface, bool fForce, bool fEject)
747 static DECLCALLBACK(bool) drvblockIsMounted(PPDMIMOUNT pInterface)
754 static DECLCALLBACK(int) drvblockLock(PPDMIMOUNT pInterface)
763 static DECLCALLBACK(int) drvblockUnlock(PPDMIMOUNT pInterface)
772 static DECLCALLBACK(bool) drvblockIsLocked(PPDMIMOUNT pInterface)
H A DDrvHostBase.cpp494 static DECLCALLBACK(int) drvHostBaseMount(PPDMIMOUNT pInterface, const char *pszFilename, const char *pszCoreDriver)
503 static DECLCALLBACK(int) drvHostBaseUnmount(PPDMIMOUNT pInterface, bool fForce, bool fEject)
542 static DECLCALLBACK(bool) drvHostBaseIsMounted(PPDMIMOUNT pInterface)
555 static DECLCALLBACK(int) drvHostBaseLock(PPDMIMOUNT pInterface)
578 static DECLCALLBACK(int) drvHostBaseUnlock(PPDMIMOUNT pInterface)
601 static DECLCALLBACK(bool) drvHostBaseIsLocked(PPDMIMOUNT pInterface)
H A DDrvHostDVD.cpp127 static DECLCALLBACK(int) drvHostDvdUnmount(PPDMIMOUNT pInterface, bool fForce, bool fEject)
H A DDrvSCSI.cpp62 PPDMIMOUNT pDrvMount;
H A DDevFdc.cpp158 R3PTRTYPE(PPDMIMOUNT) pDrvMount;
H A DDevAHCI.cpp507 R3PTRTYPE(PPDMIMOUNT) pDrvMount;
H A DDevATA.cpp279 R3PTRTYPE(PPDMIMOUNT) pDrvMount;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3826 PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT);

Completed in 154 milliseconds