代码搜索结果
找到约 10,000 项符合
Driver 的代码
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"
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
driver.asp
磁盘驱动器浏览器
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
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
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
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