代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/372878/9489108
h osfile.h
#ifndef __OSFILE_H__
#define __OSFILE_H__
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEMODE_READ 1
#define FI
www.eeworm.com/read/166908/9990363
h file.h
#ifndef __FILE_H__
#define __FILE_H__
#include "..\inc\def.h"
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEM
www.eeworm.com/read/166882/9991690
h install.h
install()
{
int i,j;
printf("install\n");
fd=fopen("filesystem","a+b");
if(fd==NULL)
{
printf("\nfilesys can not be loaded.\n");
exit(0);
}
fseek(fd,BLOCKSIZ,SEEK_SET);
fread(
www.eeworm.com/read/164783/10088385
c msdos_create.c
/*
* Routine to create a new MSDOS filesystem node
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints
*
* The license and distribution te
www.eeworm.com/read/164463/10107120
h pram_fs.h
/*
* pram_fs.h
*
* Definitions for the PRAMFS filesystem.
*
* Author: Steve Longerbeam
*
* 2003 (c) MontaVista Software, Inc.
* Copyright 2003 Sony Co
www.eeworm.com/read/163079/10176150
h iso_fs.h
#ifndef _ISOFS_FS_H
#define _ISOFS_FS_H
#include
/*
* The isofs filesystem constants/structures
*/
/* This part borrowed from the bsd386 isofs */
#define ISODCL(from, to
www.eeworm.com/read/162273/10320498
h osfile.h
#ifndef __OSFILE_H__
#define __OSFILE_H__
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEMODE_READ 1
#define FI
www.eeworm.com/read/162196/10327235
h file.h
#ifndef __FILE_H__
#define __FILE_H__
#include "..\inc\def.h"
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEM
www.eeworm.com/read/162163/10331380
h osfile.h
#ifndef __OSFILE_H__
#define __OSFILE_H__
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEMODE_READ 1
#define FI
www.eeworm.com/read/424633/10432767
h file.h
#ifndef __FILE_H__
#define __FILE_H__
#include "..\inc\def.h"
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEM