Searched refs:kmemf (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c90 char *sys, *kmemf; local
94 kmemf = NULL;
100 kmemf = optarg;
143 kmemf = *argv;
148 accessmode = openfiles(sys, kmemf, &kvmvars);
171 openfiles(char *sys, char *kmemf, struct kvmvars *kvp) argument
195 kvp->kd = kvm_openfiles(sys, kmemf, NULL, openmode, errbuf);
199 kvp->kd = kvm_openfiles(sys, kmemf, NULL, O_RDONLY,

Completed in 51 milliseconds