kvmvars
accessmode = openfiles(sys, kmemf, &kvmvars);
mode = getprof(&kvmvars, cpuid);
dumpstate(&kvmvars, cpuid);
reset(&kvmvars, cpuid);
setprof(&kvmvars, disp, cpuid);
openfiles(char *sys, char *kmemf, struct kvmvars *kvp)
getprof(struct kvmvars *kvp, int cpuid)
setprof(struct kvmvars *kvp, int state, int cpuid)
dumpstate(struct kvmvars *kvp, int cpuid)
getprofhz(struct kvmvars *kvp)
reset(struct kvmvars *kvp, int cpuid)
static void setprof(struct kvmvars *kvp, int state, int cpuid);
static void dumpstate(struct kvmvars *kvp, int cpuid);
static void reset(struct kvmvars *kvp, int cpuid);
static int openfiles(char *, char *, struct kvmvars *);
static int getprof(struct kvmvars *, int);
static int getprofhz(struct kvmvars *);
struct kvmvars kvmvars;