代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/302845/13826746
c plusb.c
/*
* PL-2301/2302 USB host-to-host link cables
* Copyright (C) 2000-2005 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/302845/13826748
c cdc_ether.c
/*
* CDC Ethernet based networking peripherals
* Copyright (C) 2003-2005 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/301216/13863344
cpp setmute.cpp
// SetMute.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "SetMute.h"
#include "CFG.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/300969/13876468
mkboot
#!/bin/sh
#
# mkboot 2.0 - make boot floppy, make root device bootable, etc.
# Author: Kees J. Bot
trap 'e=$?; rm -f /tmp/mkb.$$; exit $e' 0 2
mdec=/usr/mdec # bootstraps
# Check arg
www.eeworm.com/read/300969/13877035
c cache.c
/* The file system maintains a buffer cache to reduce the number of disk
* accesses needed. Whenever a read or write to the disk is done, a check is
* first made to see if the block is in the cac
www.eeworm.com/read/238532/13877900
autoload
#!/bin/sh
rm -f /dev/SJA1000_CAN
mknod /dev/SJA1000_CAN c 251 0
#
www.eeworm.com/read/152843/5661078
c sedlbauer_cs.c
/*======================================================================
A Sedlbauer PCMCIA client driver
This driver is for the Sedlbauer Speed Star and Speed Star II,
which are ISDN P
www.eeworm.com/read/152843/5661214
c isdn_common.c
/* $Id: isdn_common.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $
*
* Linux ISDN subsystem, common used functions (linklevel).
*
* Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de)
* Copyri
www.eeworm.com/read/152843/5661317
c block2mtd.c
/*
* $Id: block2mtd.c,v 1.30 2005/11/29 14:48:32 gleixner Exp $
*
* block2mtd.c - create an mtd from a block device
*
* Copyright (C) 2001,2002 Simon Evans
* Copyright (C) 2
www.eeworm.com/read/152843/5661583
c saa7146_video.c
#include
static int max_memory = 32;
module_param(max_memory, int, 0644);
MODULE_PARM_DESC(max_memory, "maximum memory usage for capture buffers (default: 32Mb)");
#define IS_C