GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > FILE / V3-7-4

Constituent: file_sys     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

FILE_sys_ram.c.vx-ppc-xxx File Reference

Function definitions for FILE system library, RAM disk partitions. More...

#include "vxWorks.h"
#include "string.h"
#include "errno.h"
#include "dosFsLib.h"
#include "cbioLib.h"
#include "ramDiskCbio.h"
#include "fioLibX.h"
#include "iosLib.h"
#include "sys/stat.h"
#include "PBS/MBA.h"
#include "FILE/FILE_sys.h"
#include "FILE/FILE_path.h"
#include "MSG/MSG_pubdefs.h"
#include "FILE_sys_private.h"

Include dependency graph for FILE_sys_ram.c.vx-ppc-xxx:

Include dependency graph

RAM Disk Functions

unsigned int FILE_sysRamCreate (void *addr, int size)
 Create, format, and mount a RAM disk partition.


Defines

#define RAM_DISK_BLK_SIZE   512
#define RAM_DISK_NUM_DIR   16

Detailed Description

Function definitions for FILE system library, RAM disk partitions.

Author:
D.L. Wood

Define Documentation

#define RAM_DISK_BLK_SIZE   512
 

The size in bytes of one emulated disk block for RAM disk devices.

#define RAM_DISK_NUM_DIR   16
 

The number of directories to create on disk when formatting.


Function Documentation

unsigned int FILE_sysRamCreate void *  addr,
int  size
 

Create, format, and mount a RAM disk partition.

Creates, formats, and mounts a RAM disk partition.

Parameters:
addr The memory address of the RAM disk partition.
size The size in bytes of the RAM disk partition.

Here is the call graph for this function:


Generated on Wed Oct 5 22:06:36 2005 by doxygen 1.3.3