Home | History | Annotate | Download | only in kgmon

Lines Matching defs:sys

32 #include <sys/cdefs.h>
46 #include <sys/param.h>
47 #include <sys/file.h>
48 #include <sys/sysctl.h>
49 #include <sys/gmon.h>
92 char *sys, *kmemf;
102 sys = NULL;
112 sys = optarg;
159 sys = *argv;
166 accessmode = openfiles(sys, kmemf, &kvmvars);
199 openfiles(char *sys, char *kmemf, struct kvmvars *kvp)
223 kvp->kd = kvm_openfiles(sys, kmemf, NULL, openmode, errbuf);
227 kvp->kd = kvm_openfiles(sys, kmemf, NULL, O_RDONLY,
235 errx(EXIT_FAILURE, "%s: no namelist", sys);