Lines Matching refs:kvmvars
57 struct kvmvars { struct
66 void kgmon(char *, char *, struct kvmvars *, int); argument
67 void setprof(struct kvmvars *, int, int);
68 void dumpstate(struct kvmvars *, int);
69 void reset(struct kvmvars *, int);
71 int getprof(struct kvmvars *, int);
72 int getprofhz(struct kvmvars *);
73 int openfiles(char *, char *, struct kvmvars *, int);
80 struct kvmvars kvmvars; in main() local
142 kgmon(sys, kmemf, &kvmvars, cpuid); in main()
146 kgmon(sys, kmemf, &kvmvars, cpuid); in main()
153 kgmon(char *sys, char *kmemf, struct kvmvars *kvp, int cpuid) in kgmon()
179 openfiles(char *sys, char *kmemf, struct kvmvars *kvp, int cpuid) in openfiles()
244 getprof(struct kvmvars *kvp, int cpuid) in getprof()
271 setprof(struct kvmvars *kvp, int cpuid, int state) in setprof()
301 dumpstate(struct kvmvars *kvp, int cpuid) in dumpstate()
421 getprofhz(struct kvmvars *kvp) in getprofhz()
447 reset(struct kvmvars *kvp, int cpuid) in reset()