Searched refs:mdb_tgt_continue (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_module_load.c | 105 mdb_tgt_continue(mdb.m_target, NULL) == 0) in mdb_module_load() 238 mdb_tgt_continue(mdb.m_target, NULL) == 0) in kmdb_module_request_unload()
|
H A D | kmdb_kvm.c | 1435 (void) mdb_tgt_continue(t, NULL); in kmt_defbp_event()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.h | 357 extern int mdb_tgt_continue(mdb_tgt_t *, mdb_tgt_status_t *);
|
H A D | mdb_proc.c | 402 (void) mdb_tgt_continue(t, NULL); in pt_rtld_event() 633 (void) mdb_tgt_continue(t, NULL); in pt_fork() 793 (void) mdb_tgt_continue(t, NULL); in pt_fork() 816 (void) mdb_tgt_continue(t, NULL); in pt_exec() 962 (void) mdb_tgt_continue(t, NULL); in pt_exec()
|
H A D | mdb_target.c | 1279 (void) mdb_tgt_continue(t, NULL); in tgt_continue() 1413 mdb_tgt_continue(mdb_tgt_t *t, mdb_tgt_status_t *tsp) in mdb_tgt_continue() function
|
H A D | mdb_cmds.c | 2684 &mdb_tgt_continue, "continue")); in cmd_cont()
|