kvm.h | 56 typedef struct __kvm kvm_t; typedef in typeref:struct:__kvm 60 int kvm_close(kvm_t *); 61 int kvm_dump_inval(kvm_t *); 62 int kvm_dump_mkheader(kvm_t *, off_t); 63 int kvm_dump_header(kvm_t *, bool (*)(void *, const void *, size_t), 65 int kvm_dump_wrtheader(kvm_t *, FILE *, int); 66 char **kvm_getargv(kvm_t *, const struct kinfo_proc *, int); 67 char **kvm_getargv2(kvm_t *, const struct kinfo_proc2 *, int); 68 char **kvm_getenvv(kvm_t *, const struct kinfo_proc *, int); 69 char **kvm_getenvv2(kvm_t *, const struct kinfo_proc2 *, int) [all...] |