Home
last modified time | relevance | path

Searched refs:ctx_func (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c50 c->ctx_status = c->ctx_func(); in context_init()
64 c->ctx_func = func; in mdb_context_create()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c56 c->ctx_status = c->ctx_func(); in context_init()
75 c->ctx_func = func; in mdb_context_create()
H A Dmdb_context_impl.h44 int (*ctx_func)(void); /* pointer to start function */ member