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

  /src/include/
kvm.h 56 typedef struct __kvm kvm_t; typedef in typeref:struct:__kvm
60 int kvm_close(kvm_t *);
61 int kvm_dump_inval(kvm_t *);
62 int kvm_dump_mkheader(kvm_t *, off_t);
63 int kvm_dump_header(kvm_t *, bool (*)(void *, const void *, size_t),
65 int kvm_dump_wrtheader(kvm_t *, FILE *, int);
66 char **kvm_getargv(kvm_t *, const struct kinfo_proc *, int);
67 char **kvm_getargv2(kvm_t *, const struct kinfo_proc2 *, int);
68 char **kvm_getenvv(kvm_t *, const struct kinfo_proc *, int);
69 char **kvm_getenvv2(kvm_t *, const struct kinfo_proc2 *, int)
    [all...]
  /src/external/bsd/ipf/dist/lib/
kmem.c 55 * For all platforms where there is a libkvm and a kvm_t, we use that...
57 static kvm_t *kvm_f = NULL;
64 typedef int * kvm_t; typedef
66 static kvm_t kvm_f = NULL;
69 kvm_t kvm_open __P((char *, char *, char *, int, char *));
70 int kvm_read __P((kvm_t, u_long, char *, size_t));
72 kvm_t kvm_open(kernel, core, swap, mode, errstr)
77 kvm_t k;
96 kvm_t kvm;

Completed in 30 milliseconds