代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/136786/5865249

h drm_lock.h

/* lock.c -- IOCTLs for locking -*- linux-c -*- * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Sy
www.eeworm.com/read/136786/5865958

c smc91c92_cs.c

/*====================================================================== A PCMCIA ethernet driver for SMC91c92-based cards. This driver supports Megahertz PCMCIA ethernet cards; and Mega
www.eeworm.com/read/136786/5866014

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/136786/5866049

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/136786/5866896

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/136786/5866921

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/135941/5876841

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/135941/5876938

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/135709/5880959

h dvb.h

/***************************************************************************** * linux_dvb_tools.h : functions to control a DVB card under Linux *****************************************************
www.eeworm.com/read/135153/5887648

c find_root_device.c

/* vi: set sw=4 ts=4: */ /* * Utility routines. * * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen * Copyright (C) 1999,2000,2001 by Erik Andersen * Patched by a b