代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/394238/8241396
vfs
any problems, send mails to lysindybear@sina.com.cn
相关文件
/include/linux/dcache.h
/include/linux/fs.h
linux的vfs系统比较复杂,但是同样也为我们制作一个新的文件系统提供了很大的方便。
对于每一个进程task,它的结构中一共有两个成员变量和文件系统有关,
st
www.eeworm.com/read/270032/11051428
h pt2.h
typedef struct pt2Struct{
int x,y;
} pt2;
extern pt2* addPt2(pt2 *a, pt2 *b, pt2 *c);
extern pt2* subPt2(pt2 *a, pt2 *b, pt2 *c);
www.eeworm.com/read/235035/14087853
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/200303/15435552
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
* $Id: simple.c,v 1.1 2001/01/26 20:25:15 corbet Exp $
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#
www.eeworm.com/read/113587/15452604
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/111625/15508697
h initfile.h
///////////////////////////////////////////////////////////////////
//文件名: InitFile.h
//创建人: 杨祖明
//创建时间:2001-11-20
//功能: 初始化变量定义
#ifndef INIFILE_INFO_H_
#define INIFILE_INFO_H_
#include "
www.eeworm.com/read/110527/15531957
c audio_java.c
#include
#include "jmpg_audio_NativeAudio.h"
#include "audio.h"
#define MAX_AUDIO 16
static struct audio_info_struct *ais[MAX_AUDIO] = { NULL , };
JNIEXPORT jint JNICALL Java_jmpg_audio_N
www.eeworm.com/read/109477/15556737
h namespace.h
#ifndef _NAMESPACE_H_
#define _NAMESPACE_H_
#ifdef __KERNEL__
struct namespace {
atomic_t count;
struct vfsmount * root;
struct list_head list;
struct rw_semaphore sem;
};
static inline void pu
www.eeworm.com/read/107724/15602765
h bioscall.h
#ifndef __BIOSCALL_H
#define __BIOSCALL_H
#include "bios.h"
#define BIOSCALL_INIT 0x00000000
#define BIOSCALL_REBOOT 0x00000001
#define BIOSCALL_GET_VENDORID 0x00000002
#define BIOSCALL_GET_
www.eeworm.com/read/107724/15602818
c setup.c
#include "board.h"
#include "console.h"
#include "utils.h"
#include "bios.h"
#include "bioscall.h"
#include "config.h"
const unsigned long cache_value[] = {
(SYS_CACHE_0K | SYS_CACHE_OFF),
(SYS_CAC