代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/164767/10089483

sh getdevnum.sh

#!/bin/sh ls -l /dev/hda1|sed 's/,//'|awk '{print $5*256+$6}'
www.eeworm.com/read/164269/10120445

sh chsp.sh

#!/bin/sh #change speed to 9600 stty 9600 < /dev/ttyS0 sleep 1 echo "AT" > /dev/ttyS0 sleep 1 #change modem speed to 115200 echo "AT+IPR=115200" > /dev/ttyS0 sleep 1 #change speed to 115200 stty 11
www.eeworm.com/read/359019/10169830

unixware readme.unixware

CDRTOOLS compiles without changes on any UnixWare 7.0.1 or later installation having the UnixWare/OpenServer DevKit (UODK) or GCC-2.95 and smake-1.2 installed. You can get pre-packaged, pkgadd inst
www.eeworm.com/read/359019/10170345

hpux mknod.hpux

#!/bin/sh ################################################################ # make SCSI device files according to: man scsi_ctl # # Copyright (c) 1997 J. Schilling #####################################
www.eeworm.com/read/163079/10175386

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/163079/10175711

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 accor
www.eeworm.com/read/163079/10175746

c slip.c

/* * slip.c This module implements the SLIP protocol for kernel-based * devices like TTY. It interfaces between a raw TTY, and the * kernel's INET protocol layers (via DDI). * * Version:
www.eeworm.com/read/163079/10175807

c eexpress.c

/* eexpress.c: Intel EtherExpress device driver for Linux. */ /* Written 1993 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency.
www.eeworm.com/read/163079/10176656

c route.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l
www.eeworm.com/read/163079/10176683

c arp.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l