代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/102720/15762077
4 dev.4
DEV(4) Minix Programmer's Manual DEV(4)
NAME
dev - device files in /dev
DESCRIPTION
Device files are the eyes and ears of the system.
www.eeworm.com/read/102014/15794944
dev_io
www.eeworm.com/read/101058/15855809
h dev.h
/*============================================================================
____________________________________________________________________________
________
www.eeworm.com/read/291779/8396190
c file_dev.c
/* passed
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 文件控制头文件。用于文件及其描述符的操作控制常数符号的
www.eeworm.com/read/291779/8396240
c block_dev.c
/* passed
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*
* block_dev.c 程序属于块设备文件数据访问操作类程序。该文件包括block_read()和
* block_write()两个块设备读写函数。这两个函数是供系统调用函数read()和write()调用的,
* 其它地方没有引用。
www.eeworm.com/read/291779/8396274
c char_dev.c
/* passed
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
// 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include
// 类型头文件。定义了基本的系统数据类型。
#include
www.eeworm.com/read/291779/8396655
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 文件控制头文件。用于文件及其描述符的操作控制常数符号的定义。
#include //
www.eeworm.com/read/291779/8396669
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参
www.eeworm.com/read/291779/8396680
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 类型头文件。定义了基本的系统数据类型。
#include // 调度程序头
www.eeworm.com/read/291498/8412520
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#define MIN(a,b) (((