代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/100147/15882720
zfile
#!/bin/sh
if test $# = 0; then
echo 'zfile: file(1) for programs which may be compressed with gzexe'
echo usage: `basename $0` files...
exit 1
fi
tmp=/tmp/gz$$
for i do
if test ! -f "$i" ;
www.eeworm.com/read/100068/15886757
sh hangup.sh
echo -n "+++" >/dev/cua1
sleep 2
cat $TOTO/part3-hang >/dev/cua1
www.eeworm.com/read/287166/8713998
c sequencer.c
/*************************************************************************
* sequencer.c
*
* Copyright (C) 1995-1997 Michael Heasley (mheasley@hmc.edu)
*
* Portions Copyright (c) 1997 Takashi
www.eeworm.com/read/386861/8721905
h etherdev.h
/********************************************************************************/
/* filename: ethernet.h */
/* version : v1.00
www.eeworm.com/read/386861/8722656
h etherdev.h
/********************************************************************************/
/* filename: ethernet.h */
/* version : v1.00
www.eeworm.com/read/378588/9222849
sh start.sh
#!/bin/sh
#If you want to Block a device from sending out Hellos?
#Uncomment only one
#BLOCK_DEV="block_dev=ethX"
#else
BLOCK_DEV=""
echo "1" > /proc/sys/net/ipv4/ip_forward
echo "0" > /proc/sys/ne
www.eeworm.com/read/375743/9350810
c pcifixup.c
#include
#include "typedef.h"
#include "low.h"
#include "list.h"
#include "pci.h"
void pci_fixup_i450nx(struct pci_dev far * d)
{
/*
* i450NX -- Find and scan all secondary bu
www.eeworm.com/read/354570/10345070
c qspi.c
#include
#include
#include
#include
//#include
//#include
#include
#include
www.eeworm.com/read/352288/10566016
c lwip_sysboot_threadtype.c
/* =============================================================================
*
* Description: This is a C implementation for Thread lwip_sysboot_threadtype
*
* ---------------------------
www.eeworm.com/read/421690/10709766
c spi.c
#include
#include
#include
#include
#include
#include
#include
#include
#include