Changeset 87961 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Mar 4, 2021 8:29:46 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.d
r82968 r87961 25 25 probe ahci__req__submit(void *pvReq, int iTxDir, uint64_t offStart, uint64_t cbXfer); 26 26 probe ahci__req__completed(void *pvReq, int rcReq, uint64_t offStart, uint64_t cbXfer); 27 28 probe hda__stream__setup(uint32_t idxStream, int32_t rc, uint32_t uHz, uint64_t cTicksPeriod, uint32_t cbPeriod); 29 probe hda__stream__reset(uint32_t idxStream); 30 probe hda__stream__dma__out(uint32_t idxStream, uint32_t cb, uint64_t off); 31 probe hda__stream__dma__in(uint32_t idxStream, uint32_t cb, uint64_t off); 32 probe hda__stream__aio__out(uint32_t idxStream, uint32_t cb, uint64_t off); 33 probe hda__stream__aio__in(uint32_t idxStream, uint32_t cb, uint64_t off); 27 34 }; 28 35
Note:
See TracChangeset
for help on using the changeset viewer.