Lines Matching defs:__kvm
14 struct __kvm { struct
20 const char *program;
21 char *errp; /* XXX this can probably go away */
22 char errbuf[_POSIX2_LINE_MAX];
23 DB *db;
25 int pmfd; /* physical memory file (or crashdump) */
26 int vmfd; /* virtual memory file (-1 if crashdump) */
27 int swfd; /* swap file (e.g., /dev/drum) */
28 int nlfd; /* namelist file (e.g., /vmunix) */
29 struct kinfo_proc *procbase;
30 char *argspc; /* (dynamic) storage for argv strings */
31 int arglen; /* length of the above */
32 char **argv; /* (dynamic) storage for argv pointers */
33 int argc; /* length of above (not actual # present) */
40 struct vmstate *vmst;