代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.cpp
// Driver.cpp -- Driver object management for STUPID.SYS (DFW version)
// Copyright (C) 2003 by Walter Oney
// All rights reserved
// STUPID.SYS is the simplest possible framework-based driver. I
driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
driver.h
#ifndef _DRIVER_H_
#define _DRIVER_H_
/*
*************************************************************
* 用于定义各种设备 以及和设备有关的参数
* 目前主要是LCD 以后加入串口等
*
* 作者: 李强 (mail2li@21cn.com or mail2li@163.c
driver.c
#define NDIS_MINIPORT_DRIVER
#define NDIS50_MINIPORT 1
#include // AFTER preceding directives
#include "sis900.h"
#include "pci.h"
#include "driver.h"
#define DISPATCH_LEVEL 2
driver.h
#define u32 ULONG
#define u16 USHORT
enum en_phy_bits{
ACCESS_bit = 1
driver.c
/*
* PROGRAM: JRD Lock Manager
* MODULE: driver.c
* DESCRIPTION: Stand alone test driver
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "Lice
driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
driver.java
package id3;
import shared.*;
/* Driver class, used to create,initialize,run inducers */
/** Basic Driver class used to interface the ID3Inducer.
* @author James Louis Created implementation.
driver.h
// Driver.h - Chapter 6
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
#define TRANS_BYTE 1
#define TRANS_WORD 2
#define TRANS_DWORD 3
typedef unsigned short WORD;
typedef unsig
driver.cpp
//
// Driver.c - Chapter 7 - Loopback Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
static NTSTATUS CreateDevice (
IN PDRIVER_OBJECT pD