Home
last modified time | relevance | path

Searched refs:k_dump_print_content (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.h73 void (*k_dump_print_content)(); /* mdb_ks dump_print_content routine */ member
H A Dmdb_kvm.c502 kt->k_dump_print_content(dh, kt->k_dumpcontent); in kt_status_dcmd()
600 kt->k_dump_print_content = (void (*)())sym; in kt_activate()
1499 kt->k_dump_print_content = (void (*)())(uintptr_t)kt_data_stub; in mdb_kvm_tgt_create()