HomeSort by: relevance | last modified time | path
    Searched refs:kvm_open (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libkvm/
Makefile 49 kvm_getprocs.3 kvm_nlist.3 kvm_open.3 kvm_read.3 kvm_getlwps.3
54 MLINKS+=kvm_open.3 kvm_openfiles.3 kvm_open.3 kvm_close.3
kvm.c 739 kvm_open(const char *uf, const char *mf, const char *sf, int flag, function in typeref:typename:kvm_t *
876 _kvm_err(kd, kd->program, "kvm_open called with KVM_NO_FILES, "
939 _kvm_err(kd, kd->program, "kvm_open called with KVM_NO_FILES, "
  /src/include/
kvm.h 42 * Flag for kvm_open*() to disable opening of kernel files - used
80 kvm_t *kvm_open
  /src/usr.sbin/schedctl/
schedctl.c 160 kd = kvm_open(NULL, NULL, NULL, KVM_NO_FILES, "kvm_open");
162 err(EXIT_FAILURE, "kvm_open");
  /src/sbin/dmesg/
dmesg.c 227 kd = kvm_open(nlistf, memf, NULL, O_RDONLY, "dmesg");
  /src/usr.sbin/crash/
crash.c 392 kd = kvm_open(nlistf, memf, NULL, flags, getprogname());

Completed in 35 milliseconds