Searched refs:mdb_frame_t (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_frame.h | 69 } mdb_frame_t; typedef 77 extern void mdb_frame_reset(mdb_frame_t *); 78 extern void mdb_frame_push(mdb_frame_t *); 79 extern void mdb_frame_pop(mdb_frame_t *, int); 81 extern void mdb_frame_switch(mdb_frame_t *); 83 extern void mdb_frame_set_pipe(mdb_frame_t *); 84 extern void mdb_frame_clear_pipe(mdb_frame_t *); 85 extern mdb_frame_t *mdb_frame_pipe(void);
|
H A D | mdb_frame.c | 80 mdb_frame_reset(mdb_frame_t *fp) in mdb_frame_reset() 101 mdb_frame_push(mdb_frame_t *fp) in mdb_frame_push() 110 bzero(fp, sizeof (mdb_frame_t)); in mdb_frame_push() 130 mdb_frame_pop(mdb_frame_t *fp, int err) in mdb_frame_pop() 162 mdb_frame_switch(mdb_frame_t *frame) in mdb_frame_switch() 174 mdb_frame_set_pipe(mdb_frame_t *frame) in mdb_frame_set_pipe() 180 mdb_frame_clear_pipe(mdb_frame_t *frame) in mdb_frame_clear_pipe() 185 mdb_frame_t * 188 mdb_frame_t *frame = mdb_list_prev(mdb.m_frame); in mdb_frame_pipe()
|
H A D | mdb_wcb.c | 95 mdb_wcb_insert(mdb_wcb_t *wcb, mdb_frame_t *fp) in mdb_wcb_insert() 107 mdb_wcb_delete(mdb_wcb_t *wcb, mdb_frame_t *fp) in mdb_wcb_delete()
|
H A D | mdb_vcb.c | 158 mdb_vcb_insert(mdb_vcb_t *vcb, mdb_frame_t *fp) in mdb_vcb_insert() 189 mdb_vcb_find(mdb_var_t *var, mdb_frame_t *fp) in mdb_vcb_find()
|
H A D | mdb_modapi.c | 405 mdb_frame_t *ofp = mdb.m_fmark; in mdb_eval() 406 mdb_frame_t *fp = mdb.m_frame; in mdb_eval() 492 mdb_frame_t *pfp; in walk_common()
|
H A D | mdb_lex.l | 836 mdb_lex_state_create(mdb_frame_t *f) 859 mdb_lex_state_destroy(mdb_frame_t *f)
|
H A D | mdb_grammar.y | 154 mdb_frame_t *pfp = mdb_frame_pipe();
|
H A D | mdb.c | 452 static mdb_frame_t frame0; 656 mdb_frame_t f; in mdb_run() 872 mdb_frame_t *fp = mdb.m_frame; in mdb_call()
|
H A D | mdb_cmds.c | 739 mdb_frame_t *fp = mdb.m_frame; in cmd_src_file()
|
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ds/ |
H A D | mdb_ds.c | 62 mdb_frame_t f; in cmd_stack() 108 addr + OFFSETOF(mdb_frame_t, f_list), in cmd_stack() 109 addr + OFFSETOF(mdb_frame_t, f_cmds)); in cmd_stack() 111 addr + OFFSETOF(mdb_frame_t, f_istk), in cmd_stack() 112 addr + OFFSETOF(mdb_frame_t, f_ostk)); in cmd_stack() 116 f.f_pcmd, addr + OFFSETOF(mdb_frame_t, f_pcb)); in cmd_stack() 455 mdb_frame_t f; in frame_walk_step()
|