代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/488978/6480883

pl test1-conversion.pl

#! /usr/bin/perl # Test hmmconvert. # # Adapted from Exercises.sh, xref SRE, Fri Oct 23 10:38:44 1998 # conversion bug detected in 2.1 and fixed in 2.1.1a # # CVS $Id: test1-conversion.pl,v 1.1 2003
www.eeworm.com/read/488200/6497940

c n8250.c

/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC */ #include #include #include #include "global.h" #include "mbuf.h" #include "proc.h" #incl
www.eeworm.com/read/486207/6538186

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev done # s
www.eeworm.com/read/486207/6538206

c saa7134-oss.c

/* * device driver for philips saa7134 based TV cards * oss dsp interface * * (c) 2001,02 Gerd Knorr [SuSE Labs] * * This program is free software; you can redistribute it
www.eeworm.com/read/485513/6552120

c block2mtd.c

/* * block2mtd.c - create an mtd from a block device * * Copyright (C) 2001,2002 Simon Evans * Copyright (C) 2004-2006 Joern Engel * * Licence: GPL *
www.eeworm.com/read/485513/6552140

c physmap_of.c

/* * Flash mappings described by the OF (or flattened) device tree * * Copyright (C) 2006 MontaVista Software Inc. * Author: Vitaly Wool * * Revised to handle newer style f
www.eeworm.com/read/485513/6552182

c plat-ram.c

/* drivers/mtd/maps/plat-ram.c * * (c) 2004-2005 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Ben Dooks * * Generic platfrom device based RAM map * * Thi
www.eeworm.com/read/485208/6568225

txt 18m22s163r - cristiano stankus.txt

GP3 1.00 Saved game for track 2: Interlagos Level: Semi-Pro / Frame rate: 15.1 FPS Race type: Quickrace Session: Race (20%, 14 laps) Weather type: Custom Probability of rain: 0%
www.eeworm.com/read/481522/6642126

sh mount-orzimage.sh

#!/bin/sh mount ../orzmicro.img ./disc \ -t msdos -o loop=/dev/loop0
www.eeworm.com/read/480770/6661407

h clock.h

nolist ;****************************************************************************** ; ; This is the custom Header File for the real time clock application note ; PROGRAM: CLOCK.H ; Revision: