Home
last modified time | relevance | path

Searched refs:f_cmds (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_frame.c54 mdb_list_append(&mdb.m_frame->f_cmds, cp); in mdb_cmd_create()
84 while ((cp = mdb_list_next(&fp->f_cmds)) != NULL) { in mdb_frame_reset()
85 mdb_list_delete(&fp->f_cmds, cp); in mdb_frame_reset()
136 ASSERT(mdb_list_next(&fp->f_cmds) == NULL); in mdb_frame_pop()
H A Dmdb_grammar.y175 &mdb.m_frame->f_cmds);
182 mdb_list_move(&mdb.m_lastc, &mdb.m_frame->f_cmds);
189 mdb_list_move(&mdb.m_lastc, &mdb.m_frame->f_cmds);
210 &mdb.m_frame->f_cmds);
H A Dmdb_frame.h53 mdb_list_t f_cmds; /* List of commands to execute */ member
H A Dmdb.c882 fp->f_cp = mdb_list_next(&fp->f_cmds); in mdb_call()
887 for (cp = mdb_list_next(&fp->f_cmds); cp; cp = mdb_list_next(cp)) { in mdb_call()
975 mdb_list_move(&fp->f_cmds, &mdb.m_lastc); in mdb_call()
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c109 addr + OFFSETOF(mdb_frame_t, f_cmds)); in cmd_stack()