代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/135592/13918108
c super.c
/*
* linux/fs/super.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* super.c contains code to handle: - mount structures
* - super-block tables.
*
www.eeworm.com/read/135027/13966667
txt buildrootfilesystem.txt
#!/bin/bash
# buildrootfilesystem v0.2 10/23/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this script is
# http://www.embeddedlinuxinterfacing.com/chapters/04/buildrootfiles
www.eeworm.com/read/237015/13981352
c int_1761.c
//************************************************************************
//
// Copyright (c) 2001 IAG Software Team,
//
// Beijing R&D Center
//
// Advantech Co.,
www.eeworm.com/read/237015/13981364
c int_1784.c
//************************************************************************
//
// Copyright (c) 2001 IAG Software Team,
//
// Beijing R&D Center
//
// Advantech Co.,
www.eeworm.com/read/237015/13981382
c int_1730.c
//************************************************************************
//
// Copyright (c) 2001 IAG Software Team,
//
// Beijing R&D Center
//
// Advantech Co.,
www.eeworm.com/read/237015/13981386
readme
UER'S EXAMPLE CASES
---------------------------------------------------------------------
PATH/Name: dev: subdev: discription:
ai_cmd.c /dev/comedi0 0 ai in cmd mode
ai_insn.c /dev/comedi0 0 ai i
www.eeworm.com/read/236468/14014777
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/236131/14031173
c eth1394.c
/*
* eth1394.c -- Ethernet driver for Linux IEEE-1394 Subsystem
*
* Copyright (C) 2001 Ben Collins
* 2000 Bonin Franck
*
* Mainly based on w
www.eeworm.com/read/235035/14087850
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/234952/14090778
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
PKG_NAME="the package."
DIE=0
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: Y