代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/196542/8076308
c driver.c
#include
#include "util.h"
#include "errormsg.h"
#include "tokens.h"
YYSTYPE yylval;
int yylex(void); /* prototype for the lexing function */
string toknames[] = {
"ID", "STRING", "INT"
www.eeworm.com/read/146297/12660791
dsp driver.dsp
# Microsoft Developer Studio Project File - Name="driver" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ge
www.eeworm.com/read/332098/12780785
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/245423/12800787
rc driver.rc
// Resource script for SMART_CARD driver
#include
#include "version.h"
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// TODO Customize the following version resource appropriately
VS
www.eeworm.com/read/245423/12800793
res driver.res
www.eeworm.com/read/245423/12800822
h driver.h
// Declarations for Smart_Card driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#pragma once
#define DRIVERNAME "SMART_CARD" // for use in messages
#define LDRIVERN
www.eeworm.com/read/245423/12800838
res driver.res
www.eeworm.com/read/331913/12800971
c driver.c
#include"../memory/memory.h"
#define MAX_PAGE_SIZE (120*PAGE_SIZE)
int idle_device(struct file_system_call_parameter *par)
{
int i,*p,*p1;
extern void test(void );
switch(par->comman
www.eeworm.com/read/245415/12801112
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