代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/127781/5998580

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/127781/5999349

c e100_test.c

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

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/127781/5999469

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/127781/5999540

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/127781/6000795

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/127781/6000820

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/127679/6003390

in lis.conf.in

# # Configuration file for STREAMS device drivers # # The built-in STREAMS drivers are configured in this file. External # binary packages are configured in /usr/src/linux/drivers/streams/pkg # (see
www.eeworm.com/read/126765/6013007

c pipedrv.c

/* pipeDrv.c - pipe I/O driver */ /* Copyright 1995-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 02t,17oct01,dcb Added include for memPar
www.eeworm.com/read/125688/6022448

c socket_com2.c

/* * Copyright (c) 1997-1999 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open source;" yo