代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/231320/14239004
h driver.h
// Driver.h - Chapter 9
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
extern "C" {
#include
}
#include "Unicode.h"
enum DRIVER_STATE {Stopped, Started, Removed};
t
www.eeworm.com/read/231320/14239016
h driver.h
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:42 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231320/14239020
cpp driver.cpp
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:42 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231320/14239029
cpp driver.cpp
//
// Driver.c - Chapter 9 - Minimal PnP Parallel Port Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
NTSTATUS AddDevice (
IN PDRIVER
www.eeworm.com/read/129220/14257114
java 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.
www.eeworm.com/read/230635/14280478
chm driver.chm
www.eeworm.com/read/127786/14333987
h 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
www.eeworm.com/read/127786/14333992
cpp 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
www.eeworm.com/read/127382/14357292
c 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