Home
last modified time | relevance | path

Searched refs:mdb_get_dot (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c218 rbytes = mdb_pread(buf, nbytes, mdb_get_dot()); in cmd_pread()
287 if (mdb_get_dot() != 0x12345678feedbeefULL) { in cmd_getsetdot()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c247 addr = mdb_get_dot(); in ipath()
314 addr = mdb_get_dot(); in eft_time()
368 addr = mdb_get_dot(); in eft_node()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkgrep.c219 uintmax_t pattern = mdb_get_dot(); in kgrep()
H A Dfindstack.c662 caller = mdb_get_dot(); in stacks()
672 excl_caller = mdb_get_dot(); in stacks()
H A Dmemory.c700 offset = mdb_get_dot(); in pagelookup()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h300 extern uintmax_t mdb_get_dot(void);
H A Dmdb_cmds.c526 uintmax_t ndot, dot = mdb_get_dot(); in cmd_print_value()
671 addr = mdb_get_dot(); in print_type()
880 if (mdb_get_dot() != 0) in cmd_grep()
896 mdb_printf("%llr\n", mdb_get_dot()); in cmd_map()
2211 error = mdb_dump64(mdb_get_dot(), mdb.m_dcount, dflags, in cmd_dump()
2780 spec.spec_base = mdb_get_dot(); in cmd_delete()
H A Dmdb_print.c611 search = mdb_get_dot(); in cmd_enum()
2365 pa.pa_addr = opt_p ? mdb_get_dot() : addr; in cmd_print()
2371 uintmax_t dot = mdb_get_dot(); in cmd_print()
3096 mdb_printf(fmts[i], mdb_get_dot()); in cmd_printf()
H A Dmdb_evset.c519 mdb_tgt_addr_t addr = mdb_get_dot(); in cmd_wp()
H A Dmdb_modapi.c455 mdb_get_dot(void) in mdb_get_dot() function
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern100 mdb_get_dot { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c434 while ((instr = mdb_get_dot()) < limit) in difo()