代码搜索:dev
找到约 10,000 项符合「dev」的源代码
代码结果 10,000
www.eeworm.com/read/126027/14451414
c eepro100_cb.c
/* drivers/net/eepro100.c: An Intel i82557-559 Ethernet driver for Linux. */
/*
NOTICE: For use with kernel versions 1.3.72 and later only!
Written 1996-1999 by Donald Becker.
This software may
www.eeworm.com/read/126027/14451436
c iflash2_mtd.c
/*======================================================================
A simple MTD for Intel Series 2 and Series 100 Flash devices
iflash2_mtd.c 1.65 2002/06/29 06:27:37
The contents
www.eeworm.com/read/126027/14451473
test_modem
#!/usr/bin/perl
use Fcntl;
use POSIX qw(:termios_h);
sub indent
{
my($str) = @_;
$str =~ s/\n\s*(.)/\n \1/g;
$str =~ s/^\s*//;
return " $str";
}
sub init_tty
{
# Initialize th
www.eeworm.com/read/226770/14452952
sh choose.sh
result="$4"
case "$1" in
*c*) ./compile $2.c >/dev/null 2>&1 || result="$3" ;;
esac
case "$1" in
*l*) ./load $2 >/dev/null 2>&1 || result="$3" ;;
esac
case "$1" in
*r*) ./$2 >/dev/null 2>&1
www.eeworm.com/read/125756/14467193
bat compile.bat
D:\dreamspace\Dev-Cpp\bin\gcc main.c -o main.exe
main.exe
pause
www.eeworm.com/read/125464/14493472
c proc.c
/*
* $Id: proc.c,v 1.13 1998/05/12 07:36:07 mj Exp $
*
* Procfs interface for the PCI bus.
*
* Copyright (c) 1997--1999 Martin Mares
*/
#include
#include
www.eeworm.com/read/225991/14507143
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
DIE=0
if [ -n "$GNOME2_PATH" ]; then
ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS"
PATH="$GNOME2_PATH/bin:$PATH"
ex
www.eeworm.com/read/125063/14515104
c isapnp.c
/*
* ISA Plug & Play support
* Copyright (c) by Jaroslav Kysela
*
* Version 0.1.0
*
* Modified by Ed Okerson to work with the 2.2.x
* series of Linu
www.eeworm.com/read/125063/14515115
txt isapnp.txt
ISA Plug & Play support by Jaroslav Kysela
=========================================================
Modified by Ed Okerson to work with the 2.2.x
series of Lin
www.eeworm.com/read/225618/14529819
sh getdevnum.sh
#!/bin/sh
ls -l /dev/hda1|sed 's/,//'|awk '{print $5*256+$6}'