代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/151541/12202769
sys driver.sys
www.eeworm.com/read/151356/12217957
h driver.h
#ifndef _UNDERTEST_H_
#define _UNDERTEST_H_
///////////////////////////////////////////////////////////////////////////////
void driver_initial();
///////////////////////////////////////////
www.eeworm.com/read/151356/12217995
c driver.c
#include "global.h"
static volatile unsigned int *P_IOA_Data = (unsigned int*)(0x7000);
static volatile unsigned int *P_IOA_Buffer = (unsigned int*)(0x7001);
static volatile unsigned int *P_I
www.eeworm.com/read/253409/12225443
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/151128/12233686
rc driver.rc
// Resource script for USBISO 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/151128/12233690
h driver.h
// Declarations for usbiso driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#define DRIVERNAME "USBISO" // for use
www.eeworm.com/read/151127/12233764
rc driver.rc
// Resource script for usbint 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/151127/12233767
h driver.h
// Declarations for usbint driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include "generic.h"
#define DRIVERNAME "USBINT" // for use
www.eeworm.com/read/151126/12233827
rc driver.rc
// Resource script for LOOPBACK driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0
www.eeworm.com/read/151126/12233830
h driver.h
// Declarations for loopback driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#define DRIVERNAME "LOOPBA