Searched defs:__kvm (Results 1 – 1 of 1) sorted by relevance
39 struct __kvm { struct45 const char *program;46 char errbuf[_POSIX2_LINE_MAX];47 DB *db;48 int pmfd; /* physical memory file (or crashdump) */49 int vmfd; /* virtual memory file (-1 if crashdump) */50 int swfd; /* swap file (e.g., /dev/drum) */51 int nlfd; /* namelist file (e.g., /vmunix) */52 struct kinfo_proc *procbase;53 struct kinfo_file *filebase;[all …]