Coda Distributed File System
Macros | Functions | Variables
stest.c File Reference
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <math.h>
#include <assert.h>
#include <string.h>
#include <lwp/lwp.h>
#include <lwp/timer.h>
#include <rpc2/rpc2.h>
#include <rpc2/rpc2_addrinfo.h>
#include <rpc2/se.h>
#include <rpc2/sftp.h>
#include "test.h"
Include dependency graph for stest.c:

Macros

#define INET_ADDRSTRLEN   16
 
#define SUBSYS_SRV   1001
 
#define STESTSTACK   0x25000
 
#define DEFAULTLWPS   1 /* The default number of LWPs */
 
#define MAXLWPS   32 /* The maximum number of LWPs */
 

Functions

static void PrintPortIdent ()
 
int main (int argc, char *argv[])
 

Variables

long RPC2_Perror
 
long RPC2_DebugLevel
 
long SFTP_DebugLevel
 
int numLWPs = 0
 
int availableLWPs = 0
 
int maxLWPs = MAXLWPS
 
PROCESS pids [MAXLWPS] = { NULL }
 
long VerboseFlag
 
RPC2_PortIdent ThisPort
 
long VMMaxFileSize
 
long VMCurrFileSize
 
char * VMFileBuf
 

Macro Definition Documentation

◆ DEFAULTLWPS

#define DEFAULTLWPS   1 /* The default number of LWPs */

◆ INET_ADDRSTRLEN

#define INET_ADDRSTRLEN   16

◆ MAXLWPS

#define MAXLWPS   32 /* The maximum number of LWPs */

◆ STESTSTACK

#define STESTSTACK   0x25000

◆ SUBSYS_SRV

#define SUBSYS_SRV   1001

Function Documentation

◆ main()

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

◆ PrintPortIdent()

static void PrintPortIdent ( )

Variable Documentation

◆ availableLWPs

int availableLWPs = 0

◆ maxLWPs

int maxLWPs = MAXLWPS

◆ numLWPs

int numLWPs = 0

◆ pids

PROCESS pids[MAXLWPS] = { NULL }

◆ RPC2_DebugLevel

long RPC2_DebugLevel
extern

◆ RPC2_Perror

long RPC2_Perror
extern

◆ SFTP_DebugLevel

long SFTP_DebugLevel
extern

◆ ThisPort

RPC2_PortIdent ThisPort

◆ VerboseFlag

long VerboseFlag

◆ VMCurrFileSize

long VMCurrFileSize

◆ VMFileBuf

char* VMFileBuf

◆ VMMaxFileSize

long VMMaxFileSize