代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/343105/11974947
h dsr-dev.h
/* Copyright (C) Uppsala University
*
* This file is distributed under the terms of the GNU general Public
* License (GPL), see the file LICENSE
*
* Author: Erik Nordström,
*/
#
www.eeworm.com/read/343105/11975012
c dsr-dev.c
/* Copyright (C) Uppsala University
*
* This file is distributed under the terms of the GNU general Public
* License (GPL), see the file LICENSE
*
* Author: Erik Nordström,
*/
#
www.eeworm.com/read/342301/12031329
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 文件控制头文件。用于文件及其描述符的操作控制常数符号的定义。
#include //
www.eeworm.com/read/342301/12031336
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参
www.eeworm.com/read/342301/12031353
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 类型头文件。定义了基本的系统数据类型。
#include // 调度程序头
www.eeworm.com/read/255766/12056914
c file_dev.c
#include
#include
#include
#include
#include
#define MIN(a,b) (((a)(b))?(a):(b))
int file_
www.eeworm.com/read/255766/12056928
c block_dev.c
#include
#include
#include
#include
#define NR_BLK_DEV ((sizeof (rd_blk))/(sizeof (rd_blk[0])))
int block_write(int dev, long * pos, char * b
www.eeworm.com/read/255766/12056944
c char_dev.c
#include
#include
#include
extern int tty_read(unsigned minor,char * buf,int count);
extern int tty_write(unsigned minor,char * buf,int count);
static int
www.eeworm.com/read/255541/12074971
c dev_table.c
/*
* sound/dev_table.c
*
* Device call tables.
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/255541/12075069
h dev_table.h
/*
* dev_table.h
*
* Global definitions for device call tables
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modifica