代码搜索:ASPI
找到约 105 项符合「ASPI」的源代码
代码结果 105
www.eeworm.com/read/166435/10021361
h aspi.h
// ASPI.h : definition file
//
#define ASPI_EXECP(SRB) ((SRB_MyExecSCSICmd *)SRB)
#define ASPI_RESETP(SRB) ((SRB_BusDeviceReset *)SRB)
#define ASPICMD_LOAD 1
#define ASPICMD_UNLOAD 0
enum A
www.eeworm.com/read/241310/13157695
h aspi.h
#ident "$Id: aspi.h,v 1.3 1991/05/11 13:07:36 chris Exp $"
/*
$Log: aspi.h,v $
* Revision 1.3 1991/05/11 13:07:36 chris
* Add the _srbgeneric structure
*
* Revision 1.2 1991/05/02 21
www.eeworm.com/read/241310/13157719
c aspi.c
#ident "$Id: aspi.c,v 1.1 1992/01/15 01:14:12 chris Exp $"
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/241310/13157740
doc aspi.doc
$Id: ASPI.DOC,v 1.1 1992/01/15 01:43:16 chris Exp $
A short explanation to the aspi - hack. chris@alderan.sdata.de
-------------------------------------------------------------------------
INS
www.eeworm.com/read/101017/15856979
h aspi.h
// SRB_Cmd values
#define SC_HA_INQUIRY 0x00
#define SC_GET_DEV_TYPE 0x01
#define SC_EXEC_SCSI_CMD 0x02
#define SC_ABORT_SRB 0x03
#define SC_RE
www.eeworm.com/read/100325/15877131
h aspi.h
#ident "$Id: aspi.h,v 1.3 1991/05/11 13:07:36 chris Exp $"
/*
$Log: aspi.h,v $
* Revision 1.3 1991/05/11 13:07:36 chris
* Add the _srbgeneric structure
*
* Revision 1.2 1991/05/02 21
www.eeworm.com/read/100325/15877136
c aspi.c
#ident "$Id: aspi.c,v 1.1 1992/01/15 01:14:12 chris Exp $"
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/100325/15877142
doc aspi.doc
$Id: ASPI.DOC,v 1.1 1992/01/15 01:43:16 chris Exp $
A short explanation to the aspi - hack. chris@alderan.sdata.de
-------------------------------------------------------------------------
INS
www.eeworm.com/read/100198/15881280
h aspi.h
////////////////////////////////////////////////////////////
//
// Module ASPI.H
//
// ASPI class library
// ASPI structures and definitions
//
// Project: A Programmer's Guide to SCSI
//
//
www.eeworm.com/read/100198/15881284
cpp aspi.cpp
////////////////////////////////////////////////////////////
//
// Module ASPI.CPP
//
// ASPI class library
//
// Project: A Programmer's Guide to SCSI
//
// Copyright (C) 1997, Brian Sawert