代码搜索结果

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

driver.h

//#include #include #include #include "ioctl.h" #if !defined(__DRIVER_H__) #define __DRIVER_H__ typedef struct _DEVICE_EXTENSION { UCHAR Hardware

driver.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject

driver.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity driver is port( clk0 : in std_logic; dout,scl

driver.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

driver.h

#ifndef USBDRIVER_H #define USBDRIVER_H #endif #include "wdm.h" #include "usbdi.h" #include "usbdlib.h" #include VOID DrvUnload(IN PDRIVER_OBJECT DriverObject); NTSTATUS D

driver.rc

// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // /

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