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

/freebsd-13-stable/usr.sbin/kgmon/
H A Dkgmon.c95 char *kmemf; local
100 kmemf = NULL;
106 kmemf = optarg;
146 kmemf = *argv;
153 accessmode = openfiles(systemname, kmemf, &kvmvars);
190 openfiles(const char *systemname, char *kmemf, struct kvmvars *kvp) argument
216 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, openmode, errbuf);
220 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, O_RDONLY,

Completed in 53 milliseconds