Lines Matching defs:__kvm
43 struct __kvm { struct
49 const char *program;
50 char *errp; /* XXX this can probably go away */
51 char errbuf[_POSIX2_LINE_MAX];
52 int pmfd; /* physical memory file (or crashdump) */
53 int vmfd; /* virtual memory file (-1 if crashdump) */
54 int flags; /* was: swap file (e.g., /dev/drum) */
55 int nlfd; /* namelist file (e.g., /kernel) */
56 struct kinfo_proc *procbase;
57 struct kinfo_proc *procend;
58 char *argspc; /* (dynamic) storage for argv strings */
59 int arglen; /* length of the above */
60 char **argv; /* (dynamic) storage for argv pointers */
61 int argc; /* length of above (not actual # present) */
62 char *argbuf; /* (dynamic) temporary storage */
69 struct vmstate *vmst;
70 int rawdump; /* raw dump format */