VirtualBox

Ignore:
Timestamp:
Mar 12, 2014 5:32:20 PM (11 years ago)
Author:
vboxsync
Message:

Additions/solaris: nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r50752 r50753  
    338338                                if (RT_SUCCESS(rc))
    339339                                {
    340                                     rc = ddi_create_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO, 0);
     340                                    rc = ddi_create_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO, 0 /* fFlags */);
    341341                                    if (rc == DDI_SUCCESS)
    342342                                    {
     
    806806                            {
    807807                                /* Initialize the mutex. */
    808                                 mutex_init(&g_IrqMtx, NULL, MUTEX_DRIVER, DDI_INTR_PRI(uIntrPriority));
     808                                mutex_init(&g_IrqMtx, NULL /* pszDesc */, MUTEX_DRIVER, DDI_INTR_PRI(uIntrPriority));
    809809
    810810                                /* Assign interrupt handler functions and enable interrupts. */
     
    812812                                {
    813813                                    rc = ddi_intr_add_handler(g_pIntr[i], (ddi_intr_handler_t *)VBoxGuestSolarisISR,
    814                                                             NULL /* No Private Data */, NULL);
     814                                                              NULL /* pvArg1 */, NULL /* pvArg2 */);
    815815                                    if (rc == DDI_SUCCESS)
    816816                                        rc = ddi_intr_enable(g_pIntr[i]);
Note: See TracChangeset for help on using the changeset viewer.

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