代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/147766/5725487

c e100_test.c

/******************************************************************************* Copyright(c) 1999 - 2003 Intel Corporation. All rights reserved. This program is free software; you can redi
www.eeworm.com/read/147766/5725538

c ibmtr_cs.c

/*====================================================================== A PCMCIA token-ring driver for IBM-based cards This driver supports the IBM PCMCIA Token-Ring Card. Written by St
www.eeworm.com/read/147766/5725591

c x25_asy.c

/* * Things to sort out: * * o tbusy handling * o allow users to set the parameters * o sync/async switching ? * * Note: This does _not_ implement CCITT X.25 asynchronous framing * recommendat
www.eeworm.com/read/147766/5725662

c comx-proto-lapb.c

/* * LAPB protocol module for the COMX driver * for Linux kernel 2.2.X * * Original author: Tivadar Szemethy * Maintainer: Gergely Madarasz * * Copyright (C) 1997-1
www.eeworm.com/read/147766/5726629

h ep93xx.h

#define CONFIG_BLK_DEV_IDE_EP93XX 1
www.eeworm.com/read/147766/5727464

serial_uart

The SA1100 serial port had its major/minor numbers officially assigned: > Date: Sun, 24 Sep 2000 21:40:27 -0700 > From: H. Peter Anvin > To: Nicolas Pitre > Cc: Dev
www.eeworm.com/read/147766/5727490

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/146056/5740279

c ibmhmc.c

/* * Stonith module for IBM pSeries Hardware Management Console (HMC) * * Author: Huang Zhen * * Copyright (c) 2004 International Business Machines * * This library is free s
www.eeworm.com/read/145471/5745660

c ll_rw_blk.c

/* * linux/kernel/blk_dev/ll_rw.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * This handles all read/write requests to block devices */ #include #include
www.eeworm.com/read/145471/5745784

c at1700.c

/* at1700.c: A network device driver for the Allied Telesis AT1700. Written 1993 by Donald Becker. This is a alpha test limited release. This version may only be used and distributed accordin