Changeset 88956 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 9, 2021 1:09:47 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.d
r88944 r88956 18 18 provider vboxdd 19 19 { 20 probe hgcmcall__enter(void *pvCmd, u nsigned int idFunction, unsigned int idClient, unsigned int cbCmd);20 probe hgcmcall__enter(void *pvCmd, uint32_t idFunction, uint32_t idClient, uint32_t cbCmd); 21 21 probe hgcmcall__completed__req(void *pvCmd, int rc); 22 22 probe hgcmcall__completed__emt(void *pvCmd, int rc); 23 probe hgcmcall__completed__done(void *pvCmd, u nsigned int idFunction, unsigned int idClient, int rc);23 probe hgcmcall__completed__done(void *pvCmd, uint32_t idFunction, uint32_t idClient, int rc); 24 24 25 25 probe ahci__req__submit(void *pvReq, int iTxDir, uint64_t offStart, uint64_t cbXfer);
Note:
See TracChangeset
for help on using the changeset viewer.