Searched refs:PPDMIMOUNTNOTIFY (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.h68 PPDMIMOUNTNOTIFY pDrvMountNotify;
H A DDrvSCSI.cpp684 static DECLCALLBACK(void) drvscsiMountNotify(PPDMIMOUNTNOTIFY pInterface)
702 static DECLCALLBACK(void) drvscsiUnmountNotify(PPDMIMOUNTNOTIFY pInterface)
H A DDrvBlock.cpp96 PPDMIMOUNTNOTIFY pDrvMountNotify;
H A DDevFdc.cpp2583 static DECLCALLBACK(void) fdMountNotify(PPDMIMOUNTNOTIFY pInterface)
2594 static DECLCALLBACK(void) fdUnmountNotify(PPDMIMOUNTNOTIFY pInterface)
H A DDevAHCI.cpp7473 static DECLCALLBACK(void) ahciR3MountNotify(PPDMIMOUNTNOTIFY pInterface)
7502 static DECLCALLBACK(void) ahciR3UnmountNotify(PPDMIMOUNTNOTIFY pInterface)
H A DDevATA.cpp3805 static DECLCALLBACK(void) ataMountNotify(PPDMIMOUNTNOTIFY pInterface)
3832 static DECLCALLBACK(void) ataUnmountNotify(PPDMIMOUNTNOTIFY pInterface)
/vbox/include/VBox/vmm/
H A Dpdmifs.h1261 typedef struct PDMIMOUNTNOTIFY *PPDMIMOUNTNOTIFY; typedef in typeref:struct:PDMIMOUNTNOTIFY
1274 DECLR3CALLBACKMEMBER(void, pfnMountNotify,(PPDMIMOUNTNOTIFY pInterface));
1281 DECLR3CALLBACKMEMBER(void, pfnUnmountNotify,(PPDMIMOUNTNOTIFY pInterface));

Completed in 116 milliseconds