代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/143791/5755741
c file.c
/*
* file.c
*
* Mini "VFS" by Marcus Sundberg
*
* 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
* 2003-03-10 - kharris@nexus-tech.net - ported to uboot
*
* See file CREDITS for
www.eeworm.com/read/140467/5790166
c file.c
/*
* file.c
*
* Mini "VFS" by Marcus Sundberg
*
* 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
* 2003-03-10 - kharris@nexus-tech.net - ported to uboot
*
* See file CREDITS for
www.eeworm.com/read/138727/5814712
h arjheader.h
// Archive/Arj/Header.h
#ifndef __ARCHIVE_ARJ_HEADER_H
#define __ARCHIVE_ARJ_HEADER_H
#include "Common/Types.h"
namespace NArchive {
namespace NArj {
const int kMaxBlockSize = 2600;
n
www.eeworm.com/read/138727/5814934
h gzipheader.h
// Archive/GZip/Header.h
#ifndef __ARCHIVE_GZIP_HEADER_H
#define __ARCHIVE_GZIP_HEADER_H
#include "Common/Types.h"
namespace NArchive {
namespace NGZip {
extern UInt16 kSignature;
stati
www.eeworm.com/read/135153/5889583
makefile
#
# Makefile for the Linux /dev/pts virtual filesystem.
#
O_TARGET := devpts.o
obj-y := root.o inode.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
www.eeworm.com/read/128965/5976703
c file.c
/*
* file.c
*
* Mini "VFS" by Marcus Sundberg
*
* 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
* 2003-03-10 - kharris@nexus-tech.net - ported to uboot
*
* See file CREDITS for
www.eeworm.com/read/126092/6018046
in makefile.in
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundat
www.eeworm.com/read/113165/6138087
entries
/Plugin_FileSystem.dsp/1.6/Sun May 23 23:41:48 2004//
/Plugin_FileSystem.vcproj/1.5/Sat Jul 31 23:40:52 2004//
D
www.eeworm.com/read/109808/6172452
c arctic-mtd.c
/*
* $Id: arctic-mtd.c,v 1.12 2004/09/16 23:27:12 gleixner Exp $
*
* drivers/mtd/maps/arctic-mtd.c MTD mappings and partition tables for
* IBM 405LP Arctic boards.
www.eeworm.com/read/109649/6173603
h gzipheader.h
// Archive/GZip/Header.h
#pragma once
#ifndef __ARCHIVE_GZIP_HEADER_H
#define __ARCHIVE_GZIP_HEADER_H
#include "Common/Types.h"
namespace NArchive {
namespace NGZip {
extern UINT16 kS