代码搜索结果

找到约 110,635 项符合 Driver 的代码

driver.ex2

DRIVER.SYS─例子 若在CONFIG.SYS文件加入下面的命令行,则在系统中就可增加一个外部的720K 的驱动器: ? device=c:\dos\driver.sys /d:2 假设你要用单一的1.44MB的外部磁盘驱动器来把一软盘中的文件拷到另一软 盘,那么你必须要在CONFIG.SY

driver.h

/* * hostapd - driver interface definition * Copyright (c) 2002-2007, Jouni Malinen * Copyright (c) 2007-2008, Intel Corporation * * This program is free software; you can redistribute

driver.h

/* * WPA Supplicant - driver interface definition * Copyright (c) 2003-2008, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the terms

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.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 (s_pipe(pip

mrf24j40 driver.mcs

[Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 [File000] Location=C:\MpZbee_Copy\MRF24J40 Radio Driver\Console.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolS

bind-driver.c

/* * $Id: bind-driver.c 85 2009-01-13 17:10:51Z hirofuchi $ * * Copyright (C) 2005-2007 Takahiro Hirofuchi */ #include "utils.h" #define _GNU_SOURCE #include #include stat

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