代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/422063/6295890
opt driver.opt
www.eeworm.com/read/266510/6306380
h driver.h
// Declarations for s5933dk1 driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include "generic.h"
#include "..\sys\s5933.h"
www.eeworm.com/read/266510/6306384
rc driver.rc
// Resource script for s5933dk1 driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
www.eeworm.com/read/421459/6311784
c driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream
www.eeworm.com/read/199838/6322469
rc driver.rc
// Resource script for workitem driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
www.eeworm.com/read/199838/6322470
h driver.h
// Declarations for workitem driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include "generic.h"
#define DRIVERNAME "WORKITEM" // for
www.eeworm.com/read/238215/6343886
o driver.o
www.eeworm.com/read/469094/6355648
h driver.h
/*
* PatchFinder for Windows 2000
* Joanna Rutkowska, joanna at mailsnare dot net
* (c) 2003
*
*/
#ifndef DRIVER_H
#define DRIVER_H
#include
#define NT_SYSTEM_SERVICE_INT
www.eeworm.com/read/469094/6355652
c driver.c
/*
* PatchFinder for Windows 2000
* Joanna Rutkowska, joanna at mailsnare dot net
* (c) 2003
*
*/
#include
#include
#include "driver.h"
#include "sst.h"
#include "in
www.eeworm.com/read/345795/6357539