VirtualBox

Ignore:
Timestamp:
Mar 1, 2013 3:42:23 PM (12 years ago)
Author:
vboxsync
Message:

BusLogic: Ignore mailbox commands if mailbox not set up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h

    r44528 r44888  
    364364
    365365/**
    366  * Wrapper for the get medium lock/unlock I/O callback.
     366 * Wrapper for the medium lock/unlock I/O callback.
    367367 *
    368368 * @returns VBox status code.
     
    378378
    379379/**
     380 * Wrapper for the medium eject I/O callback.
     381 *
     382 * @returns VBox status code.
     383 * @param   pVScsiLun   The LUN.
     384 */
     385DECLINLINE(int) vscsiLunMediumEject(PVSCSILUNINT pVScsiLun)
     386{
     387    return pVScsiLun->pVScsiLunIoCallbacks->pfnVScsiLunMediumEject(pVScsiLun,
     388                                                                   pVScsiLun->pvVScsiLunUser);
     389}
     390
     391/**
    380392 * Wrapper for the I/O request enqueue I/O callback.
    381393 *
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