Coda Distributed File System
|
Go to the source code of this file.
Classes | |
union | PARM |
struct | arg_info |
Macros | |
#define | MAXSERVERS 100 |
#define | ARG_MARSHALL(mode, type, name, object, howmany) |
#define | ARG_MARSHALL_BS(mode, type, name, object, howmany, maxbslen) |
#define | ARG_MARSHALL_ARRAY(mode, type, name, numelts, maxelts, object, howmany) |
#define | ARG_UNMARSHALL(name, object, ix) (object) = name##_bufs[ix]; |
#define | ARG_UNMARSHALL_BS(name, object, ix) |
#define | ARG_UNMARSHALL_ARRAY(name, numelts, object, ix) |
Typedefs | |
typedef long | RPC2_HandleResult_func(int HowMany, RPC2_Handle ConnList[], long offset, long rpcval,...) |
typedef union PARM | PARM |
typedef struct arg_info | ARG_INFO |
#define MAXSERVERS 100 |
typedef long RPC2_HandleResult_func(int HowMany, RPC2_Handle ConnList[], long offset, long rpcval,...) |