Searched refs:mdb_dcmd_f (Results 1 – 6 of 6) sorted by relevance
95 mdb_dcmd_f *k_dcmd_regs; /* Dcmd to print registers */96 mdb_dcmd_f *k_dcmd_stack; /* Dcmd to print stack trace */97 mdb_dcmd_f *k_dcmd_stackv; /* Dcmd to print verbose stack trace */98 mdb_dcmd_f *k_dcmd_stackr; /* Dcmd to print stack trace and regs */99 mdb_dcmd_f *k_dcmd_cpustack; /* Dcmd to print CPU stack trace */100 mdb_dcmd_f *k_dcmd_cpuregs; /* Dcmd to print CPU registers */
71 mdb_dcmd_f *idc_funcp; /* Command function */
122 typedef int mdb_dcmd_f(uintptr_t, uint_t, int, const mdb_arg_t *); typedef130 mdb_dcmd_f *dc_funcp; /* Command function */
57 mdb_dcmd_f *dco_funcp; /* Command function */
2022 whatis_call_printer(mdb_dcmd_f *dcmd, uintptr_t addr) in whatis_call_printer()
2135 whatis_call_printer(mdb_dcmd_f *dcmd, uintptr_t addr) in whatis_call_printer()