Changeset 66956 in vbox for trunk/src/VBox
- Timestamp:
- May 18, 2017 4:08:47 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115497
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r66955 r66956 224 224 225 225 /** 226 * @interface_method_impl{VSCSILUNIOCALLBACKS,pfn GetRegionCount}226 * @interface_method_impl{VSCSILUNIOCALLBACKS,pfnVScsiLunMediumGetRegionCount} 227 227 */ 228 228 static DECLCALLBACK(uint32_t) drvscsiGetRegionCount(VSCSILUN hVScsiLun, void *pvScsiLunUser) … … 234 234 } 235 235 236 /** @interface_method_impl{ PDMIMEDIA,pfnQueryRegionProperties} */236 /** @interface_method_impl{VSCSILUNIOCALLBACKS,pfnVScsiLunMediumQueryRegionProperties} */ 237 237 static DECLCALLBACK(int) drvscsiQueryRegionProperties(VSCSILUN hVScsiLun, void *pvScsiLunUser, 238 238 uint32_t uRegion, uint64_t *pu64LbaStart, … … 247 247 } 248 248 249 /** @interface_method_impl{VSCSILUNIOCALLBACKS,pfn QueryRegionPropertiesForLba} */249 /** @interface_method_impl{VSCSILUNIOCALLBACKS,pfnVScsiLunMediumQueryRegionPropertiesForLba} */ 250 250 static DECLCALLBACK(int) drvscsiQueryRegionPropertiesForLba(VSCSILUN hVScsiLun, void *pvScsiLunUser, 251 251 uint64_t u64LbaStart, uint32_t *puRegion,
Note:
See TracChangeset
for help on using the changeset viewer.