代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/416220/11037758
c ed_device.c
/*
* ed_device.c embeded software project(1) device file.
*
* Copyright (C) 2003 Li Suke,Software School of Peking University.
*
* The data flow of the devices is:
*
* neted
* __
www.eeworm.com/read/471252/6900246
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
if [ ! -n "$AUTOMAKE" ]; then
AUTOMAKE=automake
fi
if [ ! -n "$AUTOCONF" ]; then
AUTOCONF=autoconf
fi
if [ ! -n "$ACLOCAL" ]
www.eeworm.com/read/469546/6930174
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/209398/6955052
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/469281/6980032
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x3000 is 0x30000 bytes = 196kB, more than enough for current
! versions of linux ! SYS_SIZE 是要加载的节数(16 字节为1 节)。0x3000 共为
1 2 3 4 5 6
0x
www.eeworm.com/read/469281/6980094
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/468904/6981554
c i2c.c
/*
* i2c.c --
*
* This file provides routines to communicate with an I2C bus.
* At present, operation is only supported as an I2C master.
*
* Author: Peter Allworth (Linear Sol
www.eeworm.com/read/465763/7045271
c ll_rw_blk.c
/*
* linux/kernel/blk_dev/ll_rw.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This handles all read/write requests to block devices
*/
#include
#include
#include
www.eeworm.com/read/101065/7083752
cpp yykcsdlg.cpp
// yykcsDlg.cpp : implementation file
//
#include "stdafx.h"
#include "yykcs.h"
#include "yykcsDlg.h"
#include
#include
#include
#include
#in