Annotation of ntddk/src/scsi/qic117/slctvol.c, revision 1.1

1.1     ! root        1: /*++
        !             2: 
        !             3: Copyright (c) 1993 - Colorado Memory Systems, Inc.
        !             4: All Rights Reserved
        !             5: 
        !             6: Module Name:
        !             7: 
        !             8:     slctvol.c
        !             9: 
        !            10: Abstract:
        !            11: 
        !            12:     Tells the Driver to start reading as many tracks of the volume as
        !            13:     there are Filer track buffers and otherwise prepares to start a
        !            14:     restore of the given volume.
        !            15: 
        !            16: Revision History:
        !            17: 
        !            18: 
        !            19: 
        !            20: 
        !            21: --*/
        !            22: 
        !            23: //
        !            24: // include files
        !            25: //
        !            26: 
        !            27: #include <ntddk.h>
        !            28: #include <ntddtape.h>
        !            29: #include "common.h"
        !            30: #include "q117.h"
        !            31: #include "protos.h"
        !            32: 
        !            33: 
        !            34: STATUS
        !            35: q117SelectVol(
        !            36:     IN PVOLUME_TABLE_ENTRY TheVolumeTable,
        !            37:     IN PQ117_CONTEXT Context
        !            38:     )
        !            39: 
        !            40: /*++
        !            41: 
        !            42: Routine Description:
        !            43: 
        !            44: 
        !            45: 
        !            46: Arguments:
        !            47: 
        !            48:     TheVolumeTable -
        !            49: 
        !            50:     Context -
        !            51: 
        !            52: Return Value:
        !            53: 
        !            54: 
        !            55: 
        !            56: --*/
        !            57: 
        !            58: {
        !            59:     return(q117SelVol(TheVolumeTable,Context));
        !            60: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.