Home
last modified time | relevance | path

Searched defs:kt_data (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.h71 typedef struct kt_data { struct
72 mdb_kb_ops_t *k_kb_ops; /* KVM backend ops */
74 int (*k_dump_find_curproc)(); /* mdb_ks dump_find_curproc routine */
75 char *k_symfile; /* Symbol table pathname */
76 char *k_kvmfile; /* Core file pathname */
77 int k_xpv_domu; /* Hypervisor domain dump? */
78 const char *k_rtld_name; /* module containing krtld */
79 mdb_map_t k_map; /* Persistant map for callers */
80 void *k_cookie; /* Cookie for libkvm routines */
81 struct as *k_as; /* Kernel VA of kas struct */
[all …]