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

/vbox/src/VBox/Devices/Storage/
H A DDrvMediaISO.cpp44 * @implements PDMIMEDIA
49 PDMIMEDIA IMedia;
60 /* -=-=-=-=- PDMIMEDIA -=-=-=-=- */
62 /** @copydoc PDMIMEDIA::pfnGetSize */
81 /** @copydoc PDMIMEDIA::pfnBiosGetPCHSGeometry */
88 /** @copydoc PDMIMEDIA::pfnBiosSetPCHSGeometry */
95 /** @copydoc PDMIMEDIA::pfnBiosGetLCHSGeometry */
102 /** @copydoc PDMIMEDIA::pfnBiosSetLCHSGeometry */
112 * @see PDMIMEDIA::pfnRead for details.
139 /** @copydoc PDMIMEDIA
[all...]
H A DDrvRawImage.cpp38 * @implements PDMIMEDIA
43 PDMIMEDIA IMedia;
56 /* -=-=-=-=- PDMIMEDIA -=-=-=-=- */
58 /** @copydoc PDMIMEDIA::pfnGetSize */
77 /** @copydoc PDMIMEDIA::pfnBiosGetPCHSGeometry */
84 /** @copydoc PDMIMEDIA::pfnBiosSetPCHSGeometry */
91 /** @copydoc PDMIMEDIA::pfnBiosGetLCHSGeometry */
98 /** @copydoc PDMIMEDIA::pfnBiosSetLCHSGeometry */
108 * @see PDMIMEDIA::pfnRead for details.
143 /** @copydoc PDMIMEDIA
[all...]
H A DDrvDiskIntegrity.cpp135 * @implements PDMIMEDIA
145 PDMIMEDIA IMedia;
756 /** @copydoc PDMIMEDIA::pfnRead */
801 /** @copydoc PDMIMEDIA::pfnWrite */
1044 /** @copydoc PDMIMEDIA::pfnFlush */
1069 /** @copydoc PDMIMEDIA::pfnGetSize */
1076 /** @copydoc PDMIMEDIA::pfnIsReadOnly */
1083 /** @copydoc PDMIMEDIA::pfnBiosGetPCHSGeometry */
1091 /** @copydoc PDMIMEDIA::pfnBiosSetPCHSGeometry */
1099 /** @copydoc PDMIMEDIA
[all...]
H A DDrvBlock.cpp660 pThis->pDrvMedia = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMEDIA);
1080 pThis->pDrvMedia = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMEDIA);
H A DDrvVD.cpp114 * @implements PDMIMEDIA
126 PDMIMEDIA IMedia;
1600 /** @copydoc PDMIMEDIA::pfnRead */
1654 /** @copydoc PDMIMEDIA::pfnRead */
1709 /** @copydoc PDMIMEDIA::pfnWrite */
1735 /** @copydoc PDMIMEDIA::pfnFlush */
1745 /** @copydoc PDMIMEDIA::pfnMerge */
1780 /** @copydoc PDMIMEDIA::pfnSetKey */
1829 /** @copydoc PDMIMEDIA::pfnGetSize */
1839 /** @copydoc PDMIMEDIA
[all...]
/vbox/src/VBox/Devices/Samples/
H A DDrvStorageFilter.cpp40 PDMIMEDIA IMedia;
149 /** @interface_method_impl{PDMIMEDIA,pfnRead} */
157 /** @interface_method_impl{PDMIMEDIA,pfnWrite} */
165 /** @interface_method_impl{PDMIMEDIA,pfnFlush} */
173 /** @interface_method_impl{PDMIMEDIA,pfnMerge} */
181 /** @interface_method_impl{PDMIMEDIA,pfnGetSize} */
189 /** @interface_method_impl{PDMIMEDIA,pfnIsReadOnly} */
197 /** @interface_method_impl{PDMIMEDIA,pfnBiosGetPCHSGeometry} */
205 /** @interface_method_impl{PDMIMEDIA,pfnBiosSetPCHSGeometry} */
213 /** @interface_method_impl{PDMIMEDIA,pfnBiosGetLCHSGeometr
[all...]
/vbox/include/VBox/vmm/
H A Dpdmifs.h1490 typedef struct PDMIMEDIA *PPDMIMEDIA;
1496 typedef struct PDMIMEDIA struct
1688 * Free memory allocated with PDMIMEDIA::pfnIoBufAlloc().
1693 * @param cb Amount of bytes given in PDMIMEDIA::pfnIoBufAlloc().
1697 } PDMIMEDIA; typedef in typeref:struct:PDMIMEDIA
1698 /** PDMIMEDIA interface ID. */
1922 * Asynchronous version of PDMIMEDIA (down).

Completed in 54 milliseconds