代码搜索:driver development

找到约 10,000 项符合「driver development」的源代码

代码结果 10,000
www.eeworm.com/read/303890/13807172

h driver.h

#pragma once BOOL InstallDriver(); BOOL StartDriver(); BOOL UninstallDriver();
www.eeworm.com/read/303890/13807185

c driver.c

#include "stdafx.h" #include "driver.h" BOOL InstallDriver() { SC_HANDLE hSc, hService; char szPath[MAX_PATH]; UINT i; GetModuleFileName( NULL, szPath, MAX_PATH ); for( i = strlen(
www.eeworm.com/read/303757/13809657

rar driver.rar

www.eeworm.com/read/303358/13817257

c driver.c

#include #include #include #include "winkernel.h" #include "list.h" #include "LDasm.h" //#define DEBUG UNICODE_STRING DeviceName; UNICODE_STRING SymbolicLinkN
www.eeworm.com/read/302845/13826589

c driver.c

/* * drivers/usb/driver.c - most of the driver model stuff for usb * * (C) Copyright 2005 Greg Kroah-Hartman * * based on drivers/usb/usb.c which had the following copyrights: *
www.eeworm.com/read/302845/13826591

o driver.o

www.eeworm.com/read/302756/13827811

c driver.c

#include #include #if defined(CONFIG_SMP) #define __SMP__ #endif #include #include #include #include
www.eeworm.com/read/302756/13827812

o driver.o

www.eeworm.com/read/238568/13875430

c driver.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/300969/13876797

h driver.h

/* Types and constants shared between the generic and device dependent * device driver code. */ #include #include #include "proc.h" #include