代码搜索结果

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

driver.cpp

// driver.cpp #include "driver.h" void driver::prc_driver(){ sc_uint pattern; pattern = 0; while(1){ d_a = pattern[0]; d_b = pattern[1]; d_cin = pattern[2]; wait(5,

driver.h

// Driver.h - Chapter 6 // // Copyright (C) 2000 by Jerry Lozano // #pragma once extern "C" { #include } #include "Unicode.h" typedef struct _DEVICE_EXTENSION { PDEVICE_OBJE

driver.cpp

// // Driver.c - Chapter 8 - Parallel Port Driver // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" // Forward declarations // static NTSTATUS CreateDevice ( IN PDRIVER_OB

driver.h

// Driver.h - Chapter 6 // // Copyright (C) 2000 by Jerry Lozano // #pragma once extern "C" { #include } #include "Unicode.h" typedef struct _DEVICE_EXTENSION { PDEVICE_OBJE

driver.cpp

// // Driver.c - Chapter 6 - Minimal Driver // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" // Forward declarations // static NTSTATUS CreateDevice ( IN PDRIVER_OBJECT p

driver.h

// Driver.h - Chapter 6 // // Copyright (C) 2000 by Jerry Lozano // #pragma once extern "C" { #include } #include "Unicode.h" typedef struct _DEVICE_EXTENSION { PDEVICE_OBJE

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

driver.h

// Driver.h - Chapter 13 // // Copyright (C) 2000 by Jerry Lozano // #pragma once #include // {295CF049-FE7C-4ce1-A178-737E55F6EDF9} DEFINE_GUID(GUID_WMIEx, 0x295CF049, 0xFE7

driver.cpp

// // Driver.c - Chapter 13 - WMI Support Driver Example // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" // Forward declarations // NTSTATUS AddDevice ( IN PDRIVER_OBJE