VirtualBox

Changeset 88956 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 9, 2021 1:09:47 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144292
Message:

VBoxTpG,VBoxDD.d: Better warning diagnostic messages. Fixed warnings in VBoxDD.d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.d

    r88944 r88956  
    1818provider vboxdd
    1919{
    20     probe hgcmcall__enter(void *pvCmd, unsigned int idFunction, unsigned int idClient, unsigned int cbCmd);
     20    probe hgcmcall__enter(void *pvCmd, uint32_t idFunction, uint32_t idClient, uint32_t cbCmd);
    2121    probe hgcmcall__completed__req(void *pvCmd, int rc);
    2222    probe hgcmcall__completed__emt(void *pvCmd, int rc);
    23     probe hgcmcall__completed__done(void *pvCmd, unsigned int idFunction, unsigned int idClient, int rc);
     23    probe hgcmcall__completed__done(void *pvCmd, uint32_t idFunction, uint32_t idClient, int rc);
    2424
    2525    probe ahci__req__submit(void *pvReq, int iTxDir, uint64_t offStart, uint64_t cbXfer);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette