VirtualBox

Changeset 5811 in vbox


Ignore:
Timestamp:
Nov 21, 2007 8:33:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26231
Message:

Add error codes and logging group for pdm async completion

Location:
trunk/include/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r5758 r5811  
    839839 * perform any PCI operations. The device forgot to register it self. */
    840840#define VERR_PDM_NOT_PCI_DEVICE                     (-2834)
     841/** The async completion template is still used. */
     842#define VERR_PDM_ASYNC_TEMPLATE_BUSY                (-2835)
     843/** The async completion task is already suspended. */
     844#define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2836)
     845/** The async completion task is not suspended. */
     846#define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED     (-2837)
    841847
    842848/** The version of the device registration structure is unknown
  • trunk/include/VBox/log.h

    r5808 r5811  
    207207    /** PDM group. */
    208208    LOG_GROUP_PDM,
     209    /** PDM Async completion group. */
     210    LOG_GROUP_PDM_ASYNC_COMPLETION,
    209211    /** PDM Device group. */
    210212    LOG_GROUP_PDM_DEVICE,
     
    366368    "PATM",         \
    367369    "PDM",          \
     370    "PDM_ASYNC_COMPLETION", \
    368371    "PDM_DEVICE",   \
    369372    "PDM_DRIVER",   \
  • trunk/include/VBox/mm.h

    r5605 r5811  
    162162
    163163    MM_TAG_PDM,
     164    MM_TAG_PDM_ASYNC_COMPLETION,
    164165    MM_TAG_PDM_DEVICE,
    165166    MM_TAG_PDM_DEVICE_USER,
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