save_ctx
static struct save_ctx symctx;
static struct save_ctx strctx;
static struct ktr_info *kvm_ktrinfo(void *, struct save_ctx *);
static const char *kvm_string(const char *, struct save_ctx *);
static const char *address_to_symbol(void *, struct save_ctx *);
static struct save_ctx nctx, pctx, fmtctx, symctx, infoctx;
static struct save_ctx strctx;
static struct save_ctx pctx, fmtctx, infoctx;
kvm_ktrinfo(void *kptr, struct save_ctx *ctx)
kvm_string(const char *kptr, struct save_ctx *ctx)
address_to_symbol(void *kptr, struct save_ctx *ctx)
address_to_symbol(void *kptr, struct save_ctx *ctx)
const char *address_to_symbol(void *, struct save_ctx *);
static struct save_ctx symctx;