代码搜索结果

找到约 10,000 项符合 Driver 的代码

driver.h

/******************************************************************************** * * $Id: driver.h,v 2.0.4.2 2002/12/24 07:56:36 dvi175 Exp $ * * File: Driver.h * * Optimizations: * When buil

driver.cpp

/******************************************************************************** * * $Id: driver.cpp,v 2.0.4.6 2003/10/02 03:14:25 dvi175 Exp $ * * File: Main.cpp * * Copyright (c) 2000-2002 D

driver.h

// // LoopBack Driver by Potluri Suresh. // #ifndef __DRIVER_H__ #define __DRIVER_H__ #pragma once #include typedef struct _DEVICE_EXTENSION { PDEVICE_OBJECT pDevice; ULONG

driver.c

// Driver.c - LoopBack Driver for two processors by Potluri Suresh. // #include #include "Driver.h" // Forward declarations // static NTSTATUS CreateDevice (IN PDRIVER_OBJECT pDrive

driver.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

driver.h

unsigned char AdcCont(void); void driver1(void); void line1l(void); void line2l(void); void line3l(void); void line4l(void); void line1h(void); void line2h(void); void line3h(void); void line

driver.h

unsigned char AdcCont(void); void driver1(void); void line1l(void); void line2l(void); void line3l(void); void line4l(void); void line1h(void); void line2h(void); void line3h(void); void line

driver.c

#include #include #include "ourhdr.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* create a stream pipe to communicate with the driver */ if (s_pipe(pip