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

/freebsd-11-stable/usr.sbin/kgmon/
H A Dkgmon.c93 char *kmemf; local
98 kmemf = NULL;
104 kmemf = optarg;
144 kmemf = *argv;
151 accessmode = openfiles(systemname, kmemf, &kvmvars);
188 openfiles(const char *systemname, char *kmemf, struct kvmvars *kvp) argument
214 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, openmode, errbuf);
218 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, O_RDONLY,

Completed in 49 milliseconds