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

  /src/external/bsd/ipf/dist/lib/
kmem.c 69 kvm_t kvm_open __P((char *, char *, char *, int, char *));
72 kvm_t kvm_open(kernel, core, swap, mode, errstr) function
132 kvm_f = kvm_open(kern, core, NULL, O_RDONLY, NULL);
  /src/external/gpl2/gmake/dist/
configure 10032 echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5
10033 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
10052 char kvm_open ();
10056 kvm_open (); function
  /src/lib/libkvm/
kvm.c 739 kvm_open(const char *uf, const char *mf, const char *sf, int flag, function
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, "

Completed in 22 milliseconds