Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c48 c->ctx_status = c->ctx_func(); in context_init()
62 c->ctx_func = func; in mdb_context_create()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c54 c->ctx_status = c->ctx_func(); in context_init()
73 c->ctx_func = func; in mdb_context_create()
H A Dmdb_context_impl.h42 int (*ctx_func)(void); /* pointer to start function */ member