Searched defs:__kvm (Results 1 – 1 of 1) sorted by relevance
38 struct __kvm { struct44 const char *program;45 char *errp; /* XXX this can probably go away */46 char errbuf[_POSIX2_LINE_MAX];47 int pmfd; /* physical memory file (or crash dump) */48 int vmfd; /* virtual memory file (-1 if crash dump) */49 int swfd; /* swap file (e.g., /dev/drum) */50 int nlfd; /* namelist file (e.g., /vmunix) */51 char alive; /* live kernel? */52 struct kinfo_proc *procbase;[all …]