Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c216 rbytes = mdb_pread(buf, nbytes, mdb_get_dot()); in cmd_pread()
285 if (mdb_get_dot() != 0x12345678feedbeefULL) { in cmd_getsetdot()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c249 addr = mdb_get_dot(); in ipath()
316 addr = mdb_get_dot(); in eft_time()
370 addr = mdb_get_dot(); in eft_node()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkgrep.c219 uintmax_t pattern = mdb_get_dot(); in kgrep()
H A Dfindstack.c674 caller = mdb_get_dot(); in stacks()
684 excl_caller = mdb_get_dot(); in stacks()
H A Dmemory.c712 offset = mdb_get_dot(); in pagelookup()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h307 extern uintmax_t mdb_get_dot(void);
H A Dmdb_cmds.c626 uintmax_t ndot, dot = mdb_get_dot(); in cmd_print_value()
771 addr = mdb_get_dot(); in print_type()
980 if (mdb_get_dot() != 0) in cmd_grep()
996 mdb_printf("%llr\n", mdb_get_dot()); in cmd_map()
2316 error = mdb_dump64(mdb_get_dot(), length, dflags, in cmd_dump()
2881 spec.spec_base = mdb_get_dot(); in cmd_delete()
H A Dmdb_print.c612 search = mdb_get_dot(); in cmd_enum()
2416 pa.pa_addr = opt_p ? mdb_get_dot() : addr; in cmd_print()
2422 uintmax_t dot = mdb_get_dot(); in cmd_print()
3167 mdb_printf(fmts[i], mdb_get_dot()); in cmd_printf()
H A Dmdb_evset.c517 mdb_tgt_addr_t addr = mdb_get_dot(); in cmd_wp()
H A Dmdb_modapi.c596 mdb_get_dot(void) in mdb_get_dot() function
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern105 mdb_get_dot { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c432 while ((instr = mdb_get_dot()) < limit) in difo()