Coda Distributed File System
|
#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>
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] |
#define AVEC 0 |
#define CVEC 2 |
#define ECVEC 3 |
#define EVEC 1 |
#define SLOTMAX 10 |
#define SLOTTYPES 4 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
static void Op_2 | ( | void | ) |
static void Op_3 | ( | void | ) |
static void Op_5 | ( | void | ) |
static void Op_6 | ( | void | ) |
static int ReadConfigFile | ( | void | ) |
|
extern |