Home
last modified time | relevance | path

Searched refs:mdb_dcmd_f (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.h93 mdb_dcmd_f *k_dcmd_regs; /* Dcmd to print registers */
94 mdb_dcmd_f *k_dcmd_stack; /* Dcmd to print stack trace */
95 mdb_dcmd_f *k_dcmd_stackv; /* Dcmd to print verbose stack trace */
96 mdb_dcmd_f *k_dcmd_stackr; /* Dcmd to print stack trace and regs */
97 mdb_dcmd_f *k_dcmd_cpustack; /* Dcmd to print CPU stack trace */
98 mdb_dcmd_f *k_dcmd_cpuregs; /* Dcmd to print CPU registers */
H A Dmdb_module.h71 mdb_dcmd_f *idc_funcp; /* Command function */
H A Dmdb_modapi.h120 typedef int mdb_dcmd_f(uintptr_t, uint_t, int, const mdb_arg_t *); typedef
128 mdb_dcmd_f *dc_funcp; /* Command function */
H A Dmdb_module.c57 mdb_dcmd_f *dco_funcp; /* Command function */
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2023 whatis_call_printer(mdb_dcmd_f *dcmd, uintptr_t addr) in whatis_call_printer()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2136 whatis_call_printer(mdb_dcmd_f *dcmd, uintptr_t addr) in whatis_call_printer()