代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/221780/14722011
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#define MIN(a,b) (((
www.eeworm.com/read/221780/14722029
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
int block_writ
www.eeworm.com/read/221780/14722043
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/221695/14728179
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/221695/14728227
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
www.eeworm.com/read/221695/14729155
c block_dev.c
/*
* linux/fs/block_dev.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/220903/14784315
txt dev-log.txt
2006.2.22
修正DeDistBuffer和EnDistBuffer类里方法setSectionBlck的bug,如果外部频繁调用时且是连续段调用时会引起巨大的cpu资源浪费
www.eeworm.com/read/120089/14813096
c file_dev.c
#include
#include
#include
#include
#include
#define MIN(a,b) (((a)(b))?(a):(b))
int file_
www.eeworm.com/read/120089/14813103
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