Coda Distributed File System
Classes | Macros | Functions | Variables
altest.c File Reference
#include <stdio.h>
#include "coda_string.h"
#include <unistd.h>
#include <stdlib.h>
#include <sys/param.h>
#include <errno.h>
#include <stdarg.h>
#include <util.h>
#include "prs.h"
#include "al.h"
#include <codaconf.h>
#include <vice_file.h>
Include dependency graph for altest.c:

Classes

union  GenericPtr
 
struct  slot
 

Macros

#define SLOTTYPES   4
 
#define AVEC   0
 
#define EVEC   1
 
#define CVEC   2
 
#define ECVEC   3
 
#define SLOTMAX   10
 

Functions

static void Op_2 (void)
 
static void Op_3 (void)
 
static void Op_5 (void)
 
static void Op_6 (void)
 
void ReadConfigFile (void)
 
int main (int argc, char *argv[])
 

Variables

int AL_DebugLevel
 
struct slot Vec [SLOTTYPES][SLOTMAX]
 

Macro Definition Documentation

◆ AVEC

#define AVEC   0

◆ CVEC

#define CVEC   2

◆ ECVEC

#define ECVEC   3

◆ EVEC

#define EVEC   1

◆ SLOTMAX

#define SLOTMAX   10

◆ SLOTTYPES

#define SLOTTYPES   4

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ Op_2()

static void Op_2 ( void  )

◆ Op_3()

static void Op_3 ( void  )

◆ Op_5()

static void Op_5 ( void  )

◆ Op_6()

static void Op_6 ( void  )

◆ ReadConfigFile()

static int ReadConfigFile ( void  )

Variable Documentation

◆ AL_DebugLevel

int AL_DebugLevel
extern

◆ Vec

struct slot Vec[SLOTTYPES][SLOTMAX]