Searched defs:__kvm (Results 1 – 1 of 1) sorted by relevance
14 struct __kvm { struct20 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;[all …]